41e851e5ad4474fd224fd27b941c53067b08e63c
Chip-cn-dat/allwinner-dat/allwinner-dat.md
| ... | ... | @@ -34,6 +34,7 @@ |
| 34 | 34 | |
| 35 | 35 | - [[virtualbox-dat]] |
| 36 | 36 | |
| 37 | +- [[X3-dat]] |
|
| 37 | 38 | |
| 38 | 39 | |
| 39 | 40 | ## periperhals |
Chip-cn-dat/chip-cn-dat.md
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | |
| 6 | 6 | - [[aosong-dat]] |
| 7 | 7 | |
| 8 | -- [[allwinner-dat]] - [[allwinner-D1-dat]] - [[V3S-dat]] - [[F1C200-dat]] - [[F1C100-dat]] |
|
| 8 | +- [[allwinner-dat]] - [[allwinner-D1-dat]] - [[V3S-dat]] - [[F1C200-dat]] - [[F1C100-dat]] - [[F133-dat]] |
|
| 9 | 9 | |
| 10 | 10 | - [[Espressif-dat]] - [[ESP32-dat]] - [[ESP32-S3-dat]] - [[ESP32-C3-dat]] - [[ESP32-P4-dat]] |
| 11 | 11 |
SDK-dat/SDK-DAT.md
| ... | ... | @@ -46,6 +46,13 @@ |
| 46 | 46 | - [[camera-sdk-dat]] - [[display-sdk-dat]] |
| 47 | 47 | |
| 48 | 48 | |
| 49 | +## tools |
|
| 50 | + |
|
| 51 | +- [[xboot-dat]] - [[uboot-dat]] |
|
| 52 | + |
|
| 53 | +- [[adb-dat]] |
|
| 54 | + |
|
| 55 | + |
|
| 49 | 56 | ## ref |
| 50 | 57 | |
| 51 | 58 | - [[tech-dat]] |
| ... | ... | \ No newline at end of file |
SDK-dat/adb-dat/adb-dat.md
| ... | ... | @@ -15,3 +15,28 @@ Optional: Check connection status |
| 15 | 15 | C:\Users\Administrator>adb devices -l |
| 16 | 16 | List of devices attached |
| 17 | 17 | |
| 18 | + |
|
| 19 | +## Can You Use ADB (Android Debug Bridge)? |
|
| 20 | + |
|
| 21 | +ADB works only if the device runs Android (or a compatible system) with the following in place: |
|
| 22 | + |
|
| 23 | +- Android OS (or equivalent) installed on the device. |
|
| 24 | +- ADB daemon (adbd) running on the device. |
|
| 25 | +- USB gadget mode set up (e.g., g_android, g_ether) to expose the ADB interface over USB. |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +## logs |
|
| 30 | + |
|
| 31 | +may not be able to connect to the following devices. |
|
| 32 | + |
|
| 33 | +- [[F133-dat]] |
|
| 34 | + |
|
| 35 | +- [[D1-S-dat]] |
|
| 36 | + |
|
| 37 | +- [[sigmaster-dat]] - D210 |
|
| 38 | + |
|
| 39 | + |
|
| 40 | +## ref |
|
| 41 | + |
|
| 42 | +- [[SDK-dat]] |
|
| ... | ... | \ No newline at end of file |