Page 1 of 1

Raspberry PI 3 arch image

Posted: Sun Jan 22, 2017 4:48 pm
by tholgard
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.

Re: Raspberry PI 3 arch image

Posted: Sun Jan 22, 2017 4:53 pm
by ShiftPlusOne
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.

Re: Raspberry PI 3 arch image

Posted: Sun Jan 22, 2017 5:06 pm
by fruitoftheloom
PINN includes ARCH

viewtopic.php?f=63&t=142574

Re: Raspberry PI 3 arch image

Posted: Sun Jan 22, 2017 8:57 pm
by tholgard
Thanks. I'm checking PINN out.

Re: Raspberry PI 3 arch image

Posted: Wed Jan 25, 2017 6:37 am
by Milliways
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).

Re: Raspberry PI 3 arch image

Posted: Wed Jan 25, 2017 7:06 am
by fruitoftheloom
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......

Re: Raspberry PI 3 arch image

Posted: Wed Jan 25, 2017 12:45 pm
by Koeshi
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.

Re: Raspberry PI 3 arch image

Posted: Wed Jan 25, 2017 12:57 pm
by Martin Frezman
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?

Re: Raspberry PI 3 arch image

Posted: Wed Jan 25, 2017 1:55 pm
by procount
@Milliways - I updated the OS description to (hopefully) clarify that the Arch 2 image is for RPi2/3

Re: Raspberry PI 3 arch image

Posted: Thu Jan 26, 2017 4:27 am
by Milliways
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

Re: Raspberry PI 3 arch image

Posted: Thu Jan 26, 2017 6:24 am
by Martin Frezman
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").

Re: Raspberry PI 3 arch image

Posted: Thu Jan 26, 2017 12:43 pm
by Koeshi
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.