mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Initial support for Bananapi M2S (#4597)
* Initial support for Bananapi M2S BPI-M2S is a small form factor SBC based on the Amlogic A311D chipset (or s922x, not supported yet): - Amlogic A311D (Quad A73 + Dual A53) CPU - 4GB LPDDR4 RAM - 16GB eMMC - Mali G52-MP4 GPU - HDMI 2.1 output - 2 Gigabit ports - 40 pins GPIO - 1x USB-A 2.0 - 1 USB-C (5V power) Not working/tested: - 2nd ethernet port - MIPI DSI/CSI * Edge kernel for BPI M2S * filename fixes; call attention to sharing FIP blobs * Adding u-boot patches for BPI M2S * meson-g12.conf update after amlogic FIP blobs for Bananapi M2S are now part of librelec FIP repo Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
This commit is contained in:
@@ -271,7 +271,7 @@ family_tweaks_bsp() {
|
||||
EndSection
|
||||
EOF
|
||||
;;
|
||||
"odroidn2" | "odroidc4" | "khadas-vim2" | "odroidhc4" | "khadas-vim3" | "khadas-vim3l" | "radxa-zero" | "radxa-zero2")
|
||||
"odroidn2" | "odroidc4" | "khadas-vim2" | "odroidhc4" | "khadas-vim3" | "khadas-vim3l" | "radxa-zero" | "radxa-zero2" | "bananapi-m2s")
|
||||
cat <<- EOF > "$destination"/etc/X11/xorg.conf
|
||||
Section "Device"
|
||||
Identifier "DRM Graphics Acclerated"
|
||||
|
||||
Reference in New Issue
Block a user