Package: debian-installer Version: 20150422 Severity: wishlist Tags: patch The version of u-boot in experimental requires some changes for debian-installer to generate appropriate u-boot images.
The mx6_cubox-i target which was not previously upstream, is now named mx6cuboxi upstream; I've updated the u-boot package accordingly with patches from mainline u-boot. It also supports the hummingboard-i1 and hummingboard-i2ex, not sure how to make that clear. The new version also uses a different offset for the SD card. I also intend to include patches for Wandboard which includes all three variants (solo, dual-lite, quad) with a single u-boot build, and requires a different configuration for the SD offsets as well. diff --git a/build/boot/arm/u-boot-image-config b/build/boot/arm/u-boot-image-config index 7e59b38..b409eb3 100644 --- a/build/boot/arm/u-boot-image-config +++ b/build/boot/arm/u-boot-image-config @@ -5,8 +5,8 @@ # # Images from u-boot-imx MX53LOCO /usr/lib/u-boot/mx53loco/u-boot.imx 2 -MX6_Cubox-i /usr/lib/u-boot/mx6_cubox-i/SPL 2 /usr/lib/u-boot/mx6_cubox-i/u-boot.img 84 -Wandboard_Quad /usr/lib/u-boot/wandboard_quad/u-boot.imx 2 +MX6_Cubox-i /usr/lib/u-boot/mx6cuboxi/SPL 2 /usr/lib/u-boot/mx6cuboxi/u-boot.img 138 +Wandboard /usr/lib/u-boot/wandboard/SPL 2 /usr/lib/u-boot/wandboard/u-boot.img 138 # # Images from u-boot-omap BeagleBoneBlack /usr/lib/u-boot/am335x_boneblack/MLO 256 /usr/lib/u-boot/am335x_boneblack/u-boot.img 768 The update to debian-installer and u-boot 2015.04+ uploaded to unstable should be coordinated to minimize the time that the daily builds for armhf fail... Let me know how you'd like me to proceed! live well, vagrant
signature.asc
Description: PGP signature

