Android - OpenThread Border Router on VIM3 Khadas SBC #9948
-
Hi everybody, I need to setup the OTBR in vim3 Khadas SBC. I have cloned the ot-br-posix code from Android codespace. Now, i need to compile/build the cloned OTBR posix android code and need to flash in VIM3 Khadas. I would appreciate it if anyone could provide me with information on how Android OTBR posix code can flash in VIM3 Khadas...! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You shouldn't try to build ot-br-posix separately for Android. Instead, you should clone the entire AOSP codebase and build a new image from source. See https://android-review.git.corp.google.com/c/platform/packages/modules/Connectivity/+/3007440 for a guide to try with cuttlefish device instead. Additionally, to support vim3 Khadas SBC, you (or ask the vendor) need to create an implementation for the Android Thread HAL API: https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/threadnetwork/aidl/aidl_api/. An example implementation can be found in https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/threadnetwork/aidl/default/ |
Beta Was this translation helpful? Give feedback.
You shouldn't try to build ot-br-posix separately for Android. Instead, you should clone the entire AOSP codebase and build a new image from source. See https://android-review.git.corp.google.com/c/platform/packages/modules/Connectivity/+/3007440 for a guide to try with cuttlefish device instead.
Additionally, to support vim3 Khadas SBC, you (or ask the vendor) need to create an implementation for the Android Thread HAL API: https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/threadnetwork/aidl/aidl_api/. An example implementation can be found in https://cs.android.com/android/platform/superproject/main/+/main:hardware/interfaces/threadnetwork/aidl/default/