Skip to content
Snippets Groups Projects
Commit 7c3a73f0 authored by Ye Li's avatar Ye Li
Browse files

imx8m: Update nightly target


Fix daily build images download break.

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
(cherry picked from commit 9841373a)
parent 19879779
No related branches found
Tags rel_imx_4.9.51_8mq_beta
No related merge requests found
......@@ -10,7 +10,7 @@ INCLUDE = ./lib
WGET = /usr/bin/wget
N ?= latest
SERVER=http://yb2.am.freescale.net
DIR = build-output/Linux_IMX_MX8/$(N)/common_bsp
DIR = build-output/Linux_IMX_4.9_morty_trunk_next_mx8/$(N)/common_bsp
FW_DIR = imx-boot/imx-boot-tools/imx8mq
$(MKIMG): mkimage_imx8.c
......@@ -71,8 +71,10 @@ nightly :
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/lpddr4_pmu_train_2d_imem.bin -O lpddr4_pmu_train_2d_imem.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/bl31-imx8mq.bin -O bl31.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/u-boot-spl.bin-imx8mqevk-sd -O u-boot-spl.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/u-boot-imx8mqevk.bin-sd -O u-boot.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/u-boot-nodtb.bin -O u-boot-nodtb.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/fsl-imx8mq-evk.dtb -O fsl-imx8mq-evk.dtb
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/signed_hdmi_imx8m.bin -O signed_hdmi_imx8m.bin
@$(WGET) -q $(SERVER)/$(DIR)/$(FW_DIR)/mkimage_uboot -O mkimage_uboot
#flash_dcd_uboot: $(MKIMG) $(DCD_CFG) u-boot-atf.bin
# ./mkimage_imx8 -dcd $(DCD_CFG) -loader u-boot-atf.bin 0x40001000 -out $(OUTIMG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment