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.

AM335x 烧写Android文件系统?



    用am335x的开发板,然后用SD卡把Android的文件系统烧写到emmc里,启动的时候出现这个log:

     软件是sdk6.0,烧写liunx的文件系统是ok的,想用这个方法看能不能把Android的文件系统烧到emmc里面,烧写成功,启动出现问题,请帮忙看看

Hit any key to stop autoboot:  0
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
mmc0(part 0) is current device
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
Booting from nand ...

no devices available
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot# setenv devnum 1
U-Boot# saveenv
Saving Environment to NAND...
Erasing Nand...
Attempt to erase non block-aligned data
U-Boot# run mmcboot
Booting from mmc ...
Wrong Image Format for bootm command
ERROR: can't get kernel image!

  • emmc分区了吗?

    放在fat 分区的名字是什么?

  • 您好:

      我烧写android固件的时候也遇到了问题,烧写是烧好了,可是却卡在了第一步,log如下:Starting kernel ...                                                             
                                                                                    
    Uncompressing Linux... done, booting the kernel.请问这种情况怎么解决呢?

  • 你遇到的这个问题,应该是和烧写没关系。个人感觉还是和你操作系统的移植有关系。你目前使用SD卡或者其他的启动方式可以正常启动吗?还是都卡在这里了?