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
ca5d6b2d
Commit
ca5d6b2d
authored
1 year ago
by
Chuck Cannon
Browse files
Options
Downloads
Patches
Plain Diff
Update M7 file names.
Signed-off-by:
Chuck Cannon
<
chuck.cannon@nxp.com
>
parent
ac14db58
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
iMX95/scripts/autobuild.mak
+4
-1
4 additions, 1 deletion
iMX95/scripts/autobuild.mak
with
4 additions
and
1 deletion
iMX95/scripts/autobuild.mak
+
4
−
1
View file @
ca5d6b2d
...
...
@@ -22,6 +22,7 @@ nightly_mx95-19x19-lpddr5-evk: DTB = imx95-19x19-evk
nightly_mx95-19x19-lpddr5-evk
:
CPU = imx95
nightly_mx95-19x19-lpddr5-evk
:
DDR = lpddr5
nightly_mx95-19x19-lpddr5-evk
:
DDR_FW_VER = $(LPDDR_FW_VERSION)
nightly_mx95-19x19-lpddr5-evk
:
M7_FILE = $(DTB)_m7_TCM_power_mode_switch_rtos_imx95_sm_cm7.bin
nightly_mx95-19x19-lpddr5-evk
:
core_files
# MX95 15x15 LPDDR4X EVK
...
...
@@ -30,6 +31,7 @@ nightly_mx95-15x15-lpddr4x-evk: DTB = imx95-15x15-evk
nightly_mx95-15x15-lpddr4x-evk
:
CPU = imx95
nightly_mx95-15x15-lpddr4x-evk
:
DDR = lpddr4x
nightly_mx95-15x15-lpddr4x-evk
:
DDR_FW_VER = $(LPDDR_FW_VERSION)
nightly_mx95-15x15-lpddr4x-evk
:
M7_FILE = $(DTB)_m7_TCM_rpmsg_lite_str_echo_rtos_sm_cm7.bin
nightly_mx95-15x15-lpddr4x-evk
:
core_files
# MX95 19x19 Verdin
...
...
@@ -38,6 +40,7 @@ nightly_mx95verdin: DTB = imx95-verdin-evk
nightly_mx95verdin
:
CPU = imx95
nightly_mx95verdin
:
DDR = lpddr5
nightly_mx95verdin
:
DDR_FW_VER = $(LPDDR_FW_VERSION)
nightly_mx95verdin
:
M7_FILE = $(DTB)_m7_TCM_rpmsg_lite_str_echo_rtos_sm_cm7.bin
nightly_mx95verdin
:
core_files
core_files
:
...
...
@@ -56,6 +59,6 @@ core_files:
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/imx-boot/imx-boot-tools/
$(
BOARD
)
/oei-m33-ddr.bin
-O
oei-m33-ddr.bin
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/imx-boot/imx-boot-tools/
$(
BOARD
)
/oei-m33-tcm.bin
-O
oei-m33-tcm.bin
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/imx-boot/imx-boot-tools/
$(
BOARD
)
/m33_image-mx95evk.bin
-O
m33_image.bin
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/imx-boot/imx-boot-tools/
$(
BOARD
)
/
$(
DTB
)
_m7_TCM_rpmsg_lite_str_echo_rtos_sm_cm7.bin
-O
m7_image.bin
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/imx-boot/imx-boot-tools/
$(
BOARD
)
/
$(
M7_FILE
)
-O
m7_image.bin
$(
AT
)$(
WGET
)
-q
$(
SERVER
)
/
$(
DIR
)
/Image-imx95evk.bin
-O
Image
$(
AT
)
mv
-f
Image boot
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