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.

OMAPL138 LCDK的linux无法启动了



OMAPL138 LCDK的linux是从SD卡启动的。

有一点需要特别注意的,就是需要每次执行shutdown -h now结束linux,否则有可能会破坏linux的内核。

e2e.ti.com/.../239640.aspx

your Linux file system on the SD-card is corrupted. The same thing happened to me. If you boot from the SD-card and don't shutdown properly using the command:

target $ shutdown –h now

我碰到的问题是kernel panic, linux启动不了。

解决的方法是:

使用ti-sdk-omapl138-lcdk-01.00.00\bin\create-sdcard.sh

使用手工的模式,指定uboot和文件系统的位置。

最后该SD卡就正常了。