Update 2G-IOT configuration (still WIP)
This commit is contained in:
parent
f8153eda09
commit
5f2436bed4
3088
config/kernel/linux-rda8810-default.config
Normal file
3088
config/kernel/linux-rda8810-default.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,19 +12,20 @@ UBOOT_TARGET_MAP=';;u-boot.rda'
|
||||
UBOOT_NEEDS_GCC='< 5.0'
|
||||
UBOOT_COMPILER='arm-linux-gnueabi-'
|
||||
|
||||
KERNELSOURCE='https://github.com/zador-blood-stained/linux-orangepi2g'
|
||||
KERNELBRANCH='branch:master'
|
||||
KERNELSOURCE='https://github.com/RDA8810/linux-RDA8810'
|
||||
KERNELBRANCH='branch:rdadroid-3.10.62-rel5.0.2'
|
||||
KERNELDIR='linux-rda8810'
|
||||
|
||||
KERNEL_NEEDS_GCC='< 5.0'
|
||||
|
||||
CPUMIN=392000
|
||||
CPUMAX=996000
|
||||
CPUMIN=329333
|
||||
CPUMAX=988000
|
||||
|
||||
GOVERNOR=interactive
|
||||
|
||||
write_uboot_platform()
|
||||
{
|
||||
dd if=$1/u-boot.rda of=$2 bs=512 seek=256 count=4096 status=noxfer > /dev/null 2>&1
|
||||
dd if=$1/u-boot.rda of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1
|
||||
}
|
||||
|
||||
family_tweaks()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user