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:
Hector Palacios 2018-06-25 14:41:39 +02:00
parent a69d7420a4
commit cf2efaa211
2 changed files with 13 additions and 0 deletions

View File

@ -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)"