tholgard
Posts: 4
Joined: Wed Feb 20, 2013 3:36 pm

Raspberry PI 3 arch image

Sun Jan 22, 2017 4:48 pm

Hello, I am looking for any Arch Linux image for the raspberry pi 3 (i will then pacman -Syu), I'm currently using on a laptop with windows 7 and sd card reader and booting from a live cd is not an option. Without having access to a linux operating system I'm unable to partition the sd card (thus I cannot use the tar.gz provided officially). Booting up a Virtual machine doesn't help because the sd card reader is embedded on the laptop and it is not recognized on the guest OS.

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6228
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

Re: Raspberry PI 3 arch image

Sun Jan 22, 2017 4:53 pm

There are alternatives (which I am sure others will mention) , but the least painful approach is to get a usb sd card reader. That will work well enough in a vm.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry PI 3 arch image

Sun Jan 22, 2017 5:06 pm

PINN includes ARCH

viewtopic.php?f=63&t=142574
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

tholgard
Posts: 4
Joined: Wed Feb 20, 2013 3:36 pm

Re: Raspberry PI 3 arch image

Sun Jan 22, 2017 8:57 pm

Thanks. I'm checking PINN out.

User avatar
Milliways
Posts: 534
Joined: Fri Apr 25, 2014 12:18 am
Location: Sydney, Australia

Re: Raspberry PI 3 arch image

Wed Jan 25, 2017 6:37 am

fruitoftheloom wrote:PINN includes ARCH

viewtopic.php?f=63&t=142574
I just installed PINN. Unfortunately it only seems to have Arch for Pi2. (I am not sure WHY, after 1 year, there isn't a Pi3 image, or even why you wouldn't use the same image on Pi2 & Pi3, like Raspbian).

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry PI 3 arch image

Wed Jan 25, 2017 7:06 am

Milliways wrote:
fruitoftheloom wrote:PINN includes ARCH

viewtopic.php?f=63&t=142574
I just installed PINN. Unfortunately it only seems to have Arch for Pi2. (I am not sure WHY, after 1 year, there isn't a Pi3 image, or even why you wouldn't use the same image on Pi2 & Pi3, like Raspbian).
I believe RPi 2B & 3B use the same ARMv7 Release......
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Koeshi
Posts: 228
Joined: Sun Mar 20, 2016 11:16 am

Re: Raspberry PI 3 arch image

Wed Jan 25, 2017 12:45 pm

fruitoftheloom wrote:
Milliways wrote:
fruitoftheloom wrote:PINN includes ARCH

viewtopic.php?f=63&t=142574
I just installed PINN. Unfortunately it only seems to have Arch for Pi2. (I am not sure WHY, after 1 year, there isn't a Pi3 image, or even why you wouldn't use the same image on Pi2 & Pi3, like Raspbian).
I believe RPi 2B & 3B use the same ARMv7 Release......
They do use the same. There is also a 64-bit Arch image for the Pi3, but it is not fully functional or stable yet from what I know.

Martin Frezman
Posts: 1009
Joined: Mon Oct 31, 2016 10:05 am

Re: Raspberry PI 3 arch image

Wed Jan 25, 2017 12:57 pm

There is also a 64-bit Arch image for the Pi3, but it is not fully functional or stable yet from what I know.
Where do you get that image?
If this post appears in the wrong forums category, my apologies.

User avatar
procount
Posts: 2209
Joined: Thu Jun 27, 2013 12:32 pm
Location: UK

Re: Raspberry PI 3 arch image

Wed Jan 25, 2017 1:55 pm

@Milliways - I updated the OS description to (hopefully) clarify that the Arch 2 image is for RPi2/3
PINN - NOOBS with the extras... https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574

User avatar
Milliways
Posts: 534
Joined: Fri Apr 25, 2014 12:18 am
Location: Sydney, Australia

Re: Raspberry PI 3 arch image

Thu Jan 26, 2017 4:27 am

procount wrote:@Milliways - I updated the OS description to (hopefully) clarify that the Arch 2 image is for RPi2/3
It does indeed boot on the Pi3.

Initially it did not seem to have inbuilt WiFi support (ifconfig did not show wlan0, even with a link-local address, as I would expect), which seemed to indicate it is not finding the hardware.

The WiFi firmware

Code: Select all

/lib/firmware/brcm/brcmfmac43430-sdio.bin
seems to be in place, and there is a

Code: Select all

bcm2710-rpi-3-b.dtb
Device Tree blob in the boot sector.

I did get WiFi working by entering the following commands as root.

Code: Select all

ip link set dev wlan0 up
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
 dhcpcd wlan0
This did not survive reboot.
Any issues I have seem to be with Arch, not PINN

Martin Frezman
Posts: 1009
Joined: Mon Oct 31, 2016 10:05 am

Re: Raspberry PI 3 arch image

Thu Jan 26, 2017 6:24 am

Note that Arch is old-school, so you need to do:

Code: Select all

ifconfig wlan0 up
before it will show up in plain "ifconfig".

You can do:

Code: Select all

ifconfig -a
to see it even it is not up.

I'm also old-school, so I am used to "ifconfig". There are, of course, equivalent commands in that new thing ("ip").
If this post appears in the wrong forums category, my apologies.

Koeshi
Posts: 228
Joined: Sun Mar 20, 2016 11:16 am

Re: Raspberry PI 3 arch image

Thu Jan 26, 2017 12:43 pm

Martin Frezman wrote:
There is also a 64-bit Arch image for the Pi3, but it is not fully functional or stable yet from what I know.
Where do you get that image?
Download from here: http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz

Information here: https://archlinuxarm.org/platforms/armv ... berry-pi-3

Don't expect WiFi and stuff to work.

Return to “Arch”