This commit is contained in:
YuzukiTsuru 2022-06-22 10:21:15 +08:00
parent e95456be29
commit 049cc976fb
2 changed files with 19 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<p align="center">Open Source development package for for yuzukihd Boards and more boards</p>
# Support Lists
See [SupportList](/SupportList) Page.
# Install BSP

View File

@ -1,6 +1,9 @@
# Support Lists
✅: Supported — ❌: NOT support and will NOT support — ⚠️: Not Fully Supported Yet - HF: Hardware Float Support
## YuzukiHD Devices
| Vender | Device | Chip | U-Boot | Linux | Defconfig | SPI NOR | SPI NAND | SD CARD | EMMC | Support |
| -------- | ----------- | ------- | ------- | ------- | --------- | --------- | --------- | --------- | --------- | --------- |
| YuzukiHD | YuzukiRuler | F1C200s | 2020.07 | 5.4.180 | yuzukihd_yuzukiruler_defconfig | ✅ | ✅ | ✅ | ✅ | ✅ |
@ -8,10 +11,25 @@
| YuzukiHD | Yuzuki Mavericks | F1C200s | 2020.07 | 5.4.180 | yuzukihd_yuzukimavericks_defconfig | ✅ | ✅ | ✅ | ✅ | ✅ |
| YuzukiHD | YuzukiCK1N | V3x | 2022.01 | 5.4.180 | yuzukihd_yuzukick1n_defconfig | ❌ | ❌ | ✅ | ⚠️ | ⚠️ |
| YuzukiHD | R11 86 Panel | R11 | 2022.01 | 5.4.180 | yuzukihd_r11_86panel_defconfig | ✅ | ✅ | ❌ | ❌ | ✅ |
## Sipeed Devices
| Vender | Device | Chip | U-Boot | Linux | Defconfig | SPI NOR | SPI NAND | SD CARD | EMMC | Support |
| -------- | ----------- | ------- | ------- | ------- | --------- | --------- | --------- | --------- | --------- | --------- |
| Sipeed | lichee nano | F1C100s | 2020.07 | 5.4.180 | sipeed_lichee_nano_defconfig | ✅ | ✅ | ✅ | ✅ | ✅ |
| Sipeed | lichee zero | V3s | 2020.07 | 5.4.180 | sipeed_lichee_zero_defconfig | ❌ | ❌ | ✅ | ⚠️ | ✅ |
## AWOL Devices
| Vender | Device | Chip | U-Boot | Linux | Defconfig | SPI NOR | SPI NAND | SD CARD | EMMC | Support |
| -------- | ----------- | ------- | ------- | ------- | --------- | --------- | --------- | --------- | --------- | --------- |
| awol | nezha | D1-H | [tina,uboot 2018](https://github.com/Tina-Linux/uboot-2018) | [tina,linux 5.4.61](https://github.com/Tina-Linux/tina-d1x-linux-5.4) | awol_nezha_defconfig | ❌ | ❌ | ✅ | ❌ | ⚠️ |
| awol | nezha-d1s | D1s | [tina,uboot 2018](https://github.com/Tina-Linux/uboot-2018) | [tina,linux 5.4.61](https://github.com/Tina-Linux/tina-d1x-linux-5.4) | awol_nezha_d1s_defconfig | ❌ | ❌ | ✅ | ❌ | ✅ |
## MangoPi Devices
| Vender | Device | Chip | U-Boot | Linux | Defconfig | SPI NOR | SPI NAND | SD CARD | EMMC | Support |
| -------- | ----------- | ------- | ------- | ------- | --------- | --------- | --------- | --------- | --------- | --------- |
| mangopi | MQ | D1s | [tina,uboot 2018](https://github.com/Tina-Linux/uboot-2018) | [tina,linux 5.4.61](https://github.com/Tina-Linux/tina-d1x-linux-5.4) | mangopi_mq_defconfig | ❌ | ❌ | ✅ | ❌ | ✅ |
| mangopi | MQ Dual | T113 | [tina,uboot 2018](https://github.com/Tina-Linux/uboot-2018) | [tina,linux 5.4.61](https://github.com/Tina-Linux/tina-t113-linux-5.4) | mangopi_mq_dual_defconfig | ❌ | ❌ | ✅ | ❌ | ⚠️ |
| mangopi | MQ Dual HF | T113 | [tina,uboot 2018](https://github.com/Tina-Linux/uboot-2018) | [tina,linux 5.4.61](https://github.com/Tina-Linux/tina-t113-linux-5.4) | mangopi_mq_dual_hf_defconfig | ❌ | ❌ | ✅ | ❌ | ⚠️ |