You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/getting-started/build-obc.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,10 @@ There are two main ways to flash to the OBC: **using the bootloader** or **using
40
40
UniFlash may get stuck sometimes and throw errors. In such cases, navigate to session on the top red bar and start a new session. You will have to reconfigure UniFlash but it should get working again.
41
41
:::
42
42
### Flashing Via the Bootloader (WIP)
43
-
1. Use UniFlash to flash the `OBC-bl.out` file, ensuring you have built it for the correct board.
43
+
1. Use UniFlash to flash the `OBC-bl.out` file, ensuring you have built it for the correct board using the right argument for the `-DBOARD_TYPE=` option.
44
+
2. From the root directory activate the python virtual environment with the following command
0 commit comments