diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2015-04-23 10:01:58 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-04-23 10:03:40 +0200 |
| commit | 73385c30ab36fd26a43b0fff5cf59406311fe18d (patch) | |
| tree | 54f462b40bc7063e0d6cd0ac904c0fa88a022dc6 /board | |
| parent | dfcc18f84b0d90b0ed5937bac3c4b12aba086cd5 (diff) | |
nitrogen6x: tweak readme wording
The filesystem is directly written to the card, no extraction is performed.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
| -rw-r--r-- | board/boundarydevices/nitrogen6x/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/boundarydevices/nitrogen6x/readme.txt b/board/boundarydevices/nitrogen6x/readme.txt index f01d9f05e..8657be8d8 100644 --- a/board/boundarydevices/nitrogen6x/readme.txt +++ b/board/boundarydevices/nitrogen6x/readme.txt @@ -2,7 +2,7 @@ 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: +To install, simply write rootfs.ext2 to the first partition of a uSD card: sudo dd if=output/images/rootfs.ext2 of=/dev/sdX1 |
