On Sun, 28 Nov 2010 12:44:01 +0000 (GMT) Stuart Winter <[email protected]> wrote:
> I've just looked at this: > http://oinkzwurgl.org/guruplug_uboot > and downloaded the binaries. Running strings over u-boot.bin (from > the tar archive) shows it has ext2load: perhaps you want to try using > this u-boot binary for convenience? Well, it's *slow* loading the stuff this way (but maybe I'm just used to pulling from the nand), and it worked the first two times I booted, but now it just hangs after "booting the kernel": NAND: 512 MiB In: serial Out: serial Err: serial Net: egiga0, egiga1 88E1121 Initialized on egiga0 88E1121 Initialized on egiga1 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 5 USB Device(s) found scanning bus for storage devices... Device NOT ready Request Sense returned 02 3A 00 2 Storage Device(s) found Loading file "uinitrd-kirkwood" from usb device 1:1 (usbdb1) 7819143 bytes read Loading file "uImage-kirkwood" from usb device 1:1 (usbdb1) 2012420 bytes read ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-2.6.36-kirkwood Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2012356 Bytes = 1.9 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: Slackware ARM Initial RAM disk f Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7819079 Bytes = 7.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. *** yep,that's it *** Here's the environment info: GuruPlug>> version U-Boot 2010.09-02612-g27fb783-dirty (Nov 11 2010 - 22:51:37) Marvell-GuruPlug (-: flipflip's version 20101111 :-) GuruPlug>> printenv arcNumber=2659 baudrate=115200 bootargs_console=console=ttyS0,115200 bootargs_root=root=/dev/sdb2 waitforroot=10 rootfs=ext4 bootcmd=setenv bootargs $(bootargs_console) $(bootargs_root); run bootcmd_usb; run bootcmd_slack; bootcmd_slack=bootm 0x00800000 0x01100000 bootcmd_usb=usb start; ext2load usb 1:1 0x01100000 uinitrd-kirkwood; ext2load usb 1:1 0x00800000 uImage-kirkwood bootdelay=3 eth1addr=02:50:43:eb:75:43 ethact=egiga0 ethaddr=00:50:43:01:5D:EA filesize=1EB504 ipaddr=192.168.13.1 mainlineLinux=yes serverip=192.168.13.11 stderr=serial stdin=serial stdout=serial Environment size: 612/131068 bytes -RW _______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
