Off-line install, embeded targets
⚓ Rust 📅 2025-07-07 👤 surdeus 👁️ 18I 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
1 post - 1 participant
🏷️ rust_feed