Răsfoiți Sursa

board/beaglebone: add details on how to use the resulting sdcard.img

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[Thomas: rework commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
guillaume william brs 9 ani în urmă
părinte
comite
1adaf87c1c
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      board/beaglebone/readme.txt

+ 10 - 0
board/beaglebone/readme.txt

@@ -32,3 +32,13 @@ After building, you should get a tree like this:
   ├── u-boot.img
   ├── uEnv.txt
   └── zImage
+
+How to write the microSD card
+=============================
+
+Once the build process is finished you will have an image called "sdcard.img"
+in the output/images/ directory.
+
+Copy the bootable "sdcard.img" onto an SD card with "dd":
+
+  $ sudo dd if=output/images/sdcard.img of=/dev/sdX