详细介绍帖 http://www.nigeriaembassy.cn/maopig/article/details/7377457
appro dm368 报错“找不到uImage”
apt-get install u-boot-tools
*****************************************************
make ubifs报错
/usr/local/yourapp/Source/ipnc_rdk/../ipnc_rdk/target/mtd-utils/64bit/mkfs.ubifs: 1: /usr/local/yourapp/Source/ipnc_rdk/../ipnc_rdk/target/mtd-utils/64bit/mkfs.ubifs: Syntax error: word unexpected (expecting ")")
make: *** [ubifs] 错误 2
64bit --> 32bit
****************************************************
appro dm368不支持nfs服务
1.//修改内核默认配置文件(路径)
davinci_dm368_ipnc_nfs_defconfig
# CONFIG_NFS_V3 is not set -----> CONFIG_NFS_V3=y
(不要过多修改,可能导致内核无法启动)
2.//编译
make lsp
****************************************************
//编译通过
cp arch/arm/configs/davinci_dm368_ipnc_nfs_defconfig .config
make ARCH=arm menuconfig
make ARCH=arm uImage
make ARCH=arm modules