Ver código fonte

board/olpc: move the paragraph on firmware up in the readme

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Lubomir Rintel 5 anos atrás
pai
commit
5417a6e588
1 arquivos alterados com 12 adições e 12 exclusões
  1. 12 12
      board/olpc/readme.txt

+ 12 - 12
board/olpc/readme.txt

@@ -28,18 +28,6 @@ Then:
   $ make menuconfig           # Customize the build configuration
   $ make menuconfig           # Customize the build configuration
   $ make                      # Build
   $ make                      # Build
 
 
-Create the bootable media
-=========================
-
-When the build is finished, the resulting image file will be called
-"sdcard.img". It can be written directly to a SD-card or and USB flash stick.
-
-Please double check that you're using the right device (e.g. with "lsblk"
-command). Doing the following will DESTROY ALL DATA that's currently on the
-media.
-
-  # cat output/images/sdcard.img >/dev/<device>
-
 Preparing the machine
 Preparing the machine
 =====================
 =====================
 
 
@@ -71,6 +59,18 @@ to update the firmware:
   ok flash ext:\q4e00ja.rom   \ Flash the "q4e00ja.rom" from the SD card
   ok flash ext:\q4e00ja.rom   \ Flash the "q4e00ja.rom" from the SD card
   ok flash u:\q4e00ja.rom     \ Flash the "q4e00ja.rom" from USB stick
   ok flash u:\q4e00ja.rom     \ Flash the "q4e00ja.rom" from USB stick
 
 
+Create the bootable media
+=========================
+
+When the build is finished, the resulting image file will be called
+"sdcard.img". It can be written directly to a SD-card or and USB flash stick.
+
+Please double check that you're using the right device (e.g. with "lsblk"
+command). Doing the following will DESTROY ALL DATA that's currently on the
+media.
+
+  # cat output/images/sdcard.img >/dev/<device>
+
 Booting the machine
 Booting the machine
 ===================
 ===================