Update 2G-IOT configuration (still WIP)

This commit is contained in:
zador-blood-stained 2017-04-22 15:12:21 +03:00
parent f8153eda09
commit 5f2436bed4
2 changed files with 3094 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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()