ethos-u-driver-stack: use ethosu_firmware without debug port
The default ethosu_firmware in github reconfigures the uart2 to be used as debug port. Those pins are used to manage the HW flow control for the Bluetooth chip. Build a custom ethosu_firmware that does not reconfigure the uart2 pins. Compiled from internal "ethos_u_firmware.git" repository on Stash, with revision 48a4b9e6a0770212aac529fb7f81ed2e6ff51cbd md5sum: 0bf8686fcabec7378483755106dc6433 https://onedigi.atlassian.net/browse/DEL-8587 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
54a0d44df3
commit
fbb261d4b8
Binary file not shown.
|
|
@ -1,10 +1,12 @@
|
||||||
# Copyright (C) 2023 Digi International
|
# Copyright 2023 Digi International Inc.
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "\
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||||
file://LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e \
|
|
||||||
file://LICENSE-GPL-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
||||||
file://LICENSE-BSD-3.txt;md5=0858ec9c7a80c4a2cf16e4f825a2cc91 \
|
|
||||||
"
|
|
||||||
|
|
||||||
SRCBRANCH = "lf-6.1.1_1.0.0"
|
# Use our custom ethosu_firmware without debug port; keep the commented info for traceability
|
||||||
SRCREV = "c80a413664f650c366fc4721474a3fe1d1503eb5"
|
#SRCBRANCH = "lf-6.1.1_1.0.0"
|
||||||
|
#SRCREV = "c80a413664f650c366fc4721474a3fe1d1503eb5"
|
||||||
|
SRC_URI:append:ccimx93 = " file://ethosu_firmware"
|
||||||
|
|
||||||
|
do_install:append:ccimx93 () {
|
||||||
|
install -m 0644 ${WORKDIR}/ethosu_firmware ${D}${nonarch_base_libdir}/firmware
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue