23,794
edits
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
[[File:Jetson power mode.png|300px|frame|center|Jetson Power Mode]] | [[File:Jetson power mode.png|300px|frame|center|Jetson Power Mode]] | ||
<li> Enable the Jetson clocks on your host device with the following command | <li> Enable the Jetson clocks on your host device with the following command | ||
<syntaxhighlight line lang=bash> | <syntaxhighlight line lang="bash"> | ||
jetson_clocks | jetson_clocks | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<li> Enable the X serve access. | <li> Enable the X serve access. | ||
<syntaxhighlight line lang=bash> | <syntaxhighlight line lang="bash"> | ||
xhost + | xhost + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<li> Run the following script to access to the container | <li> Run the following script to access to the container | ||
<syntaxhighlight line lang=bash> | <syntaxhighlight line lang="bash"> | ||
sh docker/demo.sh | sh docker/demo.sh | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<li> Run the Python application example. | <li> Run the Python application example. | ||
<syntaxhighlight line lang=bash> | <syntaxhighlight line lang="bash"> | ||
python3 linux_imx274_player.py | python3 linux_imx274_player.py | ||
</syntaxhighlight> | </syntaxhighlight> |