Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imx-mkimage
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
tools
imx-mkimage
Commits
8947fea3
Commit
8947fea3
authored
4 years ago
by
Chuck Cannon
Browse files
Options
Downloads
Patches
Plain Diff
Fix V2X OCRAM for M4 XIP.
Signed-off-by:
Chuck 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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iMX8DXL/scripts/m4.mak
+1
-1
1 addition, 1 deletion
iMX8DXL/scripts/m4.mak
with
1 addition
and
1 deletion
iMX8DXL/scripts/m4.mak
+
1
−
1
View file @
8947fea3
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment