-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coral-dev: Use 5.4 kernel and use-nxp-bsp
Add linux-firmware-ath10k firmware so that wifi can be brought up Switch to use linux-coral for kernel by default Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
#@DESCRIPTION: Machine configuration for Google Coral Dev Board | ||
#@MAINTAINER: Mirza Krak <[email protected]> | ||
|
||
MACHINEOVERRIDES =. "mx8mq:" | ||
MACHINEOVERRIDES =. "mx8mq:use-nxp-bsp:" | ||
|
||
require conf/machine/include/imx-base.inc | ||
require conf/machine/include/arm/armv8a/tune-cortexa53.inc | ||
|
@@ -16,18 +16,20 @@ DEFAULTTUNE:use-mainline-bsp = "cortexa53-crypto" | |
|
||
PREFERRED_PROVIDER_virtual/kernel:use-mainline-bsp = "linux-fslc" | ||
PREFERRED_PROVIDER_virtual/kernel:use-nxp-bsp = "linux-coral" | ||
KBUILD_DEFCONFIG = "imx_v8_defconfig" | ||
|
||
MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356" | ||
MACHINE_FEATURES:append:use-nxp-bsp = " optee bcm4359" | ||
|
||
MACHINE_EXTRA_RDEPENDS += "\ | ||
kernel-modules \ | ||
libedgetpu \ | ||
linux-firmware-ath10k \ | ||
" | ||
|
||
MACHINE_SOCARCH_FILTER:append:mx8mq = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d" | ||
|
||
KERNEL_DEVICETREE:use-nxp-bsp = "freescale/fsl-imx8mq-phanbell.dtb" | ||
KERNEL_DEVICETREE:use-nxp-bsp = "freescale/imx8mq-phanbell.dtb" | ||
KERNEL_DEVICETREE:use-mainline-bsp = "freescale/imx8mq-phanbell.dtb" | ||
|
||
IMX_DEFAULT_BOOTLOADER = "u-boot-coral" | ||
|