Hi,
I am working on DM365 APPRO IPNC. In the user guide of it bootargs are defined as below.
setenv bootargs 'mem=48M console=ttyS0,115200n8 root=/dev/mtdblock3 rootfstype=squashfs ip=dhcp eth=$(ethaddr) lpj=741376 cmemk.phys_start="0x83000000"
cmemk.phys_end="0x88000000" cmemk.phys_start_1="0x00001000" cmemk.phys_end_1="0x00008000" cmemk.pools_1="1x28672" cmemk.allowOverlap="1" quiet'
With reference to above I have below quires.
1) Why two blocks are define cmemk.phys_start="0x83000000" and cmemk.phys_start_1="0x00001000"?
2) Why second block is define at 0x00001000?
3) Why pool size is define as 28672. Can we modify same?
Please help me to understand.
Regards,
panshi