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.
Adding support for the fine3399 board
- Loading branch information
1 parent
8a0c286
commit 8f64f05
Showing
5 changed files
with
3,336 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,12 @@ | ||
# Rockchip RK3399 hexa core 4GB SoC eMMC GBE USB3 WiFi | ||
BOARD_NAME="Fine3399" | ||
BOARDFAMILY="rockchip64" | ||
BOARD_MAINTAINER="" | ||
BOOTCONFIG="fine3399-rk3399_defconfig" | ||
KERNEL_TARGET="current,edge" | ||
FULL_DESKTOP="yes" | ||
BOOT_LOGO="desktop" | ||
BOOT_FDT_FILE="rockchip/rk3399-fine3399.dtb" | ||
BOOT_SCENARIO="only-blobs" | ||
SRC_EXTLINUX="yes" | ||
SRC_CMDLINE="console=ttyS2,1500000 console=tty0" |
Oops, something went wrong.