Increasing the size of initfsram for mfgtool

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Increasing the size of initfsram for mfgtool

跳至解决方案
2,780 次查看
valentinafernan
Contributor II


Hello,

I need to flash a 200+MB image to NAND, but the rootfs created on RAM by the MFGTOOL is only 120M, how can I increase this size?

Thanks

标签 (2)
1 解答
2,447 次查看
igorpadykov
NXP Employee
NXP Employee
5 回复数
2,447 次查看
valentinafernan
Contributor II

Thanks Igor!

0 项奖励
回复
2,447 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Valentina

mfg tool is small linux image which is located

in ..Profiles/Linux/OS Firmware/firmware.

Images which are programmed on board are located

in ..Profiles/Linux/OS Firmware/files, seems there should be

no problem with its size. These images are build independently

from mfg tool.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

2,447 次查看
valentinafernan
Contributor II

Hello Igor,

my question is different, when the mfgtool image boots and creates the ram image, the space available in the rootfs is only 120MiB, 20MiBare used by the files and thus only a 100MiB image can be stored in /tmp to flash the nand. I need the rootfs in RAM to be at least 200MiB

0 项奖励
回复
2,447 次查看
valentinafernan
Contributor II

my rootfs.ubi is around 200MiB, when my mfgtool script (ucl.xml) sends the file via USB, the file won't fit the temporary file system created by the mfgtool firmware, I need this file system to be 200MiB

0 项奖励
回复
2,448 次查看
igorpadykov
NXP Employee
NXP Employee

could you look at

How to enable sparse image in android

~igor