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
Solved! Go to Solution.
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
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