On 12 October 2010 20:18, gai boger <[email protected]> wrote: > ... > It seems that the problem is apparent only with the NOR u-boot and I've > tried several ways and I can't flash a new kernel to the NAND. > > Forgive me if I hadn't done my homework and looked throughly through the > wiki pages but is there a way to flash a new kernel to the NAND through a > distribution working on the SD card?
That's my favorite way of flashing a new kernel: flash_eraseall /dev/mtd3 nandwrite -p /dev/mtd3 kermel_image Use mtd6 for flashing a new rootfs. With dfu-util it's way too slow. _______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
