diff --git a/docs/README.md b/docs/README.md index 37c96ca8..8f79ad8b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@
Open Source development package for for yuzukihd Boards and more boards
# Support Lists - +See [SupportList](/SupportList) Page. # Install BSP diff --git a/docs/SupportList.md b/docs/SupportList.md index e1767156..c69bc552 100644 --- a/docs/SupportList.md +++ b/docs/SupportList.md @@ -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 | ❌ | ❌ | ✅ | ❌ | ⚠️ |