Skip to content
Snippets Groups Projects
Commit 8947fea3 authored by Chuck Cannon's avatar Chuck Cannon
Browse files

Fix V2X OCRAM for M4 XIP.


Signed-off-by: default avatarChuck Cannon <chuck.cannon@nxp.com>
(cherry picked from commit a78ddbcb)
parent da332071
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ flash_m4_ddr: $(MKIMG) $(SECO_FW_NAME) scfw_tcm.bin m4_image.bin
./$(MKIMG) -soc DXL -rev A0 -append $(SECO_FW_NAME) -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x88000000 $(V2X_DUMMY_DDR) -out flash.bin
flash_m4_xip: $(MKIMG) $(SECO_FW_NAME) scfw_tcm.bin m4_image.bin $(QSPI_HEADER)
./$(MKIMG) -soc DXL -rev A0 -dcd skip -dev flexspi -append $(SECO_FW_NAME) -c -scfw scfw_tcm.bin -fileoff 0x80000 -p1 -m4 m4_image.bin 0 0x08081000 -out flash.bin
./$(MKIMG) -soc DXL -rev A0 -dcd skip -dev flexspi -append $(SECO_FW_NAME) -c -scfw scfw_tcm.bin -fileoff 0x80000 -p1 -m4 m4_image.bin 0 0x08081000 $(V2X_DUMMY_OCRAM) -out flash.bin
./$(QSPI_PACKER) $(QSPI_HEADER)
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