Is it the same version of Box64 in bookworm as in bullseye?
I built it following instructions I found online
git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
sudo make install
sudo systemctl restart systemd-binfmt
Which is how I built it on the factory kernel but TBH I do not 100% understand what all that is doing or how to answer your question. (what is bullseye?)
It’s the code name of the Debian version:
Debian 12 Bookworm
Debian 11 Bullseye
If you compiled it then it should be the same version. Not sure on what would be slowing it down, and I only run hardware native software so I don’t have any experience with Box64.
Any beginner instructions available for this? My uConsole using RPI package got messed up with a recent update and I was pointed here for a more up to date kernel/OS.
I downloaded ClockworkPi-CM4-Bookworm-6.6.41
Then ran this setup the sd card.
xz -d < ClockworkPi-CM4-Bookworm-6.6.41.img.xz | sudo dd of=/dev/sdd2 bs=4M status=progress
It seemed to run fine. But then after putting the card back in the uConsole and rebooting, I just get a black screen.
Missed a step somewhere?
Thanks
I extracted the xz and then used Etcher on my Windows laptop, worked fine on first try.
You don’t need to extract you can use rpi imager without custom settings and just flash the sd card.
Or my personal preference is USBImager for flashing or backing up sd cards, it also handles compressed images directly.
True but I recently had some problems with an image for Steam Deck where Etcher just hung there forever trying to extract, since then I always extract to .img before.
I actually just now tried RPI Imager and … was about to say same thing, black screen but just now got something. Just took a long time… Guess I wasn’t being patient enough. Use to seeing dmsg output on boot but not getting it with this one. Never mind then… Thanks
It takes a bit on first boot. you wont see anything on these devices till after the kernel loads. The CM4 only displays the firmware output on HDMI.
Here is a little configuration for wayfire for our small screens
To open a window (in this case the terminal) maximized add the following to ~/.config/wayfire.ini:
[window-rules]
max_term = on created if app_id is "lxterminal" then maximize
more info Configuration · WayfireWM/wayfire Wiki · GitHub
you can also change the screen blanking timeout in seconds there:
[idle]
dpms_timeout=60
@Rex any ideas about hardware accelerated video decoding? I searched around but couldn’t get it to work with Arch. Seems the old mmal framework is deprecated and we are supposed to use something from mesa (libvdpau_vc4), which isn’t enabled in arch builds
here a gpu report and all the kernel flags. Have you tried enabling it or putting it in if not there.
Hmm? Do you mean mesa-vdpau doesn’t do anything?
MMAL is deprecated and you can use kernel V4L2 APIs. You’ll need rpi-ffmpeg which has the necessary patches to make it efficient.
You can use mpv-build and change its ffmpeg source. That’s how I have hwdec work on my device.
I’ve got to bounce between sd cards to compare but I finally installed this image (thanks for all the hard work, @Rex) and was wondering: is the sound driver any different? I know the internal speakers are bad but they sound much worse to my ears than with the stock vanilla image?
I’m not sure what the stock rasbian images used for the audio stack but it could be the difference between ALSA and Pipewire. The only thing I really did for the audio was update the audio-patch and added a shutdown script to disable the speakers on shutdown so the speakers don’t make that pop.
Honestly it could just be that I was actually testing everything and didn’t realize it was always that crummy and distorted. My only real gripe, and I think it’s just a Bookworm issue, is that the white variant of the pios line art wallpaper is no longer present and that was my go to ![]()
Yes! I was going to swap SD cards back to move it to a USB and bring to the image, I tried to dl it from their site but couldn’t find
I had to override it with the black one to get the look I was going for. I’ll add it to the theme pack so it available again in the os for everyone. RPiSystemwhite.png is what the file will be.
