How to make Ramdisk.img and boot.img

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make Ramdisk.img and boot.img

Jump to solution
18,385 Views
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

Labels (4)
1 Solution
2,399 Views
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

View solution in original post

1 Reply
2,400 Views
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