mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
# Allwinner H5 quad core 2GB RAM Wi-Fi/BT
|
|
BOARD_NAME="Orange Pi Prime"
|
|
BOARDFAMILY="sun50iw2"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="orangepi_prime_defconfig"
|
|
DEFAULT_OVERLAYS="analog-codec"
|
|
KERNEL_TARGET="legacy,current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
CRUSTCONFIG="orangepi_pc2_defconfig"
|
|
|
|
function post_config_uboot_target__extra_configs_for_orangepi_prime() {
|
|
display_alert "$BOARD" "set dram clock" "info"
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "504"
|
|
run_host_command_logged scripts/config --enable CONFIG_DRAM_ODT_EN
|
|
}
|