All of the following information is based on go version go1.8.3 darwin/amd64.
(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)
- android
- darwin
| When a PCB back from product line without LCD, how to test WIFI basic function? | |
| We can usually use below commands in adb shell with root permission | |
| //Check if wlan.ko was loaded | |
| lsmod | |
| //If not, please install it | |
| insmod /system/lib/modules/wlan.ko | |
| //Check if it correctly installed |