Skip to content

Commit

Permalink
licheepi-4a: add a .wip for Sipeed LicheePi 4A board
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx authored and igorpecovnik committed Aug 14, 2023
1 parent e474a71 commit 90c05ba
Show file tree
Hide file tree
Showing 6 changed files with 5,645 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/boards/licheepi-4a.wip
@@ -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
}

1 comment on commit 90c05ba

@Kreyren
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL great i just work on this too :D

Please sign in to comment.