This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Talk:Raspberry Pi 3 64 bit Install

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

dev-vcs/git segfaults on commit with specified CFLAGS

See https://bugs.gentoo.org/662260. Replacing "-march=armv8-a+crc -mtune=cortex-a53" with "-march=native" (or removing it) produced a working git. Otherwise, most any operation beyond cloning a repo would cause a segfault.

--Salfter (talk) 15:12, 24 August 2018 (UTC)

binutils

Hint: binutils-2.30 fails with https://sourceware.org/bugzilla/show_bug.cgi?id=22764, binutils-2.29.1 works

Hmm. It seems to work for me. Its in my armv8a binhost at http://bloodnoc.org/~roy/BINHOSTS/gcc-7.x/armv8a/sys-devel/

Feel free to try it. An ebuild may not get a version bump if its changed from not working to working on a single arch. That would cause useless rebuilds for everyone already using it succesfully.

The comment 15 on that bug cvs-commit@gcc.gnu.org 2018-02-05 18:34:02 UTC, says it was fixed. Update your portage repository and try again.

--NeddySeagoon (talk) 20:32, 6 March 2018 (UTC)

Notes For 4.14.y

Add Simple FB

[*] Simple framebuffer support

This gets console messages until the VC4 starts.

Conversely, it appears to hang if the VC4 fails to start.

Host Virtualisation Support

libvirtd supports KVM on arm64 now. On the Pi, its probably only a toy but theres a challenge.

On the host, prepare to support arm64 guests.

[*] Virtualization  --->
  │ │           --- Virtualization                                                               │ │  
  │ │           [*]   Kernel-based Virtual Machine (KVM) support                                 │ │  
  │ │           <M>   Host kernel accelerator for virtio net                                     │ │  
  │ │           [ ]   Cross-endian support for vhost (NEW)

Guest Paravirtualisation Support

Turn on Paravirtualisation and all the virtio drivers

(exactly what is TBD)

--NeddySeagoon (talk) 21:11, 14 April 2018 (UTC)

brcmfmac

brcmfmac43430-sdio.txt not available

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/brcm don't have brcmfmac43430-sdio.txt. But brcmfmac43430-sdio.AP6212.txt and brcmfmac43430-sdio.MUR1DX.txt are found.
Do they replace brcmfmac43430-sdio.txt?
When I replace brcmfmac43430-sdio.txt with AP6212 and MUR1DX I don't see any change in dmesg.

--Necktwi (talk) 14:55, 30 Oct 2018 (IST)

AFIK the linux-firmware repo never distributed the brcmfmac43430 NVRAM file. You may not see any difference in dmesg, but there are differences in the two files. The Raspbian one includes improved BT coexistence when WiFi is enabled. You should use the Raspbian one since it is the official and supported Raspberry Pi distribution.
--BT (talk) 00:00, 31 October 2018 (UTC)