summaryrefslogtreecommitdiffstats
path: root/README.hardware
diff options
context:
space:
mode:
authorRobert Bradford <rob@openedhand.com>2008-02-29 13:29:19 +0000
committerRobert Bradford <rob@openedhand.com>2008-02-29 13:29:19 +0000
commit566df3c2f64a59377646bc0c8403940bc085f3f4 (patch)
treec6d57c2fc49ea2cae4e17037e95a4cdb1d926fa7 /README.hardware
parent2e7348694df9520306179d19b64fd382602fea6f (diff)
downloadpoky-566df3c2f64a59377646bc0c8403940bc085f3f4.tar.gz
Fix broken string with weird characters.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3878 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'README.hardware')
-rw-r--r--README.hardware2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.hardware b/README.hardware
index 475c84fb56..270c71a1f5 100644
--- a/README.hardware
+++ b/README.hardware
@@ -163,7 +163,7 @@ To write the root filesystem to flash run:
163To load and boot a kernel and rootfs from flash: 163To load and boot a kernel and rootfs from flash:
164 164
165 fis load kernel 165 fis load kernel
166 exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none 166 exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none"
167 167
168To load and boot a kernel from a TFTP server with the rootfs over NFS: 168To load and boot a kernel from a TFTP server with the rootfs over NFS:
169 169