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.

关于DM368的Linux内核配置



最近要在DM368上面做开发,按照TI官网的提示,在这个链接里面http://processors.wiki.ti.com/index.php/DaVinci_(ARM9)_PSP_Releases#DM36x下载DaVinci PSP 03.21.00.04,有几个问题想咨询一下TI的专家:

第一个问题:

在uboot的源码目录下面有这样的文件:

ChangeLog-03.21.00.04

diffstat-03.21.00.04

ShortLog

u-boot-03.21.00.04.tar.gz

u-boot-patches-03.21.00.04.tar.gz

Undefined-patch-03.21.00.04.tar.gz

在Kernel的源码目录下面有这样的文件:

ChangeLog-03.21.00.04

diffstat-03.21.00.04

ShortLog

linux-03.21.00.04.tar.gz

kernel-patches-03.21.00.04.tar.gz

Undefined-patch-03.21.00.04.tar.gz

其中u-boot-03.21.00.04.tar.gz和linux-03.21.00.04.tar.gz解压之后就是u-boot和linux内核的源码,但是其他文件,尤其是xxxx-patches-03.21.00.04.tar.gz和Undefined-patch-03.21.00.04.tar.gz都是什么文件,有什么用处呢?

第二个问题:

内核的版本号应该是2.6.37,但是下载下来之后在内核源码目录的/arch/arm/config里面只能找到davinci_dm365_defconfig,却找不到368的defconfig。368可以直接使用365的defconfig么?

事实上u-boot也存在同样的问题,只有365的defconfig没有368的defconfig

第三个问题:

在DaVinci-PSP-SDK-03.21.00.04/imges/kernel/dm36x/modules/lib/modules/2.6.37+目录下有一大堆moudles.xxxx文件,具体如下:

modules.alias, modules.buitin, modules.ccwmap, modules.dep, moudles.ieee1394map, modules.inputmap, modules.isapnpmap, modules.order, modules.pcimap, modules.symbols, modules.usbmap

不知道这些文件都是什么意思,什么用途,TI的专家能不能解释一下?

谢谢