Joshua Riek

Results 329 comments of Joshua Riek

It works fine for me, using the command `sudo ubuntu-rockchip-install /dev/mmcblk0`.

What type of power supply are you using? I know this board has some problems with PD charging so i use a dumb 5v 4a power supply.

I changed the original U-Boot code that was submitted as a pull request as it affected other devices while a better solution was available with a little extra work (there...

Hmm after a quick grep in the bootloader source code the above message seems to come from the DDR or SPL blob which is sadly closed source, this tracks with...

Hmm Armbian uses the same DDR and SPL blobs as me, so this is very strange. Oooh boy time for some blob disassembly :)

Yeah, I should have work-in-progress builds on GitHub actions soon.

Hmmm, I'm not very familiar with vfio-pci, I will need to do some research. But have you confirmed that the device "0004:41:00.0" exists? I assume this can be confirmed by...

From my understanding you need to unbind the pcie network interface first as it's currently in use by the system.

I can enable this in the kernel and push an update tonight. There are a few fixes I already have staged.