Hi:
I use NFS to transfer files to PDK:
Download Kernel to RAM and program to NAND Flash
RedBoot> load -r -b 0x100000 /<your tftp folder>/zImage -h <host IP address>
RedBoot> fis create -f 0x100000 kernel
Download root file system to RAM and program to NAND Flash
RedBoot> load -r -b 0x100000 rootfs.jffs2 -h <host IP address>
RedBoot> fis create -f 0x600000 root
Run linux
fis load kernel
exec -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock8 rw rootfstype=jffs2 ..."
But linux only detect 20Mg free space, but PDK have 2Gb NAND Flash...How i can use 2Gb?
If we only have 150 free space in RAM, how we can transfer a rffs2 file more big than RAM free space to NAND flash?
Thanks for all.
Message Edited by jvidal on 2009-11-07 08:46 AM
Message Edited by jvidal on 2009-11-07 08:51 AM
Message Edited by jvidal on 2009-11-07 08:53 AM
Message Edited by jvidal on 2009-11-07 09:03 AM