-
Notifications
You must be signed in to change notification settings - Fork 92
Home
Peter Yoon edited this page May 16, 2020
·
16 revisions
Screen resolution : 1280x720
Keymap with generic PC keyboard
- F1 : Home
- F2 : Back
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]'
Until codec2 crash issue fixed with kernel 5.4,
Apply following patch under frameworks/av/
media/codec2/vndk/C2Store.cpp
@@ line 861 @@ C2PlatformComponentStore::C2PlatformComponentStore()
emplace("libcodec2_soft_h263enc.so");
emplace("libcodec2_soft_hevcdec.so");
- emplace("libcodec2_soft_hevcenc.so");
+ //emplace("libcodec2_soft_hevcenc.so");
emplace("libcodec2_soft_mp3dec.so");
emplace("libcodec2_soft_mpeg2dec.so");