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
de081c97
Commit
de081c97
authored
2 years ago
by
Sam Crossman
Browse files
Options
Downloads
Patches
Plain Diff
[C61][iMX8M] Support for C61 board
parent
19f59bfd
No related branches found
No related tags found
1 merge request
!33
[C61][iMX8M] Support for C61 board
Changes
2
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iMX8M/bl31-imx8mm_c61.bin
+0
-0
0 additions, 0 deletions
iMX8M/bl31-imx8mm_c61.bin
mk_imximage
+21
-0
21 additions, 0 deletions
mk_imximage
with
21 additions
and
0 deletions
iMX8M/bl31-imx8mm_c61.bin
0 → 100644
+
0
−
0
View file @
de081c97
File added
This diff is collapsed.
Click to expand it.
mk_imximage
+
21
−
0
View file @
de081c97
...
@@ -123,6 +123,27 @@ then
...
@@ -123,6 +123,27 @@ then
cd
..
cd
..
make
SOC
=
iMX8MM flash_spl_uboot
make
SOC
=
iMX8MM flash_spl_uboot
elif
[[
"
$BOARD
"
==
"c61"
]]
;
then
echo
"######################"
echo
"# Compile C61 u-boot #"
echo
"######################"
make clean
cd
iMX8M/
[
-e
iMX8M/flash.bin
]
&&
rm
iMX8M/flash.bin
[
-L
mkimage_uboot
]
&&
unlink
mkimage_uboot
[
-L
bl31.bin
]
&&
unlink
bl31.bin
[
-L
u-boot.bin
]
&&
unlink
u-boot.bin
[
-L
u-boot-spl.bin
]
&&
unlink
u-boot-spl.bin
[
-L
u-boot-nodtb.bin
]
&&
unlink
u-boot-nodtb.bin
ln
-sf
bl31-imx8mm_c61.bin bl31.bin
ln
-sf
../../mkimage mkimage_uboot
ln
-sf
../../../arch/arm/dts/seco-imx8mm-c61.dtb fsl-imx8mm-evk.dtb
ln
-sf
../../../u-boot.bin u-boot.bin
ln
-sf
../../../u-boot-nodtb.bin
.
ln
-sf
../../../spl/u-boot-spl.bin u-boot-spl.bin
cd
..
make
SOC
=
iMX8MM flash_evk
else
else
echo
"Board
$Board
not recognized!"
echo
"Board
$Board
not recognized!"
fi
fi
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