|
1 | 1 | # Hackathon Guide
|
2 | 2 |
|
3 |
| -{ width="512" align=right} |
| 3 | +{ width="30%" align=right} |
4 | 4 |
|
5 | 5 | The NVIDIA Jetson empowers you to bring your innovative ideas to life.
|
6 | 6 |
|
@@ -65,7 +65,7 @@ Ideally, your Jetson developer kit is pre-setup. <br>But you can also set it up
|
65 | 65 |
|
66 | 66 | { width="480" .shadow}
|
67 | 67 |
|
68 |
| - You can also get Jetson on a Wi-fi network to have the Internet connection and that allows your team members to simultaneously access Jetson to do the work. |
| 68 | + You can also get Jetson on a Wi-Fi network to have the Internet connection and that allows your team members to simultaneously access Jetson to do the work. |
69 | 69 |
|
70 | 70 | === "Monitor-attached setup"
|
71 | 71 |
|
@@ -154,15 +154,15 @@ Additionally, you can find pre-build containers built for Jetson that run as mic
|
154 | 154 | ```
|
155 | 155 | - Use `jtop` (explained below)
|
156 | 156 |
|
157 |
| -??? warning "I want to check the Jetson's resource utilization in realtime" |
| 157 | +??? question "How can I check the Jetson's resource utilization in realtime?" |
158 | 158 | - Install [`jtop` (or jetson-stats)](https://github.com/rbonghi/jetson_stats) to monitor the resource utilization and control.
|
159 | 159 | ```bash
|
160 | 160 | sudo apt install -y pip3-python
|
161 | 161 | sudo pip3 install -U jetson-stats
|
162 | 162 | ```
|
163 | 163 | - `6CTRL` tab allows you to change the power mode (under `NVP modes`)
|
164 | 164 |
|
165 |
| -??? warning "I want to power Jetson with a battery" |
| 165 | +??? question "How can I power Jetson with a battery" |
166 | 166 | - You can use something like the followings:
|
167 | 167 | - USB power bank that supports 12V output via Power Delivery (PD) ([example](https://www.amazon.com/dp/B0B92JCWJW))
|
168 | 168 | - USB PD to DC power jack adapter cable ([example](https://www.amazon.com/dp/B0CZF4V746))
|
|
0 commit comments