Off-line install, embeded targets

I need to do an "offline" install of the following bare metal systems:

a) X86_64 Linux Host - Target: CortexM3 - bare metal
b) X86_64 Linux host - target AARCH64 bare metal (bootloader type work)
c) X86_64_Linux host - target AARCH64 "linux target" (linux apps type work)
d) X86_64 Linux host - target RISCV, Xilinix Microblaze.

What I cannot do is use rustup - the development machines are in a "closed area" no network access, the only access is via "cd/dvd + sneaker-net"

Digging into "rustup" - I hit a brick wall, of an elf executable, not a script that I could read through.

ie: If there is a file of sometype I could download with URLs and stuff I can parse that would be great (provided I can decipher it).

Thanks

Other Installation Methods - Rust Forge has links to installable tarballs. They contain an install.sh file in the root.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.