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 -`