A d v a n c e d T o p i c s
For modules with NOR flash, use this command:
#cp.b <start address in RAM> <start address in Flash> <image size>
ConnectCore 9P 9360/9750
The following commands are to update the
U-Boot
To update the
nand write.jffs2 100000 0
Kernel
To update the Linux kernel image, type:
tftp 100000 <kernel_image> nand erase 40000 2C0000
nand write.jffs2 100000 40000 kernel_image_size
Root File System
To update the root file system, type:
tftp 100000 <rootfs_image>
nand erase 300000 (Size of flash – 3MB)
nand write.jffs2 100000 300000 rootfs_image_size
5 3