GDS Uplink and Downlink #789
Replies: 4 comments 23 replies
-
I saw that comment in the documentation as well, but I'm unsure of where that comment is coming from. I think it's possibly a fprime-gds limitation, not a FileUplink limitation, or maybe it doesn't apply anymore. Doing a quick scan of the FileUplink code, I'm not seeing anything obviously limiting the size of files to 32 MB. The file uplink packets have a byte offset field of size U32, so I would expect the max file uplink size should be more like 4.3 GB. |
Beta Was this translation helpful? Give feedback.
-
I tried uplinking and downlinking large files. Downlink ran fine but Uplink threw segmantion fault at fprime/Svc/FramingProtocol/FprimeProtocol.cpp Line 114 in eacdbd9 |
Beta Was this translation helpful? Give feedback.
-
Alright I will check the logs. Also, I changed the following values but still get error in file uplink. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have read the user guide and found that the uplink file is limited to 32 MB. Is there a reason why it is limited to only this size and if it is possible to expand the file size limit. I agree that I don't think I would need to upload a file that is bigger than 32 MB but I'd never know if I would need to.
Also, is there a file size limit on the downlink side?
Beta Was this translation helpful? Give feedback.
All reactions