armbian-build/config/boards/rockpi-e.conf
Igor Pečovnik 74231a1b86
Changing Rockpi naming to align with others (#2080)
* Changing Rockpi naming to align with others
Also move CPU MIN speed down, limit Rockpi E cpu to 1.2G, move it to supported
* Lower speed on R2S too, blacklist graphics stuff on E
* Adjust more RK3328 boards and set new default max speed

Main purpose is to manage the heat, while user can easily unlock higher CPU speed with armbian-config or manually.
2020-07-17 10:39:12 +02:00

10 lines
317 B
Plaintext

# Rockchip RK3328 quad core 256MB-2GB 1xGBE 1xETH USB3 [WiFi]
BOARD_NAME="Rockpi E"
BOARDFAMILY="rockchip64"
BOOTCONFIG="rock-pi-e-rk3328_defconfig"
KERNEL_TARGET="current,dev"
DEFAULT_CONSOLE="serial"
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima"
BUILD_DESKTOP="no"
CPUMAX="1296000"