HDMI audio works reasonably well. H/W decode (via v4l2m2m) works for lower-res videos, but not sure it works on 4K yet. Something to look at next, once core functionality stabilized.gilius2k15 wrote: ↑Tue Aug 27, 2019 9:26 pmDoes 4K video work in H.265 or H.264 or any other formats? How about HDMI audio?
Sorry to hear you are experiencing problems with this ><
Code: Select all
demouser@pi64 ~ $ sudo emaint sync --repo genpi64
demouser@pi64 ~ $ sudo emerge -v1u bcm2711-kernel-bis-bin pyconfig_gen
Fantastic, thanks for testing this ^-^
You need to build a kernel module and a set of userland support tools (as detailed e.g. here). The only issue for the former is that currently it has to be done the old school way, as per my instructions here (for WireGuard) (basically I need to create a kernel source package instance automatically upon each weekly kernel autobuild, to allow the Gentoo ebuilds for the ZFS and WireGuard kernel modules to be used, and that's not something I've done yet ><). But it's totally possible.
Not sure about the status of (native) vmware on arm64, sorry ><. I'm sure some others can jump in to assist...
Gentoo's package management approach is quite different from e.g. that of apt. You can read more about it e.g. in my notes here.
Easiest thing is to create a uSD with Raspbian Lite on there (as this will have a different PARTUUID setup from the Gentoo image). Then copy all files (recursively) from the SSD's boot partition onto the uSD's boot (overwriting). Insert both uSD and SSD into your Pi4, and boot.Gavinmc42 wrote: ↑Thu Nov 07, 2019 5:56 amSakaki, I used a Pi3 to genup 1.5.1 running on a bootable SSD.
Took all night, those old 3's are slow![]()
But not as slow as waiting for USB boot on Pi4![]()
So now I have a updated Gentoo64 USB3 240GB SSD but it only boots on Pi3's.
How do I now make a uSD from this SSD to boot a Pi4 from the uSD and use the SSD files?
Just copy the boot partition to a uSD and change ?
Code: Select all
/dev/mmcblk0p1 /boot vfat defaults 0 2
PARTUUID=7a0c8bb0-02 / ext4 defaults,noatime 0 1
/var/cache/swap/swap1 none swap sw 0 0
Code: Select all
[ 2981.525589] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2981.547174] usb 2-1: New USB device found, idVendor=152d, idProduct=0578, bcdDevice= 1.00
[ 2981.547194] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2981.547206] usb 2-1: Product: USB3.0 HDD DOCK
[ 2981.547217] usb 2-1: Manufacturer: JMicron
[ 2981.547227] usb 2-1: SerialNumber: 0000AB123519
[ 2981.596049] scsi host0: uas
[ 2981.600367] scsi 0:0:0:0: Direct-Access Crucial_ CT240M500SSD1 8101 PQ: 0 ANSI: 6
[ 2981.605342] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[ 2981.605360] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2981.605719] sd 0:0:0:0: [sda] Write Protect is off
[ 2981.605736] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
[ 2981.606394] sd 0:0:0:0: [sda] Disabling FUA
[ 2981.606413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2981.607608] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[ 2982.204086] sda: sda1 sda2
[ 2982.206738] sd 0:0:0:0: [sda] Attached SCSI disk
hth, sakaki