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 IPNC RDK3.5不支持网络升级文件系统,请问怎样解决?



1.在ipnc_app/utils/update中有在线升级内核和文件系统的代码。

2.使用TI的源码只能在线升级内核,却不能升级文件系统。

3.将Update.c文件中的

if (flag)
strcpy(FILESYSBLOCK,"/dev/mtd4");
else
strcpy(FILESYSBLOCK,"/dev/mtd6");

改为:

//if (flag)
strcpy(FILESYSBLOCK,"/dev/mtd4");
//else
//strcpy(FILESYSBLOCK,"/dev/mtd6");

可以在nfs挂载和SD卡启动的情况下升级文件系统。

现在我想要网络在线升级文件系统,请问怎样解决?

TI的文档上说明:dm8127 IPNC RDK3.5不支持网络升级文件系统

TI文档上面红色标注的部分写着不支持网络在线升级。