Hi,all
When I made jffs2 image as http://processors.wiki.ti.com/index.php/Create_a_JFFS2_Target_Image#Making_a_JFFS2_image,
the rootfs.jffs2 was 190M(the source filesystem is ti-sdk-am3517-evm-05.02.00.00/filesystem/tisdk-rootfs-am3517-evm.tar.gz).It's too big for AM3517, an error occured when booting :
TFTP error:'File is too big,try increasing block size' as below
In fact , nand flash size is 512MB of AM3517 ZOOM, so it's enough. And I need Matrix GUI ant Qt ,so it's difficult for me to increase the source filesystem.
I guessed that the default maximun size of filesystem is 32768KB,or 32MB, so 192MB is too big. A suggestion is that modifying Default RAM disk size(kbytes) when make menuconfig, the path is Device Drivers——>Block devices——>RAM block device support——>Default RAM disk size (kbytes). However, I changed it into 262144 KB,or 256MB(default is 32768 KB), but result is the same.
Anyone knows how to solve the problem?
PS. x-loader,u-boot,kernel all are pre-images of CCS-5.0.1.00026-Sitara-ARM.tar.gz.