From 31eaa3b501fb49b859ab2b6a344f75d9a85a077e Mon Sep 17 00:00:00 2001 From: Alan De La Torre <157556399+Alandlt15@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:42:14 -0500 Subject: [PATCH] Update README.md Fixed small typo on line 36 "initiialized" to "initialized". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b42e8c..8c003a1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You must have Python 3.9+ to build this repo. You can check with `python3 --vers ### Deploy onto the RP2040 1. Build the binary `fprime-util generate rpipico && fprime-util build rpipico -j20` -1. Move the binary from 'build-artifacts/rpipico/BroncoDeployment/bin/BroncoDeployment into the Proves board over USB after it has been intiialized in boot loader mode (Press both Boot loader and Reset button at the same time). This should reinit the board automatically and will run the deployment. +1. Move the binary from 'build-artifacts/rpipico/BroncoDeployment/bin/BroncoDeployment into the Proves board over USB after it has been intialized in boot loader mode (Press both Boot loader and Reset button at the same time). This should reinit the board automatically and will run the deployment. Run GDS over serial: 1. `fprime-gds -n --dictionary build-artifacts/rpipico/BroncoDeployment/dict/BroncoDeploymentTopologyAppDictionary.xml --comm-adapter uart --uart-baud 115200 --uart-device /dev/ttyACM0 --output-unframed-data -`