-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial support for BeagleBone AI-64
- Loading branch information
1 parent
bf9ffa6
commit 429f833
Showing
1 changed file
with
18 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,18 @@ | ||
# BeagleBone® AI-64 dual core 4GB GBE USB3 OSPI DisplayPort HDMI | ||
|
||
BOARD_NAME="BeagleBone AI-64" | ||
BOARDFAMILY="k3" | ||
BOARD_MAINTAINER="grippy98" | ||
BOOTCONFIG="j721e_beagleboneai64_a72_defconfig" | ||
BOOTFS_TYPE="fat" | ||
BOOT_FDT_FILE="ti/k3-j721e-beagleboneai64.dts" | ||
TIBOOT3_BOOTCONFIG="j721e_beagleboneai64_r5_defconfig" | ||
TIBOOT3_FILE="tiboot3-j721e-gp-evm.bin" | ||
SYSFW_FILE="sysfw-j721e-gp-evm.itb" | ||
TISPL_FILE="tispl.bin_unsigned" | ||
UBOOT_FILE="u-boot.img_unsigned" | ||
DEFAULT_CONSOLE="serial" | ||
KERNEL_TARGET="current,edge" | ||
KERNEL_TEST_TARGET="current" | ||
SERIALCON="ttyS2" | ||
ATF_BOARD="generic" |