Comment 2 for bug 645536

Revision history for this message
Tom Gall (tom-gall) wrote : Re: l-m-c fails around installing boot loader

+ sudo mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n Linux -d /home/tgall/bzr/projects/linaro-image-tools/linaro-image-tools/binary/boot/vmlinuz-2.6.35-1005-linaro-omap /home/tgall/bzr/projects/linaro-image-tools/linaro-image-tools/binary/boot/vmlinuz-2.6.35-1006-linaro-omap /home/tgall/bzr/projects/linaro-image-tools/linaro-image-tools/disk/uImage
Usage: mkimage -l image
          -l ==> list image header information
       mkimage [-x] -A arch -O os -T type -C comp -a addr -e ep -n name -d data_file[:data_file...] image
          -A ==> set architecture to 'arch'
          -O ==> set operating system to 'os'
          -T ==> set image type to 'type'
          -C ==> set compression type 'comp'
          -a ==> set load address to 'addr' (hex)
          -e ==> set entry point to 'ep' (hex)
          -n ==> set image name to 'name'
          -d ==> use image data from 'datafile'
          -x ==> set XIP (execute in place)
+ sudo umount /tmp/tmp.8IsfAUYsL9/binary/proc
umount: /tmp/tmp.8IsfAUYsL9/binary/proc: not mounted
+ true
+ sudo rm -rf /tmp/tmp.8IsfAUYsL9
root@aku:/home/tgall/bzr/projects/linaro-image-tools/linaro-image-tools#