-
Notifications
You must be signed in to change notification settings - Fork 6
List of all the boards currently in the Piduino database
epsilonrt edited this page Jan 11, 2020
·
5 revisions
Version 0.5.14 - 2020-01-11
| id | name | tag / revision |
|---|---|---|
| 0 | RaspberryPi B (0x000002) | 0x2 |
| 1 | RaspberryPi B (0x000003) | 0x3 |
| 2 | RaspberryPi B (0x000004) | 0x4 |
| 3 | RaspberryPi B (0x000005) | 0x5 |
| 4 | RaspberryPi B (0x000006) | 0x6 |
| 5 | RaspberryPi A (0x000007) | 0x7 |
| 6 | RaspberryPi A (0x000008) | 0x8 |
| 7 | RaspberryPi A (0x000009) | 0x9 |
| 8 | RaspberryPi B (0x00000D) | 0xD |
| 9 | RaspberryPi B (0x00000E) | 0xE |
| 10 | RaspberryPi B (0x00000F) | 0xF |
| 11 | RaspberryPi B+ (0x000010) | 0x10 |
| 12 | RaspberryPi Compute Module (0x000011) | 0x11 |
| 13 | RaspberryPi A+ (0x000012) | 0x12 |
| 14 | RaspberryPi B+ (0x000013) | 0x13 |
| 15 | RaspberryPi Compute Module (0x000014) | 0x14 |
| 16 | RaspberryPi A+ (0x000015) | 0x15 |
| 17 | RaspberryPi A+ (0x900021) | 0x900021 |
| 18 | RaspberryPi B+ (0x900032) | 0x900032 |
| 19 | RaspberryPi 2B (0xA01040) | 0xA01040 |
| 20 | RaspberryPi 2B (0xA01041) | 0xA01041 |
| 21 | RaspberryPi 2B (0xA21041) | 0xA21041 |
| 22 | RaspberryPi 2B (0xA22042) | 0xA22042 |
| 23 | RaspberryPi Zero (0x900092) | 0x900092 |
| 24 | RaspberryPi Zero (0x900093) | 0x900093 |
| 25 | RaspberryPi Zero (0x920093) | 0x920093 |
| 26 | RaspberryPi Zero Wifi (0x9000C1) | 0x9000C1 |
| 27 | RaspberryPi 3B (0xA02082) | 0xA02082 |
| 28 | RaspberryPi Compute Module 3 (0xA020A0) | 0xA020A0 |
| 29 | RaspberryPi 3B (0xA22082) | 0xA22082 |
| 30 | RaspberryPi 3B (0xA32082) | 0xA32082 |
| 31 | NanoPi Neo | nanopineo |
| 32 | NanoPi Neo Air | nanopineoair |
| 33 | NanoPi M1 | nanopim1 |
| 34 | NanoPi M1+ | nanopim1plus |
| 35 | NanoPi Neo 2 | nanopineo2 |
| 36 | NanoPi Neo+ 2 | nanopineoplus2 |
| 37 | NanoPi Neo Core | nanopineocore |
| 38 | NanoPi Neo Core2 | nanopineocore2 |
| 39 | NanoPi Neo Core Mini Shield | nanopineocoreshield |
| 40 | NanoPi Neo Core2 Mini Shield | nanopineocore2shield |
| 41 | RaspberryPi 3B+ (0xA020D3) | 0xA020D3 |
| 42 | RaspberryPi 3A+ (0x9020E0) | 0x9020E0 |
| 43 | RaspberryPi Zero (0x920092) | 0x920092 |
| 44 | RaspberryPi 3B (0xA52082) | 0xA52082 |
| 45 | NanoPi Duo2 | nanopiduo2 |
| 46 | RaspberryPi Compute Module 3 (0xA220A0) | 0xA220A0 |
| 47 | RaspberryPi 3B (0xA22083) | 0xA22083 |
| 48 | RaspberryPi Compute Module (0x900061) | 0x900061 |
| 49 | RaspberryPi 2B (0xA02042) | 0xA02042 |
| 50 | RaspberryPi 4B (0xA03111) | 0xA03111 |
| 51 | RaspberryPi 4B (0xB03111) | 0xB03111 |
| 52 | RaspberryPi 4B (0xC03111) | 0xC03111 |
| 53 | RaspberryPi 4B (0xC03112) | 0xC03112 |
Work is underway to add functionality to pinfo to manage the database...
For now, it is possible to manage the database using a sqlite3 client.
Examples of use cases are provided in the piduino-db-use_cases.md file.
The condition to be able to add a board to the database is that it uses one of the SoCs supported by Piduino.
The list of SoCs
| id | name |
|---|---|
| 0 | Bcm2708 |
| 1 | Bcm2709 |
| 2 | Bcm2710 |
| 5 | Bcm2711 |
| 3 | H3 |
| 4 | H5 |