From 2f0c9c7be94cd7535a4554cd15d8adbf25bfa6f6 Mon Sep 17 00:00:00 2001 From: Alan De La Torre <157556399+Alandlt15@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:24:44 -0500 Subject: [PATCH] Update README.md (#20) 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 -`