Dear friends......
How do I share data with juno development platfrom board and host system?
Weather the communication should be via NFS or adb.
We tried two things,
1. We connected the juno board via USB configuration port. Then when we did "adb devices" , the emulator/device is not showing.
Please letus know how to push data into juno board using adb.
2. We tried the nfs way too.
We have gone to root@juno: then given the command #ifconfig eth0.
it shows error "eth0: Cannot assign requested address".
Please letus know the procedure to push and run the .axf or cross compiled exe on juno android.
Regards,
Jugala
Hi Mark,
I tried to connect ethernet for adb. but it cannot work rightly.
# netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
eth0 UP 0.0.0.0/0 0x00001043 00:02:f7:00:59:e3
please let me know what is problem?
Hello mkkim,
This should "just work" and we have lots of users now. As discussed above:
Can you confirm you are using the *front* ethernet port? Also that you are using your board on a network with a working DHCP server. (Does you PC get an IP from the same port/cable). If that doesn't work please confirm that you are using the latest recovery image and prebuilt binaries from Linaro, rather than (say) a custom configuration you have built form sources.
I hope that helps
MarkN.