Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-vesta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
vesta
meta-vesta
Commits
6f9b3b6b
Commit
6f9b3b6b
authored
7 years ago
by
Pete Tucker
Browse files
Options
Downloads
Patches
Plain Diff
Fix sequencing bug in load_nxp_demo.sh
parent
e3b5235a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes-core/scripts-vesta/files/load_nxp_demo.sh
+4
-3
4 additions, 3 deletions
recipes-core/scripts-vesta/files/load_nxp_demo.sh
with
4 additions
and
3 deletions
recipes-core/scripts-vesta/files/load_nxp_demo.sh
+
4
−
3
View file @
6f9b3b6b
...
...
@@ -49,9 +49,6 @@ update-rc.d -f iot-gateway-setup-buttond remove
update-rc.d
-f
hciattach.sh remove
# start processes that support NXP Thread demo during kernel init
update-rc.d BRDeamons start 99 2 3 4 5
.
stop 1 0 6
.
# don't add respawn commands to inittab if this script is run more than once.
...
...
@@ -61,6 +58,10 @@ then
echo
"782:23456:respawn:/usr/bin/CloudRegistration"
>>
/etc/inittab
fi
# start processes that support NXP Thread demo during kernel init
update-rc.d BRDeamons start 99 2 3 4 5
.
stop 1 0 6
.
echo
"The gateway must be rebooted to finish setting up support"
echo
"for the NXP Thread demo. Do you wish to reboot now? (Y/n)"
...
...
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