Issues with file downlink #2358
Unanswered
lukeclements
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Does the red X disappear afterward? If not, it probably means there was an assertion failure somewhere and FSW crashed. If it does come back to the green circle, then it means you are overwhelming your serial port. In that case, are you running the ComQueue component? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have two deployments, a RPI and bare metal controller, and I am trying to transfer a file from the RPi through the bare metal controller to the GDS. However, I am running into some issues with the file downlink component. When attempting to downlink a file a timeout occurs during the downlink process. My RPi receives the file downlink command, finds the file and starts the downlink operation. However, it times out and nothing is appearing in the GDS downlink tab.
An observation I made is that when I send the downlink command, the green circle in the GDS transitions to a red X momentarilly. I believe this is due to the downlink component attempting to transmit the file through the serial port. It seems to overwhelm the bandwidth of the serial port, resulting in the appearance of the red X.
Any ideas on what the issue could be?
Beta Was this translation helpful? Give feedback.
All reactions