ptrsr

Results 24 comments of ptrsr

You should be able to create a [network tap](https://wiki.qemu.org/Documentation/Networking#Tap) using QEMU. Then use [bridge-utils](https://wiki.archlinux.org/title/Network_bridge#With_bridge-utils) to bridge your network and tap interface. The reason why networking does not work with all...

This is unfortunately difficult to achieve. It is possible for QEMU to add a [virtual USB ethernet adapter](https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29) to the Raspi VM. However, to use this virtual ethernet adapter, the...

@fgenoese [here you go](https://drive.google.com/drive/folders/1lU8m9WqmT4HeUohXNCxSXGzkfH1pjpYn?usp=sharing). I'm planning to create a separate repo in which the image, kernel and device tree blob are automatically build and shared. For now you can use...

@mobilegmYT right. I can also confirm that `5.4.83` works when compiled from source, while `5.10` does not boot. Might try some different kernel and QEMU versions in the future.

Can confirm this bug on arch linux as well. [Unfortunately OpenGL is broken too at the moment](https://github.com/Ryujinx/Ryujinx/issues/6993).

> But this is a different bug, right? The OpenGL bug is missing text (and in combination with the Mesa Drivers) - while this vulcan bug is about crashes. Right,...

I've tried @chris-braidwell approach and although it worked on our DTA environments, **it did not work on our large scale production DB**. The index was created successfully but prisma did...

Hi @mwolfeu , thanks for your interest in the project. > My machine: Linux raspberrypi 6.6.47-gba0f2212e0e1 https://github.com/ptrsr/pi-ci/issues/2 SMP PREEMPT Sat Aug 24 19:24:50 UTC 2024 aarch64 GNU/Linux Ubuntu 22.04.3 Am...

``` Timed out waiting for device k0p1.device - /dev/mmcblk0p1. ``` Somehow it cannot find/mount the boot partition. I have no clue why, as it is configured to run using the...

@mwolfeu have you been able to get it to work on another system?