Hi all!
The DM8127 ipnc_v3.0 support jffs2 and ubifs.Do it support cramfs and squashfs?
If it supports cramfs and squashfs, the uboot bootargs set as the follows.
cramfs:setenv bootargs 'console=ttyO0,115200n8 noinitrd mem=80M vram=4M notifyk.vpssm3_sva=0xBFD00000 root=/dev/mtdblock4 rw rootfstype=cramfs eth=00:0C:0C:02:30:FB ip=172.24.191.14 cmemk.phys_start=0x85000000 cmemk.phys_end=0x89000000 cmemk.allowOverlap=1 earlyprintk';
squashfs:setenv bootargs 'console=ttyO0,115200n8 noinitrd mem=80M vram=4M notifyk.vpssm3_sva=0xBFD00000 root=/dev/mtdblock4 rw rootfstype=squashfs eth=00:0C:0C:02:30:FB ip=172.24.191.14 cmemk.phys_start=0x85000000 cmemk.phys_end=0x89000000 cmemk.allowOverlap=1 earlyprintk';
Is it right?
Thanks!
Hi Gomo,
You may need to recompile the kernel after adding support for cramfs or squashfs. We haven't validated these 2 file systems in DM8127 RDK.
Currently DM8127 RDK only supports JFFS2 and UBIFS>
Regards
Rajat
--------------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers the question.--------------------------------------------------------------------------------------------------------------
Thanks a lot!