18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
|
|
source "${BASH_SOURCE%/*}/sunxi64_common.inc"
|
|
|
|
OVERLAY_PREFIX='sun50i-h5'
|
|
|
|
BOOTENV_FILE='sun50iw2-next.txt'
|
|
|
|
[[ -z $CPUMIN ]] && CPUMIN=480000
|
|
[[ -z $CPUMAX ]] && CPUMAX=1010000
|
|
GOVERNOR=ondemand
|
|
|
|
ASOUND_STATE='asound.state.sun50iw2-dev'
|
|
|
|
write_uboot_platform()
|
|
{
|
|
dd if=$1/u-boot-sunxi-with-spl.bin of=$2 bs=1k seek=8 conv=fsync > /dev/null 2>&1
|
|
}
|