Hello, I'm trying to boot Android on my i.mx53 qsb but I'm having some problems, aparently the /system partition is not mounting, so the kernel boots but there's no program to run, the funny thing is that I get a tux picture on my vga monitor...
I'm using Adeneo's prebuilt Freescale-iMX53-QSB-Android 2.3-Version 4.3 image, I tried following the i.MX Android R10.3.2 User Guide to boot from SD with the prebuilt image, but encountered the same problems, the main difference is that on Adeneo's image, the adb is launched, but my computer doesn't finds any device with the adb and I only get the tux picture with Adeneo's image.
When I connect the usb cable on my computer I see this message on the serial output:
usb wakeup is here
otg udc vbus rising wakeup
android_usb gadget: high speed config #1: android
I'm attaching the serial output from boot, I think it might help.
Thanks
Original Attachment has been moved to: imx53-android-log-adeneo_prebuilt.txt.zip
解決済! 解決策の投稿を見る。
How did you partition your sdcard?
I saw it on your log:
mmc0: new high speed SDHC card at address 1234
mmcblk0: mmc0:1234 SA04G 3.67 GiB
mmcblk0: unknown partition table
Does your sdcard have any partition table?
How did you partition your sdcard?
I saw it on your log:
mmc0: new high speed SDHC card at address 1234
mmcblk0: mmc0:1234 SA04G 3.67 GiB
mmcblk0: unknown partition table
Does your sdcard have any partition table?
Thanks, I didn't notice that the script deleted the partition table, I fixed and now it's working
Great!