2012-09-24 22:42:58 +02:00
|
|
|
Buildroot for Boundary Devices Nitrogen6X:
|
|
|
|
|
|
|
|
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
|
|
|
|
|
2015-04-23 10:01:58 +02:00
|
|
|
To install, simply write rootfs.ext2 to the first partition of a uSD card:
|
2012-09-24 22:42:58 +02:00
|
|
|
|
|
|
|
sudo dd if=output/images/rootfs.ext2 of=/dev/sdX1
|
|
|
|
|
|
|
|
Where 'sdX1' is the device node of the uSD partition.
|
2014-09-23 15:28:31 +02:00
|
|
|
|
|
|
|
To upgrade u-boot, cancel autoboot and type:
|
|
|
|
|
|
|
|
run upgradeu
|