Differences
This shows you the differences between the selected revision and the current version of the page.
howto:hdd_boot 2015/01/24 07:55 | howto:hdd_boot 2017/09/06 17:34 current | ||
---|---|---|---|
Line 38: | Line 38: | ||
===== Ramdisk tips ===== | ===== Ramdisk tips ===== | ||
By default you don't need to do nothing with ramdisk. Ramdisk will be loaded into memory as usual. | By default you don't need to do nothing with ramdisk. Ramdisk will be loaded into memory as usual. | ||
- | To go around this problem you can boot with ''bootm FFF10000'' U-Boot parameter which will only load a kernel image. | + | To go around this problem you can boot with ''bootm FFF10000'' U-Boot parameter which will only load a kernel image. Also it may be convenient to [[howto:kernel_upload|replace]] the RAMDisk image at 0xFFC20000 by an empty U-Boot image, like [[http://www.netbsd.org/ports/sandpoint/dummy.img.gz|this]] one (do not forget to uncompress it with gunzip(1)). |
===== Links ===== | ===== Links ===== | ||
- | [[http://forum.dsmg600.info/p1549-Yesterday-082958.html#p1549|Forum thread]]\\ | + | [[http://dns323.kood.org/forum/p1549-Yesterday-082958.html#p1549|Forum thread]]\\ |
- | [[http://forum.dsmg600.info/p1583-Today-203135.html#p1583|loader.o method without flashing]] | + | [[http://dns323.kood.org/forum/p1583-Today-203135.html#p1583|loader.o method without flashing]] |