| Board | Status | SoC | NPU |
|---|
| Pico-G1 | ✅ Supported | GK7206 | Goke GNNE (INT8 quantization) |
| Board | SoC | Status |
|---|
| RK3588 series | Rockchip RK3588 | ⏳ Coming soon |
| T507 series | Allwinner T507 | ⏳ Coming soon |
| T133 series | Allwinner T133 | ⏳ Coming soon |
| Item | Value |
|---|
| SoC | GK7206 |
| NPU | Goke GNNE, 1 TOPS, INT8 quantization |
| CPU | Dual-core ARM A7 |
| Memory | DDR3 256 MB |
| Default IP | 192.168.49.10 |
| Default users | shimetad (passwordless SSH) / root (default password 123456) |
| C library baseline | uclibc |
| Storage | On-board Flash + SD card slot (FAT32) |
| Networking | 100M Ethernet |
| Field | Example value | Notes |
|---|
| Device name | Pico-G1 / GK7206 | Friendly name shown in the device tree |
| IP address | 192.168.49.23 | The IP actually entered for the screenshot (default 192.168.49.10) |
| Delete device | Red text button | Remove this device |
The device tree shows:
DEVICE TREE +
├─ GK7206 [1] ← SoC group (board count)
└─ Pico-G1 ← Board
371 root 0:00 ← PID USER TIME
/usr/bin/shimetad_ ← Board service process path
● (status dot: green = connected, red = disconnected) [Reconnect] (only when disconnected)
| User | Default password | Purpose |
|---|
| shimetad | None | IDE connects over SSH automatically (no password); used for shimeta-py / Agent, etc. |
| root | 123456 | Traditional SSH login (advanced debugging); can be changed in IDE device management |
| Item | Specification |
|---|
| Model | SC465SL |
| Resolution | 2560×1440 |
| Interface | MIPI CSI |
| Output format | YUV422 |
| Frame rate | 25-30 fps |
Only the SC465SL is currently adapted; other models are not yet compatible.
| Tool | Version | Responsibility |
|---|
| shimeta-py | v1.0.4 | Python runtime (code edited in the IDE runs directly) |
| shimeta-svp | v1.2.1 | 9 scenario-based detections |
| shimeta-xmm | — | Custom .xmm model inference |
These tools come pre-installed with the board firmware; no manual download is required. To upgrade: IDE workbench → device card → "Upgrade board tools".
| Symptom | Meaning |
|---|
| Red "Reconnect" button on the Pico-G1 card on the left | Device connection failed |
| Center Agent prompts "please connect a board first" | The Agent needs board context |
| Right-side "Object view" panel is blank | The camera service is not running |
| Bottom bar shows "not connected, configure SSH" | The board SSH channel is down |
| Symptom | Meaning |
|---|
| Green dot on the left Pico-G1 card | Connected |
| Right side shows a concrete IPC value (ms) | The board is reachable |
| Resource monitoring refreshes in real time | The board is responding normally |
To avoid misunderstanding, hardware/client forms not currently supported:
| Unsupported item | Reason |
|---|
| macOS client | Workbench is Windows-only |
| Linux client | Same as above |
| Pico-G1 remote desktop | The board has no graphical interface |
| Generic Linux boards (Jetson / Raspberry Pi) | Only ShiMetaPi suite boards are supported |
| Other camera models | Only the SC465SL is currently adapted |