您好,本人菜鸟,请问DM8127采用TFTP文件烧写,那么采用什么手段进行程序调试呢,NFS么?还有,我进入IPNC_RDK_3.8.0/Source/ipnc_rdk目录后,用make -s sysall命令,为何只能生成uboot.min.nand、uboot.bin以及uImage文件,而无法生成文件系统镜像,您能给我说明一下吗?谢谢啦
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采用TFTP文件烧写,那么采用什么手段进行程序调试呢,NFS么?还有,我进入IPNC_RDK_3.8.0/Source/ipnc_rdk目录后,用make -s sysall命令,为何只能生成uboot.min.nand、uboot.bin以及uImage文件,而无法生成文件系统镜像,您能给我说明一下吗?谢谢啦
你好,
那么采用什么手段进行程序调试呢
【Chris】最常使用的调试方法就是串口打印。你可以网上再搜索一下Linux调试的方法,应该都是适用的。
无法生成文件系统镜像
【Chris】请使用命令:make -s ubifs
Create ubifs filesystem and install it in TFTP_HOME directory
lj@lj-desktop:~/IPNC_RDK_V3.8.0/Source/ipnc_rdk $ make -s ubifs
1:Syntax error: word unexpected (expecting ")")
make:***[ubifs] Error 2
还是不行