Skip to content

Commit d9842bb

Browse files
authored
Add Radxa Cubie A5E (sun55i-a527) (#7852)
* Add Radxa Cubie A5E (sun55i-a527) * Add Ethernet BSP to sun55i-dev, restore patch deleted * Update sunxi64_common.inc * Update from mainstream * Update sun55iw3.conf * Clean and switch partition table format * Update and rename radxa-cubie-a5e.conf to radxa-cubie-a5e.csc * fix gpt partition boot * Cleanup and update (6.12>6.14)
1 parent 821eeea commit d9842bb

File tree

4 files changed

+8427
-1
lines changed

4 files changed

+8427
-1
lines changed

config/boards/radxa-cubie-a5e.csc

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Allwinner Cortex-A55 octa core 1/2/4GB RAM SoC
2+
BOARD_NAME="radxa cubie a5e"
3+
BOARDFAMILY="sun55iw3"
4+
BOARD_MAINTAINER=""
5+
BOOTCONFIG="radxa-a5e_defconfig"
6+
OVERLAY_PREFIX="sun55i-a527"
7+
#BOOT_LOGO="desktop"
8+
KERNEL_TARGET="dev"
9+
BOOT_FDT_FILE="dtb/allwinner/sun55i-a527-radxa-a5e.dtb"
10+
IMAGE_PARTITION_TABLE="gpt"
11+
#IMAGE_PARTITION_TABLE="msdos"
12+
BOOTFS_TYPE="fat"
13+
BOOTSTART="1"
14+
BOOTSIZE="512"
15+
ROOTSTART="513"
16+
17+
#function post_family_tweaks__radxa_cubie-a5e() {
18+
# display_alert "Applying wifi firmware"
19+
# pushd "$SDCARD/lib/firmware"
20+
# ln -s "aic8800/SDIO/aic8800D80" "aic8800_sdio" # use armbian-firmware
21+
# popd
22+
#}

0 commit comments

Comments
 (0)