mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
This avoids errors with filesystem features and permissions when output directory is shared in Virtualbox (i.e. when using Vagrant)
37 lines
735 B
Plaintext
37 lines
735 B
Plaintext
BOOTSOURCE='https://github.com/zador-blood-stained/u-boot-orangepi2g'
|
|
BOOTBRANCH='branch:master'
|
|
BOOTDIR='u-boot-rda8810'
|
|
BOOTSCRIPT='boot-rda8810.cmd:boot.cmd'
|
|
BOOTENV_FILE='rda8810-default.txt'
|
|
|
|
BOOTFS_TYPE=ext2
|
|
OFFSET=2
|
|
|
|
UBOOT_TARGET_MAP=';;u-boot.rda'
|
|
|
|
UBOOT_USE_GCC='< 5.0'
|
|
UBOOT_COMPILER='arm-linux-gnueabi-'
|
|
|
|
KERNELSOURCE='https://github.com/RDA8810/linux-RDA8810'
|
|
KERNELBRANCH='branch:rdadroid-3.10.62-rel5.0.2'
|
|
KERNELDIR='linux-rda8810'
|
|
|
|
KERNEL_USE_GCC='< 5.0'
|
|
|
|
HAS_UUID_SUPPORT=yes
|
|
|
|
CPUMIN=329333
|
|
CPUMAX=988000
|
|
|
|
GOVERNOR=interactive
|
|
|
|
write_uboot_platform()
|
|
{
|
|
dd if=$1/u-boot.rda of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1
|
|
}
|
|
|
|
family_tweaks()
|
|
{
|
|
cp $SRC/packages/blobs/rda/rda8810_modem.bin $SDCARD/boot/modem.bin
|
|
}
|