Merge lp:~mwaddel/linaro-image-tools/vexpress-copy-u-boot into lp:linaro-image-tools/11.11

Proposed by Matt Waddel
Status: Merged
Merged at revision: 36
Proposed branch: lp:~mwaddel/linaro-image-tools/vexpress-copy-u-boot
Merge into: lp:linaro-image-tools/11.11
Diff against target: 14 lines (+2/-2)
1 file modified
linaro-media-create (+2/-2)
To merge this branch: bzr merge lp:~mwaddel/linaro-image-tools/vexpress-copy-u-boot
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Review via email: mp+34092@code.launchpad.net

Description of the change

Pull vexpress u-boot.bin from /usr/lib/u-boot/ca9x4_ct_vxp/ directory and put it in the boot partition.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) :
review: Approve
Revision history for this message
Loïc Minier (lool) wrote :

It was ok, but I fixed misc issues in the code in this spot: stopped creating an intermediate unpacked u-boot (and renamed the installed u-boot.bin as a result), fixed the tar call to not specify gzip, fixed the uImage.vxp to be simply uImage, fixed extraneous/useless vmlinuz on the boot partition

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro-media-create'
2--- linaro-media-create 2010-08-29 19:29:48 +0000
3+++ linaro-media-create 2010-08-30 16:52:55 +0000
4@@ -206,8 +206,8 @@
5 sudo cp -v ${DIR}/disk/boot.scr ${DIR}/disk/boot.ini
6 ;;
7 vexpress)
8- sudo cp -v ${DIR}/binary/${parts_dir}/u-boot-ca9x4_ct_vxp.bin \
9- ${DIR}/disk/ubootca9.bin
10+ sudo tar -x --gzip -f $BINARY_TARBALL binary/usr/lib/u-boot/
11+ sudo cp -v ${DIR}/binary/usr/lib/u-boot/ca9x4_ct_vxp/u-boot.bin ${DIR}/disk/ubootca9.bin
12 sudo cp -f ${DIR}/binary/${parts_dir}/vmlinuz*-vexpress ${DIR}/disk/vmlinuz
13 mkimage -A arm -O linux -T kernel -C none -a 0x60008000 -e 0x60008000 \
14 -n "Linux" -d ${DIR}/disk/vmlinuz ${DIR}/disk/uImage.vxp

Subscribers

People subscribed via source and target branches