diff --git a/README.md b/README.md index 05097a6..e99f1f4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d8867cf --- /dev/null +++ b/TODO.md @@ -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?