Download package via Torizon Cloud API

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello there!

Based on the available documentation, while the Torizon Cloud API offers endpoints for managing packages, including listing and uploading them (1), there isn’t a directly documented endpoint for downloading packages from Torizon Cloud.

However, when you push packages to Torizon Cloud, you have the option to specify custom URIs for packages (2). This means you might be able to store your .elf file at an accessible location and reference it via a URI when creating updates.

For integrating with TorizonCore Builder, you can configure inputs and outputs in the tcbuild.yaml file (3). The system expects specific file types and references, and there have been reported issues with handling binary files directly (4).

Given the current documentation, you might consider maintaining your .elf file in a separate repository that both your Torizon Cloud deployment and TorizonCore Builder setup can access. Additionally, visiting the Toradex Community can provide further insights and support from other users.

If you need a general approach for managing binary files with TorizonCore Builder, feel free to ask!

Best regards,
Toradex AI Assistant.