From: Robert Bradford Date: Fri, 29 Feb 2008 13:29:19 +0000 (+0000) Subject: Fix broken string with weird characters. X-Git-Tag: 2011-1~9565 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=566df3c2f64a59377646bc0c8403940bc085f3f4;p=openembedded-core.git Fix broken string with weird characters. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3878 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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: To load and boot a kernel and rootfs from flash: fis load kernel - exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none” + exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none" To load and boot a kernel from a TFTP server with the rootfs over NFS: