forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
licheepi-4a: add a .wip for Sipeed LicheePi 4A board
- Loading branch information
1 parent
e474a71
commit 90c05ba
Showing
6 changed files
with
5,645 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# RISC-V LicheePi 4A | ||
BOARD_NAME="LicheePi 4A" | ||
BOARDFAMILY="thead" | ||
BOARD_MAINTAINER="" | ||
KERNEL_TARGET="legacy" | ||
BOOT_FDT_FILE="thead/light-lpi4a.dtb" | ||
SRC_EXTLINUX="yes" | ||
SRC_CMDLINE="console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth=$ethaddr rootrwoptions=rw,noatime rootrwreset=yes" | ||
BOOTCONFIG="light_lpi4a_defconfig" | ||
SKIP_BOOTSPLASH="yes" | ||
BOOTFS_TYPE="ext4" | ||
|
||
function post_family_tweaks__licheepi4a() { | ||
cp $SRC/packages/blobs/riscv64/thead/light_aon_fpga.bin $SDCARD/boot/light_aon_fpga.bin | ||
cp $SRC/packages/blobs/riscv64/thead/light_c906_audio.bin $SDCARD/boot/light_c906_audio.bin | ||
cp $SRC/packages/blobs/riscv64/thead/fw_dynamic.bin $SDCARD/boot/fw_dynamic.bin | ||
} |
Oops, something went wrong.