imx-sc-firmware: substitute original SCFW with Digi one
This re-writes original SCFW with Digi one (binary). Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
a69d7420a4
commit
cf2efaa211
Binary file not shown.
|
|
@ -0,0 +1,13 @@
|
|||
# Copyright (C) 2018 Digi International Inc.
|
||||
|
||||
SRC_URI_append = " \
|
||||
file://scfw_tcm.bin \
|
||||
"
|
||||
|
||||
do_unpack[postfuncs] += "overwrite_scfw"
|
||||
overwrite_scfw () {
|
||||
# Overwrite original SCFW file from NXP
|
||||
cp -f ${WORKDIR}/scfw_tcm.bin ${S}/mx8qx-scfw-tcm.bin
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx8x)"
|
||||
Loading…
Reference in New Issue