How to make Ramdisk.img and boot.img

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to make Ramdisk.img and boot.img

ソリューションへジャンプ
20,641件の閲覧回数
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,652件の閲覧回数
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,653件の閲覧回数
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