363505241f
The uCLS1012A-SOM product family (ucls1012a) is an Arcturus Networks Inc. 64bit ARM Cortex-A53 class System on Module powered by a NXP QorIQ LS1012A Low Power Communication Processor. This 314 pin MXM3.0/SMARC module card contains DDR3, QSPI NOR Flash, eMMC NAND Flash, optional Audio CODEC and is available with 1 or 2 Gig-Ethernet PHYs. Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com> Changes v1 -> v2: - updated kernel and u-boot source repositories to github Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
|
|
MKIMAGE=${HOST_DIR}/usr/bin/mkimage
|
|
MKIMAGE_IN=${BINARIES_DIR}/br2-ucls1012a.its
|
|
MKIMAGE_OUT=${BINARIES_DIR}/part0-000000.itb
|
|
${MKIMAGE} -f ${MKIMAGE_IN} ${MKIMAGE_OUT}
|