How to make Ramdisk.img and boot.img

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to make Ramdisk.img and boot.img

跳至解决方案
20,621 次查看
JustinWu2
Contributor III

Dear all:

I can buil the linux kernel and u-boot by using the modified environment and source code. I use the recent myandroid to build the ramdisk.img.
I can run the uboot and linux kernel. however,it will stop on the init which is on the ramdisk. I trace the procedure and find that it will stop on the mount function.
Do you have any idea about it?

The attached file is the log.

Best Regards,

Justin Wu

 

Original Attachment has been moved to: log_zuni_data_0703_d_log.txt.zip

标签 (4)
1 解答
4,632 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,justin,

      Please see android user's guide for R13.4.1

5.4 Build boot.img

As outlined in Run Android with Prebuilt Image, we use boot.img and booti as default commands to boot, not the uramdisk

and uImage we used before.

You can use this command to generate boot.img under Android environment:

$ cd ~/myandroid

$ source build/envsetup.sh

$ lunch sabresd_6dq-user

$ make bootimage

Weidong

在原帖中查看解决方案

1 回复
4,633 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,justin,

      Please see android user's guide for R13.4.1

5.4 Build boot.img

As outlined in Run Android with Prebuilt Image, we use boot.img and booti as default commands to boot, not the uramdisk

and uImage we used before.

You can use this command to generate boot.img under Android environment:

$ cd ~/myandroid

$ source build/envsetup.sh

$ lunch sabresd_6dq-user

$ make bootimage

Weidong