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.

AM3354跑android出现的问题

Other Parts Discussed in Thread: AM3354

1.软件

编译的是TI官网的的这个源码包 TI_Android_JB_4.2.2_DevKit_4.1.1 ,make的时候TARGET_PRODUCT=beaglebone。文件系统用nfs方式挂载上的。

2.硬件

我们自己的板子,am3354,没有mmc,没有bluetooth,没有wlan。

3.出现问题

linux内核是跑起来了,LCD显示一直卡在这个画面:

串口输出隔几十秒输出init: untracked pid 56 exited之类的。串口在nfs挂载后的输出内容如下:

[ 5.331859] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 5.341697] Freeing init memory: 344K
[ 5.517688] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 5.622017] init: cannot open '/initlogo.rle'
[ 10.037824] fs_mgr: Cannot mount filesystem on /dev/block/platform/omap/omap_hsmmc.0/mmcblk0p3 at /data
[ 10.047794] init: fs_mgr_mount_all returned an error
[ 10.290754] init: cannot find '/system/bin/sgx/rc.pvr', disabling 'pvr'
[ 10.309561] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 10.326245] android_usb: already disabled
[ 10.330711] android_usb: already disabled
[ 10.335168] android_usb: already disabled
[ 10.339771] adb_bind_config
[ 10.345561] adb_bind_config
[ 10.753378] adb_open
root@android:/ # [ 11.257015] warning: `rild' uses 32-bit capabilities (legacy support in use)
[ 44.099357] request_suspend_state: wakeup (3->0) at 44065575883 (2000-01-01 00:00:41.522242882 UTC)
[ 44.117769] init: untracked pid 56 exited
[ 44.122031] init: untracked pid 61 exited
[ 66.821432] request_suspend_state: wakeup (0->0) at 66787652969 (2000-01-01 00:01:04.244320009 UTC)
[ 66.839200] init: untracked pid 320 exited
[ 66.843546] init: untracked pid 321 exited

菜鸟求解求方向,会不会是启动脚本需要mmc,wlan之类的,然后硬件没有呢