diff options
-rw-r--r-- | README.hardware | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/README.hardware b/README.hardware index e800118e83..a1417ebea8 100644 --- a/README.hardware +++ b/README.hardware | |||
@@ -24,7 +24,7 @@ The following boards are supported by Poky: | |||
24 | * Compulab EM-X270 (em-x270) | 24 | * Compulab EM-X270 (em-x270) |
25 | * FreeScale iMX31ADS (mx31ads) | 25 | * FreeScale iMX31ADS (mx31ads) |
26 | * Marvell PXA3xx Zylonite (zylonite) | 26 | * Marvell PXA3xx Zylonite (zylonite) |
27 | * Logic iMX31 Lite Kit (mx31lite) | 27 | * Logic iMX31 Lite Kit (mx31litekit) |
28 | * Phytec phyCORE-iMX31 (mx31phy) | 28 | * Phytec phyCORE-iMX31 (mx31phy) |
29 | 29 | ||
30 | For more information see board's section below. The Poky MACHINE setting | 30 | For more information see board's section below. The Poky MACHINE setting |
@@ -193,10 +193,18 @@ To boot the board: | |||
193 | blob> boot | 193 | blob> boot |
194 | 194 | ||
195 | 195 | ||
196 | Logic iMX31 Lite Kit (mx31lite) | 196 | Logic iMX31 Lite Kit (mx31litekit) |
197 | =============================== | 197 | =============================== |
198 | 198 | ||
199 | FIXME | 199 | The easiest method to boot this board is to take an MMC/SD card and format |
200 | the first partition as ext2, then extract the poky image onto this as root. | ||
201 | Assuming the board is network connected, a TFTP server is available at | ||
202 | 192.168.1.33 and a serial terminal is available (115200 8N1), the following | ||
203 | commands will boot a kernel called "mx31kern" from the TFTP server: | ||
204 | |||
205 | losh> ifconfig sm0 192.168.1.203 255.255.255.0 192.168.1.33 | ||
206 | losh> load raw 0x80100000 0x200000 /tftp/192.168.1.33:mx31kern | ||
207 | losh> exec 0x80100000 - | ||
200 | 208 | ||
201 | 209 | ||
202 | Phytec phyCORE-iMX31 (mx31phy) | 210 | Phytec phyCORE-iMX31 (mx31phy) |