nitrogen6x_defconfig: bump u-boot version
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Sep 2014 13:28:31 +0000 (15:28 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 24 Sep 2014 08:15:25 +0000 (10:15 +0200)
To the 2014.07 release. For furture details, see:

http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/

Also update our 6x_upgrade script to the version from that page so the
entire SPI flash gets erased (otherwise it fails on big u-boot builds) and
document how to perform the upgrade.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
u-boot fixup

board/boundarydevices/nitrogen6x/6x_upgrade
board/boundarydevices/nitrogen6x/readme.txt
configs/nitrogen6x_defconfig

index cd26b616b0024424764e95f4d54d917c626d36d4..395f13faee825d22c4104d91af785436f59a745c 100644 (file)
Binary files a/board/boundarydevices/nitrogen6x/6x_upgrade and b/board/boundarydevices/nitrogen6x/6x_upgrade differ
index a9ded4929cc422e19cf85efbef5b73dadefdebe2..f01d9f05e042d64a8afb802907615980bf15c3ae 100644 (file)
@@ -7,3 +7,7 @@ To install, simply extract rootfs.ext2 to first partition of a uSD card:
 sudo dd if=output/images/rootfs.ext2 of=/dev/sdX1
 
 Where 'sdX1' is the device node of the uSD partition.
+
+To upgrade u-boot, cancel autoboot and type:
+
+run upgradeu
index 5e5b91eee1b8cd0fb73aac429d170f060a9a6bc4..245d3d8415d5cf186b4336db12ef5059d84fb16c 100644 (file)
@@ -16,7 +16,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/63ae4a5/u-boot-63ae4a5.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/f870252/u-boot-f870252.tar.gz"
 
 # kernel
 BR2_LINUX_KERNEL=y