Skip to content

Commit

Permalink
coral-dev: Use 5.4 kernel and use-nxp-bsp
Browse files Browse the repository at this point in the history
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
kraj authored and mirzak committed Mar 9, 2023
1 parent 9789c6d commit 6bf71aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf/machine/coral-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 6bf71aa

Please sign in to comment.