Handling Arch Linux ARM archives for the Raspberry Pi?
See original GitHub issue- Etcher version: Version 1.5.57 (1.5.57)
- Operating system and architecture: macOS Version 10.13.6 (17G4015)
- Image flashed: ArchLinuxARM-rpi-3-latest.tar.gz
- Do you see any meaningful error information in the DevTools? No
I tried flashing this image, downloaded from the Arch Linux ARM Downloads page. I received the following dialog:
Invalid Image
.../ArchLinuxARM-rpi-3-latest.tar.gz
is not a supported image type.
I gather that creating a bootable device for Arch Linux is a rather complicated task. According to this HowTo article, it requires more than a dozen sudo
commands. So, it’s exactly the sort of problem I’d like Etcher to handle for me. What are the chances of this limitation being resolved?
P.S. I’m not sure how to report this kind of meta-issue, but…
This field’s template says:
“You can open DevTools by pressing … Cmd+Alt+I
if you’re on Mac OS.”
The Mac has an Option key, not an Alt key. Also, the name of the operating system is macOS.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
[SOLVED] Updating the latest aarch64 archive breaks on RPI
By the way, I have multiple raspberry PIs already running on Arch Linux ARM for a while and I update them every week...
Read more >Archive mirror for armv6 - Arch Linux ARM • View topic
Hi, Sorry if this is a stupid question, but is there an archive mirror somewhere for the archlinuxarm packages for armv6 / Raspberry...
Read more >Fresh Raspberry Pi 4B Install with linux-raspberrypi4 Kernel
1. Complete "standard" Raspberry Pi 4/ARMv8/AArch64 installation, instructions here: · 2. Then, I update the system with pacman -Syyu · 3. Next, I ......
Read more >Raspberry Pi 4 - Arch Linux ARM
The Raspberry Pi 4 is the successor to the Raspberry Pi 3. It builds upon the Pi 3 by upgrading the ARM cores...
Read more >Raspberry Pi 4B Aarch64 Audit and Audio Issues rpi
txt file. More on that... 2. The /boot/overlays folder is missing from this new install. Is that by design? Did the overlay files...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you want to do some experimentation yourself, https://github.com/balena-io/node-ext2fs might be a good starting point? 🤷♂️
Instructions on Linux at least are to make 2 partitions; one for a FAT32 boot loader; one ext4 to dump the operating system to. Win10 has tar support now; so as long as there’s something that talks to ext4 in the toolchain, maybe it can be automated?