board: add Tomate MCD-125 (Allwinner H313 TV box)#17
board: add Tomate MCD-125 (Allwinner H313 TV box)#17julivs wants to merge 1 commit intosicXnull:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hey @julivs! 👋Thanks for submitting your first pull request to the Armbian project — we're excited to have you contributing! 🧡 If you'd like to stay informed about project updates or collaborate more closely with the team, Also, don’t forget to ⭐ star the repo if you haven’t already — and welcome aboard! 🚀 |
🚫 Missing required board assetsThis PR adds new board configuration(s). Required assets must already exist in github/armbian/armbian.github.io.
Missing items
Once the missing files are added (or a PR is opened in armbian/armbian.github.io), re-run this check. |
|
Did you mean to push this to my repo? i believe you'd want to push this to the main armbian repo instead of this fork |
Description
Adds initial Armbian support for the Tomate MCD-125 TV box.
Hardware:
What works:
Known limitations (future work):
U-Boot patches included:
arm64-sun50i-h313-add-tomate-mcd125-lpddr3-defconfig.patch: board defconfig with LPDDR3 timings andCONFIG_MMC_SUNXI_SLOT_EXTRA=2sunxi-toc0-auto-generate-key-for-open-boot.patch: auto-generate throwaway RSA key for TOC0 open-boot (H313 fuses not blown)sunxi-h616-PC3-emmc-sel-pin-pull-down.patch: configure PC3 eMMC sel pin in SPLmmc_pinmux_setup()(ported frombigtreetech-cb1)
sunxi_mmc-dec-f_max-to-12MHz-to-get-emmc-reliable.patch: reduce MMC f_max for eMMC stability on H313GitHub issue reference: N/A
Jira reference number: N/A
How Has This Been Tested?
Tested on physical Tomate MCD-125 hardware (board revision GYS_A7_V3.1):
Build command:
./compile.sh build BOARD=tomate-mcd125 BRANCH=current RELEASE=bookworm \ BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no EXPERT=yes Checklist: - My code follows the style guidelines of this project - I have performed a self-review of my own code - I have commented my code, particularly in hard-to-understand areas - My changes generate no new warnings