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.
phytium-embedded: add .wip support for Phytium PhytiumPi 4GB board (a…
- Loading branch information
Showing
9 changed files
with
6,918 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,16 @@ | ||
# Phytium PhytiumPi quad core 4GB SoC GBe USB3 | ||
BOARD_NAME="Phytium Pi" | ||
BOARDFAMILY="phytium-embedded" | ||
BOARD_MAINTAINER="" | ||
KERNEL_TARGET="legacy" | ||
BOOT_FDT_FILE="phytium/phytiumpi_firefly.dtb" | ||
SRC_EXTLINUX="yes" | ||
SRC_CMDLINE="console=ttyAMA1,115200 earlycon=pl011,0x2800d000 rootfstype=ext4 rootwait cma=256m" | ||
|
||
function post_family_tweaks__phytiumpi() { | ||
display_alert "Applying bt blobs" | ||
cp -v "$SRC/packages/blobs/phytiumpi/rtlbt/systemd-hciattach.service" "$SDCARD/etc/systemd/system/systemd-hciattach.service" | ||
cp -v "$SRC/packages/blobs/phytiumpi/rtlbt/rtk_hciattach" "$SDCARD/usr/bin/rtk_hciattach" | ||
cp -v "$SRC/packages/blobs/phytiumpi/rtlbt/rtl8821c_config" "$SDCARD/lib/firmware/rtlbt/rtl8821c_config" | ||
cp -v "$SRC/packages/blobs/phytiumpi/rtlbt/rtl8821c_fw" "$SDCARD/lib/firmware/rtlbt/rtl8821c_fw" | ||
} |
Oops, something went wrong.