mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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
Buildroot for Boundary Devices Nitrogen6X: http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/ 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