mirror of
				https://github.com/immortalwrt/immortalwrt.git
				synced 2025-11-02 16:21:21 +08:00 
			
		
		
		
	rockchip: add ArmSoM Sige7 support
This board is also as known as Bananapi BPi-M7. Hardware -------- RockChip RK3588 ARM64 (8 cores) 8/16/32GB LPDDR4/LPDDR4x RAM 2x 2500 Base-T (PCIe, rtl8125b) AP6275P Wi-Fi 6 / Bluetooth 5 2 LEDs (RED / GREEN) 16GB/32GB/64GB/128GB eMMC on-board Micro-SD Slot HDMI Port USB 2.0 Port USB 3.0 Port USB Type-C 3.0 Port M.2 M-Key 40-Pin Header USB PD 2.0 9/12/15V Power Installation ------------ Uncompress the ImmortalWrt sysupgrade and write it to a micro SD card or internal eMMC using dd. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
		@ -20,6 +20,19 @@ define Device/ariaboard_photonicat
 | 
			
		||||
endef
 | 
			
		||||
TARGET_DEVICES += ariaboard_photonicat
 | 
			
		||||
 | 
			
		||||
define Device/armsom_sige7
 | 
			
		||||
  DEVICE_VENDOR := ArmSoM
 | 
			
		||||
  DEVICE_MODEL := Sige7
 | 
			
		||||
  DEVICE_ALT0_VENDOR := Bananapi
 | 
			
		||||
  DEVICE_ALT0_MODEL := BPi-M7
 | 
			
		||||
  SOC := rk3588
 | 
			
		||||
  DEVICE_DTS := rockchip/rk3588-armsom-sige7
 | 
			
		||||
  BOOT_FLOW := pine64-img
 | 
			
		||||
  DEVICE_PACKAGES := kmod-brcmfmac kmod-r8125 wpad-openssl \
 | 
			
		||||
	brcmfmac-firmware-43752-pcie brcmfmac-nvram-43752-pcie
 | 
			
		||||
endef
 | 
			
		||||
TARGET_DEVICES += armsom_sige7
 | 
			
		||||
 | 
			
		||||
define Device/ezpro_mrkaio-m68s
 | 
			
		||||
  DEVICE_VENDOR := EZPRO
 | 
			
		||||
  DEVICE_MODEL := Mrkaio M68S
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user