7df1e23cc6
Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
Buildroot for Boundary Devices Nitrogen6X:
|
|
|
|
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
|
|
|
|
To install, simply copy the image to a uSD card:
|
|
|
|
sudo dd if=output/images/sdcard.img of=/dev/sdX
|
|
|
|
Where 'sdX' is the device node of the uSD partition.
|
|
|
|
To upgrade u-boot, cancel autoboot and type:
|
|
|
|
run upgradeu
|