forked from android-risc-v/device_arv_jh7100
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Peter Yoon edited this page Jun 2, 2023
·
2 revisions
Screen resolution : 640x480
Keymap with generic PC keyboard
- Esc : Back
- F8 : Volume Down
- F9 : Volume Up
ADB connection
- Boot the android image and connect Ethernet
- Check IP address of the board at Settings->Network & Internet
- At host do 'adb connect [IP address]'
If DHCP does not work with Ethernet, Try followings on UART console
- console:/ $ su
- console:/ # ifconfig eth0 up YOUR_IP_ADDRESS netmask YOUR_NETMASK
- console:/ # ip rule add from all lookup main pref 1