← Back to team overview

linaro-release team mailing list archive

Re: [Bug 803637] Re: Snowball hwpack missing startfiles.cfg

 

On 11-06-30 05:52 PM, Matt Waddel wrote:
> Using --dev snowball_sd (snowball_mmc is not a valid option) creates
> an image to install to a microSD card, instead of the snowball flash
> area - correct?
>
> Just to be clear, the hwpack at:
> http://igloocommunity.org/download/linaro/hwpack/
> is the only one that will create an image that can be written to
> flash using "riff"?
>
> Also, if there is a boot image in the microSD it has precedence
> over the image in flash?
>
Yes, if there is an SD card and uboot finds a 'boot.scr' file, it will 
try to load from mmc rather than emmc.

-- 
You received this bug notification because you are a member of Linaro
Release Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/803637

Title:
  Snowball hwpack missing startfiles.cfg

Status in Linaro ST-Ericsson Landing Team Project:
  New

Bug description:
  The snowball image build fails looking for startfiles.cfg.

  ./linaro-image-tools/linaro-media-create --image_file out.img --dev snowball_emmc --hwpack hwpack_linaro-lt-snowball_20110629-1_armel_supported.tar.gz --binary linaro-n-ubuntu-desktop-tar-20110627-0.tar.gz
  ...
  Contents:
     Image 0: 412 Bytes = 0.40 kB = 0.00 MB
  Traceback (most recent call last):
    File "./linaro-image-tools/linaro-media-create", line 156, in <module>
      args.is_live, args.is_lowmem, args.consoles)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/boards.py", line 309, in populate_boot
      rootfs_uuid, boot_disk, boot_device_or_file)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/boards.py", line 274, in make_boot_files
      boot_device_or_file, k_img_data, i_img_data, d_img_data)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/boards.py", line 568, in _make_boot_files
      new_files = cls.get_file_info(config_files_path)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/boards.py", line 623, in get_file_info
      'r') as info_file:
  IOError: [Errno 2] No such file or directory: '/tmp/tmp8gz4uy/binary/boot/startfiles.cfg'
  loop: can't delete device /dev/loop0: Device or resource busy
  Error in atexit._run_exitfuncs:
  Traceback (most recent call last):
    File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
      func(*targs, **kargs)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/partitions.py", line 233, in undo
      cmd_runner.run(['losetup', '-d', device], as_root=True).wait()
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/cmd_runner.py", line 87, in wait
      raise SubcommandNonZeroReturnValue(self._my_args, returncode)
  SubcommandNonZeroReturnValue: Sub process "['losetup', '-d', '/dev/loop0']" returned a non-zero value: 1
  Error in sys.exitfunc:
  Traceback (most recent call last):
    File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
      func(*targs, **kargs)
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/media_create/partitions.py", line 233, in undo
      cmd_runner.run(['losetup', '-d', device], as_root=True).wait()
    File "/home/mwaddel/test-image/linaro-image-tools/linaro_image_tools/cmd_runner.py", line 87, in wait
      raise SubcommandNonZeroReturnValue(self._my_args, returncode)
  linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['losetup', '-d', '/dev/loop0']" returned a non-zero value: 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-landing-team-ste/+bug/803637/+subscriptions


References