Remember
Register
Home
/
Support
/
Support Forum
/
Can I reset my ccimx6ulsbc board whith a python script?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Can I reset my ccimx6ulsbc board whith a python script?
0
votes
Hi,
How could I reboot my board with yocto using a python script? Is there any command that allows me to restart the board?
python
ccimx6ulsbc
yocto
embedded-linux
reboot
reset
asked
Apr 28, 2020
in
Linux
by
pablovi96
New to the Community
(
26
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Best answer
the command is "reboot" and you can ca her from python script:
https://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples/
answered
Apr 29, 2020
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
selected
Apr 30, 2020
by
pablovi96
Please
log in
or
register
to add a comment.
...