uBoot errors booting new Debian install January 23, 2011 12:24PM |
Registered: 13 years ago Posts: 9 |
ingmar_k
Re: uBoot errors booting new Debian install January 23, 2011 03:57PM |
Re: uBoot errors booting new Debian install January 23, 2011 09:24PM |
Registered: 13 years ago Posts: 9 |
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
Re: uBoot errors booting new Debian install January 23, 2011 10:07PM |
Registered: 13 years ago Posts: 264 |