Hi Martin, On Mon, Jun 11, 2012 at 05:47:29PM +0200, Martin Mueller wrote: > > On 11/06/12 18:21, Martin Mueller wrote: > > > Here is the output: > > > > > > U-Boot 2012.04.01 (Jun 08 2012 - 13:05:57) > > > Seagate FreeAgent DockStar > > > > > > SoC: Kirkwood 88F6281_A0 > > > DRAM: 128 MiB > > > WARNING: Caches not enabled > > > NAND: 256 MiB > > > NAND read from offset 60000 failed -74 > > > *** Warning - readenv() failed, using default environment > > > In: serial > > > Out: serial > > > Err: serial > > > Net: egiga0 > > > 88E1116 Initialized on egiga0 > > > Hit any key to stop autoboot: 0 > > > DockStar> > > > > seems like there is some problem with the NAND... > > or the environment of the original bootloader just lives at a different > > location? > > Can you nand load stuff (like linux uImage) using that loader? > > It doesn't looks like that it'd work: > > DockStar> setenv arcNumber 2998 > DockStar> setenv mainlineLinux yes
IMHO you dont need to do this. > DockStar> setenv bootcmd nand read 0x6400000 0x100000 0x400000\; bootm > 0x6400000\; > DockStar> setenv bootargs console=ttyS0,115200 > mtdparts=orion_nand:1M(u-boot),4M@1M(kernel),32M@4M(rootfs),219M@37M(data) rw > root=/dev/mtdblock2 rw rootfstype=jffs2 > DockStar> boot > > NAND read: device 0 offset 0x100000, size 0x400000 > NAND read from offset 100000 failed -74 > 0 bytes read: ERROR > Wrong Image Format for bootm command > ERROR: can't get kernel image! > DockStar> This is how I boot ramdisk image: setenv ethaddr 00:DE:AD:00:13:37 ; setenv ipaddr 192.168.1.50 ; setenv serverip 192.168.1.103 tftpboot 0x2000000 openwrt-kirkwood-uImage ; bootm 0x2000000 Can you try that? You can also burn it on the nand and run it from there... But please put this uboot instead the one you have now. You have JTAG so you have no worries... I dont see any reason for this DockStar not to work since it's taken from upstream. Luka _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
