Julian Wolter
Doesn't boot Debian August 21, 2010 05:04AM |
cd /tmp wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd3.sh chmod +x install_uboot_mtd3.sh ./install_uboot_mtd3.sh
Pogoplug:~$ fw_printenv bootcmd=run bootcmd_usb; reset bootdelay=3 baudrate=115200 preboot= arcNumber=2097 mainlineLinux=yes console=ttyS0,115200 usb_init=usb start usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype stdin=serial stdout=serial stderr=serial ethact=egiga0 ethaddr=00:10:75:1A:CD:F5 bootargs_root=root=/dev/mtdblock2 ro bootcmd_original=nand read.e 0x800000 0x100000 0x300000; setenv bootargs $(console) $(bootargs_root); bootm 0x800000 bootcmd_usb=run set_bootargs_usb; run usb_init; ext2load usb $usb_device 0x800000 /boot/uImage; ext2load usb $usb_device 0x1100000 /boot/uInitrd; bootm 0x800000 0x1100000
Pogoplug:~$ cat /proc/diskstats 1 0 ram0 0 0 0 0 0 0 0 0 0 0 0 1 1 ram1 0 0 0 0 0 0 0 0 0 0 0 1 2 ram2 0 0 0 0 0 0 0 0 0 0 0 1 3 ram3 0 0 0 0 0 0 0 0 0 0 0 1 4 ram4 0 0 0 0 0 0 0 0 0 0 0 1 5 ram5 0 0 0 0 0 0 0 0 0 0 0 1 6 ram6 0 0 0 0 0 0 0 0 0 0 0 1 7 ram7 0 0 0 0 0 0 0 0 0 0 0 1 8 ram8 0 0 0 0 0 0 0 0 0 0 0 1 9 ram9 0 0 0 0 0 0 0 0 0 0 0 1 10 ram10 0 0 0 0 0 0 0 0 0 0 0 1 11 ram11 0 0 0 0 0 0 0 0 0 0 0 1 12 ram12 0 0 0 0 0 0 0 0 0 0 0 1 13 ram13 0 0 0 0 0 0 0 0 0 0 0 1 14 ram14 0 0 0 0 0 0 0 0 0 0 0 1 15 ram15 0 0 0 0 0 0 0 0 0 0 0 31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0 31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0 31 2 mtdblock2 3 0 6 0 0 0 0 0 0 0 0 31 3 mtdblock3 0 0 0 0 0 0 0 0 0 0 0 9 0 md0 0 0 0 0 0 0 0 0 0 0 0 8 0 sda 1 0 8 10 0 0 0 0 0 10 10 8 1 sda1 0 0 0 0 8 2 sda2 0 0 0 0
Julian Wolter
Re: Doesn't boot Debian August 22, 2010 03:16AM |
Re: Doesn't boot Debian August 22, 2010 07:39AM |
Registered: 14 years ago Posts: 16 |
Julian Wolter
Re: Doesn't boot Debian August 22, 2010 09:54AM |
Re: Doesn't boot Debian August 22, 2010 10:46AM |
Registered: 14 years ago Posts: 24 |
Re: Doesn't boot Debian August 22, 2010 02:10PM |
Admin Registered: 14 years ago Posts: 304 |