Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
solution
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
hebohua
solution
Commits
a7bd4541
Commit
a7bd4541
authored
Apr 01, 2025
by
luo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile
parent
5719d539
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile
6920_bsp_release/Makefile
+6
-6
No files found.
6920_bsp_release/Makefile
View file @
a7bd4541
...
...
@@ -41,9 +41,9 @@ rtt-nano-emmc: prepare
scons
--useconfig
=
'star_asic_defconfig_emmc'
;
\
scons
-j128
||
exit
;
\
cp
rtthread.bin
${
ACME_IMG_PF_DIR
}
/star_app_emmc.bin
;
\
# scons --useconfig='star_asic_defconfig_evb_v24';
\
# scons -j16 || exit;
\
# cp rtthread.bin ${ACME_IMG_PF_DIR}/star_app_evb_v24.bin;
\
scons
--useconfig
=
'star_asic_defconfig_evb_v24'
;
\
scons
-j16
||
exit
;
\
cp
rtthread.bin
${
ACME_IMG_PF_DIR
}
/star_app_evb_v24.bin
;
\
rtt-nano
:
rtt-nano-outdoor_ipc rtt-nano-glasses rtt-nano-emmc
@
pushd
rt-thread-nano/bsp/sa692x/star
;
\
...
...
@@ -65,9 +65,9 @@ rtt-nano: rtt-nano-outdoor_ipc rtt-nano-glasses rtt-nano-emmc
scons
--useconfig
=
'star_asic_defconfig_bc22e'
;
\
scons
-j16
||
exit
;
\
cp
rtthread.bin
${
ACME_IMG_PF_DIR
}
/star_app_bc22e.bin
;
\
scons
--useconfig
=
'star_asic_defconfig_evb_v24'
;
\
scons
-j16
||
exit
;
\
cp
rtthread.bin
${
ACME_IMG_PF_DIR
}
/star_app_evb_v24.bin
;
\
# scons --useconfig='star_asic_defconfig_evb_v24';
\
# scons -j16 || exit;
\
# cp rtthread.bin ${ACME_IMG_PF_DIR}/star_app_evb_v24.bin;
\
scons
--useconfig
=
'star_asic_defconfig_evb_v16'
;
\
scons
-j16
||
exit
;
\
cp
rtthread.bin
${
ACME_IMG_PF_DIR
}
/star_app_evb_v16.bin
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment