Skip to content

Commit df99e8a

Browse files
committed
updated docs/spelling
1 parent ab2804b commit df99e8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

FprimeZephyrReference/Components/StartupManager/docs/sdd.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Add diagrams here
2222
## How to Run
2323

2424
1. Choose the startup sequence from the sequences file. To update the .bin file run `make sequence SEQ=startup`
25-
2. Restart the cube, it should do the startup sequence right away
26-
3. To disable the startup sequence delete the sequence file. Use FileHandling.filemanager.RemoveFile to remove the startup.bin file
25+
2. Upload the startup.bin file using uplink. Make sure its set in root in the cube as startup.bin
26+
3. Restart the cube, it should do the startup sequence right away
27+
4. To disable the startup sequence delete the sequence file. Use FileHandling.filemanager.RemoveFile to remove the startup.bin file
2728

2829
The StartupManager maintains internal state tracking its lifecycle:
2930

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@ Now you want to be able to send commands through the radio. To do this, connect
105105
Depending on the comdelay, the gds should turn green every time a packet is sent. If you want to change this parameter use
106106

107107
```ReferenceDeployment.comDelay.DIVIDER_PRM_SET``` on the gds. You can set it down to 2, but setting it to 1 may cause issues.
108+
109+
## Sequences
110+
111+
You can control the specific command lists of the satellite by writing a sequence file. Sequence files are contained in /sequences. For details on how to attack the startup sequence check the sdd in Startup Manager.

0 commit comments

Comments
 (0)