mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyr-philosophers: also deploy binary image
Deploy both binary and ELF images in order to make it easier to flash the image on an actual board, such as Arduino-101. (Some flashing tools require binary image) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -12,6 +12,7 @@ do_compile () {
|
||||
|
||||
do_deploy () {
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.elf ${DEPLOYDIR}/philosophers.elf
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.bin ${DEPLOYDIR}/philosophers.bin
|
||||
export DEPLOY_DIR_IMAGE=${DEPLOYDIR}/philosophers.elf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user