Hi Daniel, On Mon, Jun 11, 2012 at 06:41:56PM +0300, Daniel Golle wrote: > Hi Martin! > > 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 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> bye MM -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
