SD Boot olpc.fth: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: *created from [http://lists.laptop.org/pipermail/devel/2007-April/004902.html How can I boot OLPC by SD card] (lists.laptop.org) *Insert the following to an olpc.fth in /boot/ on an SD Fl...)
 
No edit summary
Line 5: Line 5:
\ created from http://lists.laptop.org/pipermail/devel/2007-April/004902.html
\ created from http://lists.laptop.org/pipermail/devel/2007-April/004902.html
" ro root=/dev/mmcblk0p1 rootdelay=1 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
" ro root=/dev/mmcblk0p1 rootdelay=1 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
unfreeze
boot sd:\boot\vmlinuz
boot sd:\boot\vmlinuz
</pre>
</pre>

Revision as of 22:35, 25 July 2008

  • created from How can I boot OLPC by SD card (lists.laptop.org)
  • Insert the following to an olpc.fth in /boot/ on an SD Flash drive (e.g. /media/sda1/boot/olpc.fth):
\ Boot script for SD Boot
\ created from http://lists.laptop.org/pipermail/devel/2007-April/004902.html
" ro root=/dev/mmcblk0p1 rootdelay=1 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
unfreeze
boot sd:\boot\vmlinuz