doc: fix: mention that the baud rate must be set

This commit is contained in:
2024-08-05 16:06:09 -04:00
parent 1df7d83baf
commit e7308e362d
2 changed files with 11 additions and 4 deletions

View File

@@ -135,10 +135,10 @@
> ... and so on. Once you reach this point, you are well-prepared to
> install the LiBCM firmware to the board. So long as LiBCM is
> connected to your computer via its black USB cable, linked to the
> Arduino IDE in the Tools > Ports option, and as long as your system
> user is allowed to use `dialout` group resources, firmware
> installation should succeed, unless something has gone seriously
> wrong with LiBCM.
> Arduino IDE in the Tools > Ports option (using the right baud rate),
> and as long as your system user is allowed to use `dialout` group
> resources, firmware installation should succeed, unless something
> has gone seriously wrong with LiBCM.
## Future

7
TODO.md Normal file
View File

@@ -0,0 +1,7 @@
# Before next re-recoding
- Review linsight.org firmware install materials
- Maybe:
- Show hardware install process
- Mention Arduino Serial Monitor - Baud rate?