[android-porting] Re: make-live script not working

2009-04-22 Thread kewarken
I've been using a variant of the make-live script that doesn't depend on building intaller_img. Just a regular make will do. # Run this script from the out/target/product/eee_701 directory DD=/dev/sdh IMAGE_PATH=`pwd` JUNKsrc=/tmp/junk1234-src JUNKtgt=/tmp/junk1234-tgt localdisks=1 parts=1 2 3

[android-porting] Re: make-live script not working

2009-04-22 Thread gowtham gowda
i figured out what the issue was. I had grub2 on live usb and that was the reason the live usb failed. Once i went back to Grub, the live usb started working. Thanks, Gowtham On Apr 22, 1:46 pm, kewarken kewar...@gmail.com wrote: I've been using a variant of the make-live script that doesn't

[android-porting] Re: make-live script not working

2009-04-16 Thread Yi Sun
How new is your source code? I have one try checked out last monday or tuesday. It works fine On Wed, 2009-04-15 at 19:52 -0700, gowtham gowda wrote: Looks like Chris's make-live script is not working after updating the android source to the latest code. The bootable usb created by using the

[android-porting] Re: make-live script not working

2009-04-16 Thread gowtham gowda
i updated the code on Wednesday. I tried once more and all it does is boot into a grub console. On Apr 16, 4:40 pm, Yi Sun beyo...@gmail.com wrote: How new is your source code? I have one try checked out last monday or tuesday. It works fine On Wed, 2009-04-15 at 19:52 -0700, gowtham gowda