hello Alex, I first flashed the downloaded beta-7 and I think after 3 min everything is OK and bootet....
than I replaced... ./out/target/product/freerunner/system.img ./out/target/product/freerunner/userdata.img ./out/target/product/freerunner/ramdisk.img ./out/target/product/freerunner/kernel.img my freerunner is now for 12 minutes flashing.... KOOLU is shown on the display and my eth3(freerunner) is visible on my host.... connecting to eth3 is not possible...by the script ------------------------------------------------------------------------------------------------------------------------ #!/bin/sh # Easily connect to Openmoko phones with Android OS. # This script first configures your local interface. # This script then utilizes Android Debug Bridge (adb) to connect. # Possibly you have to change the variable INT. # INT may vary on different systems (eth1, usb0, eth0 ...). # All other variables should be fine. ######################### Configure local interface to connect to android by USB INT="eth3" # you might have to change this (eg usb0) IPADDR="192.168.0.200" # local IP: should be fine NETMASK="255.255.255.0" # local netmask: should be fine IPFREE="192.168.0.202" # IP freerunner (default): fine PROGNAME="androidshell" # name of program: no need to change ######################### ######################### make a nice banner clear echo " _ _ _ _ _ " | grep --colour "." echo " __ _ _ __ __| |_ __ ___ (_) __| |___| |__ ___| | |" | grep --colour "." echo " / _. | '_ \ / _. | '__/ _ \| |/ _. / __| '_ \ / _ \ | |" | grep --colour "." echo "| (_| | | | | (_| | | | (_) | | (_| \__ \ | | | __/ | |" | grep --colour "." echo " \__,_|_| |_|\__,_|_| \___/|_|\__,_|___/_| |_|\___|_|_|" | grep --colour "." echo " Android on Freerunner - adb connector via USB" | grep --colour "." echo "--------------------------------------------------------" echo "2009 by linuxnetzer -GPLv3- www.linuxnetz.wordpress.com" echo "--------------------------------------------------------" echo " PLEASE MAKE SURE... " | grep --colour "." echo "... adb is installed in PATH." echo "... Freerunner was connected whilst booting." echo "... $INT is your correct local USB interface." echo "--------------------------------------------------------" ######################## configure local interface echo "setting up $INT for connection (needs root privileges)" echo "INT=$INT" sudo ifconfig $INT $IPADDR netmask $NETMASK ######################## prepare adb echo "preparing adb..." adb kill-server ADBHOST="$IPFREE" adb devices 1> /dev/null echo "If prompt has changed (#), connection was successful." | grep --colour "\#" echo "Type 'exit' to finish connection. Keep up the vibes!" | grep --colour "exit" ######################## start adb adb shell exit ------------------------------------------------------------------------------------------------------------------------ connecting is not possible.... can you flash the actuall beta from repo/git? regards sascha > -----Ursprüngliche Nachricht----- > Von: "Alexander Shulgin" <[email protected]> > Gesendet: 17.06.09 10:34:51 > An: Android on Freerunner Development <[email protected]> > Betreff: Re: [android-freerunner] flashing the *.img (es) from koolu build... > On Wed, Jun 17, 2009 at 11:25 AM, <[email protected]> wrote: > > Hey marcelo, > > > > thanks again... > > > > today I did a cd koolu.... , rm ./* (rm -r ./.repo/*) and a new > > install/build... > > everything build fine... > > > > I copied all files from beta-7 on Sd and replaced all *.img > > files....flashed..... > > > > and my freerunner hangs in the koolu-screen... > > > > .-( > > How long did you wait? It takes about 5-7 minutes for the first run > on my FR after reflash of koolu betas. > > -- > Alex > _______________________________________________ > android-freerunner mailing list > [email protected] > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > ____________________________________________________________ Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
