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.

移植3.8内核时报错 Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

敬爱的TI工程师们,早上好:

  我在移植linux-3.8内核到我司的核心板上时报错,打印信息附件,望帮忙排查。

  • 看着是在cpsw_probe+0x400/0x88c

    这个函数挂掉的,可以找到对应代码分析一下。

    可能是网口 PHY或者时钟等问题

  • 您好

    我在menuconfig中屏去掉  networking support,

    启动到[....] Starting Light Display Manager: lightdm. ok  就终止了,打印信息附件1.

    因为我们的核心板是新做的,外设还没验证,我是在内核中来调试这些外设方便还是u-boot呢

    在u-boot中调试完这些外设驱动   在内核中还是得调试是吧?