This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8127 support cramfs and squashfs?

Genius 3400 points

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!