diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-24 14:07:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-24 14:07:13 +0000 |
commit | a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc (patch) | |
tree | c92610fb5bcbbee4885e89d2c8833351e2f1c8c7 /README.hardware | |
parent | 070b7ee367178eb911e2e91a912b4aa35b9d7f6d (diff) | |
download | poky-a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc.tar.gz |
Drop remaining bootcdx86 references, the -live images for qemux86 and atom-pc replace this
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r-- | README.hardware | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/README.hardware b/README.hardware index 46984419ad..bc5b5b8afd 100644 --- a/README.hardware +++ b/README.hardware | |||
@@ -46,14 +46,6 @@ The following consumer devices are supported by Poky: | |||
46 | For more information see board's section below. The Poky MACHINE setting | 46 | For more information see board's section below. The Poky MACHINE setting |
47 | corresponding to the board is given in brackets. | 47 | corresponding to the board is given in brackets. |
48 | 48 | ||
49 | Poky Boot CD (bootcdx86) | ||
50 | ======================== | ||
51 | |||
52 | The Poky boot CD iso images are designed as a demonstration of the Poky | ||
53 | environment and to show the versatile image formats Poky can generate. It will | ||
54 | run on Pentium2 or greater PC style computers. The iso image can be | ||
55 | burnt to CD and then booted from. | ||
56 | |||
57 | 49 | ||
58 | Hardware Reference Boards | 50 | Hardware Reference Boards |
59 | ========================= | 51 | ========================= |
@@ -319,9 +311,9 @@ On the first partition you need three files: | |||
319 | * a kernel renamed to "zImage" | 311 | * a kernel renamed to "zImage" |
320 | * a default.txt which contains: | 312 | * a default.txt which contains: |
321 | 313 | ||
322 | set kernel "zImage" | 314 | set kernel "zImage" |
323 | set mtype "855" | 315 | set mtype "855" |
324 | set cmdline "root=/dev/mmcblk0p2 rw console=ttyS0,115200n8 console=tty0 rootdelay=5 fbcon=rotate:1" | 316 | set cmdline "root=/dev/mmcblk0p2 rw console=ttyS0,115200n8 console=tty0 rootdelay=5 fbcon=rotate:1" |
325 | boot2 | 317 | boot2 |
326 | 318 | ||
327 | On the second parition the root file system is extracted as root. A different | 319 | On the second parition the root file system is extracted as root. A different |