Skip to content

Commit 6af6040

Browse files
authored
Merge pull request #279 from tokk-nv/dev-hackathon-guide
Dev hackathon guide
2 parents 6424947 + 35d42bb commit 6af6040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hackathon.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hackathon Guide
22

3-
![](./images/her-blog-back-to-school-jetson-dev-kit-1080x1080.png){ width="512" align=right}
3+
![](./images/her-blog-back-to-school-jetson-dev-kit-1080x1080.png){ width="30%" align=right}
44

55
The NVIDIA Jetson empowers you to bring your innovative ideas to life.
66

@@ -65,7 +65,7 @@ Ideally, your Jetson developer kit is pre-setup. <br>But you can also set it up
6565

6666
![](./images/windows_device_manager.png){ width="480" .shadow}
6767

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.
6969

7070
=== "Monitor-attached setup"
7171

@@ -154,15 +154,15 @@ Additionally, you can find pre-build containers built for Jetson that run as mic
154154
```
155155
- Use `jtop` (explained below)
156156

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?"
158158
- Install [`jtop` (or jetson-stats)](https://github.com/rbonghi/jetson_stats) to monitor the resource utilization and control.
159159
```bash
160160
sudo apt install -y pip3-python
161161
sudo pip3 install -U jetson-stats
162162
```
163163
- `6CTRL` tab allows you to change the power mode (under `NVP modes`)
164164

165-
??? warning "I want to power Jetson with a battery"
165+
??? question "How can I power Jetson with a battery"
166166
- You can use something like the followings:
167167
- USB power bank that supports 12V output via Power Delivery (PD) ([example](https://www.amazon.com/dp/B0B92JCWJW))
168168
- USB PD to DC power jack adapter cable ([example](https://www.amazon.com/dp/B0CZF4V746))

0 commit comments

Comments
 (0)