Arch Arm site indicates that for now Pi3 is to use Pi2 software https://archlinuxarm.org/platforms/armv ... berry-pi-3
I assume that taking a fully updated Pi2 card and plugging into Pi3 is equivalent to doing a fresh install (?). However although Pi3 + Pi2 card boots OK it seems to boot as Pi2. Can't see wireless, clock speeds remain unchanged etc.
Is this to be expected or should I do a fresh install? When will a specific build for Pi3 be available ?
Re: Pi3
Same with me, albeit with a fresh install.
I do see the pi3 .dtb in /boot (which confirms I should have the correct image).
I have not investigated the issue to any great degree so it may just something I have not done correctly. I'll report back once I have had a decent check.
BBUK
I do see the pi3 .dtb in /boot (which confirms I should have the correct image).
I have not investigated the issue to any great degree so it may just something I have not done correctly. I'll report back once I have had a decent check.
BBUK
Re: Pi3 Arch
For completeness:
Pi2 dmesg fragments
and
Pi2 dmesg fragments
CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
and
On Pi3, same card:Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1024 bcm2708_fb.fbheight=768 bcm2709.boardrev=0xa01041 bcm2709.serial=0xc1556def smsc95xx.macaddr=B8:27:EB:55:6D:EF bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop raid=noautodetect
andCPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
My cmdline.txt isKernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa02082 bcm2709.serial=0x2b40e72c smsc95xx.macaddr=B8:27:EB:40:E7:2C bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop raid=noautodetect
root=/dev/mmcblk0p2 rw rootwait console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop raid=noautodetect
Re: Pi3
I do not have a Pi3, but would suggest you make sure that you have the packages installed that are needed for wireless, and also enable the service. Detecting the hardware does not mean the wireless software is there or enabled, and you are using a Pi2 system.
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B
Re: Pi3
Not needed nowAndyPi wrote:All good in Arch 4.1.19-3
PS addto netctl profile to disable the bothersome power managementExecUpPost='iw dev wlan0 set power_save off'
https://github.com/raspberrypi/linux/co ... b4418e8ca4