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.

beagleboard-xm使用dvsdk4.0.3默认的beagle_config等配置编译后的系统不能运行。

Expert 1041 points


使用dvsdk4.0.3编译时配置乳如下:

DEFAULT_LINUXKERNEL_CONFIG= omap3_beagle_defconfig
DEFAULT_UBOOT_CONFIG=omap3_beagle_config
DEFAULT_XLOAD_CONFIG=omap3beagle_config

完成编译后,做成sd卡,但是系统不能运行。我怀疑是整个dvsdk4.0.3的自带的xload,uboot和linux kernel 虽然都自带了beagle这个配置,但是貌似都不能直接编译使用。

想把dvsdk4.0.3移植到bb-xm ,是否可以给点建议。