mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-10 06:59:02 +00:00
Introducing Rockchip RK322X SoC support (#2032)
* Introducing Rockchip rk322x SoC support Main features: - Legacy kernel flavour based upon stable v2.x rk3288 Rockchip branch (https://github.com/rockchip-linux/kernel/tree/stable-4.4-rk3288-linux-v2.x) - Current kernel flavour based on mainline 5.6.y kernel - Mainline u-boot (v2020.04) - Single generic tv box target (rk322x-box) which boots on all the known tv boxes - Hardware devices (eMMC/NAND, led wiring configuration, SoC variant selection) modulation done by user at runtime via device tree overlays - a script (rk322x-config) is provided for autodetection and simple configuration by inexperienced users; - Bits added to armbian-hardware-optimization to set affinity for irq handlers - rk322x-box targets already added to targets.conf for automatic image creation * Removed disabled patches * Restored mysteriously removed comment character
This commit is contained in:
parent
20d17a7c95
commit
23604e8a0d
74 changed files with 64800 additions and 2 deletions
BIN
packages/blobs/rockchip/rk322x_ddr2_300_ddr3_600_v1.09.bin
Normal file
BIN
packages/blobs/rockchip/rk322x_ddr2_300_ddr3_600_v1.09.bin
Normal file
Binary file not shown.
BIN
packages/blobs/ssv6051/ssv6051-sw.bin
Normal file
BIN
packages/blobs/ssv6051/ssv6051-sw.bin
Normal file
Binary file not shown.
91
packages/blobs/ssv6051/ssv6051-wifi.cfg
Normal file
91
packages/blobs/ssv6051/ssv6051-wifi.cfg
Normal file
|
@ -0,0 +1,91 @@
|
|||
############################################################
|
||||
# ROCKCHIP RK3X28 & RK322X
|
||||
# WIFI-CONFIGURATION
|
||||
##################################################
|
||||
|
||||
##################################################
|
||||
# Firmware setting
|
||||
# Priority.1 insmod parameter "cfgfirmwarepath"
|
||||
# Priority.2 firmware_path
|
||||
# Priority.3 default firmware
|
||||
##################################################
|
||||
firmware_path = /vendor/etc/firmware/
|
||||
|
||||
############################################################
|
||||
# MAC address
|
||||
#
|
||||
# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
|
||||
#
|
||||
# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
|
||||
#
|
||||
# Priority 3. From insert module parameter
|
||||
#
|
||||
# Priority 4. From external file path
|
||||
# path only support some special charater "_" ":" "/" "." "-"
|
||||
#
|
||||
# Priority 5. Default[Software mode]
|
||||
#
|
||||
# 0. => 00:33:33:33:33:33
|
||||
# 1. => Always random
|
||||
# 2. => First random and write to file[Default path mac_output_path]
|
||||
#
|
||||
############################################################
|
||||
ignore_efuse_mac = 0
|
||||
#mac_address_path = /xxxx/xxxx
|
||||
mac_address_mode = 2
|
||||
mac_output_path = /data/wifimac
|
||||
|
||||
##################################################
|
||||
# Hardware setting
|
||||
#
|
||||
#volt regulator(DCDC-0 LDO-1)
|
||||
#
|
||||
##################################################
|
||||
xtal_clock = 24
|
||||
volt_regulator = 1
|
||||
|
||||
##################################################
|
||||
# Default channel after wifi on
|
||||
# value range: [1 ~ 14]
|
||||
##################################################
|
||||
def_chan = 6
|
||||
##################################################
|
||||
# Hardware Capability Settings:
|
||||
##################################################
|
||||
hw_cap_ht = on
|
||||
hw_cap_gf = off
|
||||
hw_cap_2ghz = on
|
||||
hw_cap_5ghz = off
|
||||
hw_cap_security = on
|
||||
hw_cap_sgi_20 = on
|
||||
hw_cap_sgi_40 = off
|
||||
hw_cap_ap = on
|
||||
hw_cap_p2p = on
|
||||
hw_cap_ampdu_rx = on
|
||||
hw_cap_ampdu_tx = on
|
||||
use_wpa2_only = 1
|
||||
##################################################
|
||||
# TX power level setting [0-14]
|
||||
# The larger the number the smaller the TX power
|
||||
# 0 - The maximum power
|
||||
# 1 level = -0.5db
|
||||
#
|
||||
# 6051Z .. 4 or 4
|
||||
# 6051Q .. 2 or 5
|
||||
# 6051P .. 0 or 0
|
||||
#
|
||||
##################################################
|
||||
#wifi_tx_gain_level_b = 2
|
||||
#wifi_tx_gain_level_gn = 5
|
||||
################################################
|
||||
# Signal strength control
|
||||
# rssi control
|
||||
#rssi_ctl = 10
|
||||
|
||||
|
||||
##################################################
|
||||
# Import extenal configuration(UP to 64 groups)
|
||||
# example:
|
||||
# register = CE010010:91919191
|
||||
# register = 00CC0010:00091919
|
||||
##################################################
|
Loading…
Add table
Add a link
Reference in a new issue