LittlePrinter: Unterschied zwischen den Versionen
Inhalt gelöscht Inhalt hinzugefügt
HKay (Diskussion | Beiträge) add pictures and chip names |
HKay (Diskussion | Beiträge) K Add "U-Boot>" string to indicate commands and prompt feedback of uboot |
||
Zeile 52:
Now we just append init=/bin/sh to the end of the boot arguments. And continue booting.
<pre>
U-Boot> setenv bootargs console=ttyS0,115200 root=/dev/mtdblock6 mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1),128k(env2),2M(linux),16M(config),-(root) rw rootfstype=jffs2 init=/bin/sh
U-Boot> run bootcmd▼
▲run bootcmd
</pre>
| |||