On Mon, Jun 11, 2012 at 06:30:31PM +0200, Martin Mueller wrote: > > And can you please also flash it on the device? As I understand you have > > loaded it over JTAG only... > > Yes, that should be the same as loading it via serial to RAM. I'm > relucant to flash the bootloader, as I have never flashed on before. > Which image would i need to flash where? Your bootloader seems to live > at 0x600000 where as the original "Cloud engine uboot 1.1.4" seems to > live at 0x800000.
Where did you see that it lives on 0x600000? This is how I flash my kirkwood device (0x62118 is the size of loaded binary): tftpboot 0x0800000 u-boot.kwb nand erase 0x0 0x70000 ; nand write 0x0800000 0x0 0x62118 You should flash it on the beginning of the nand chip. You can read the blog I posted few days ago for debricking with JTAG if something goes wrong, but I dont think it will. Support for dockstar is taken from upstream uboot. Regards, Luka _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
