Raspberry Pi OS • Re: Missing Bookworm 'rar' and 'unrar'
You do have to..Code: $ sudo apt-get install apt-file mlocate..to get it (and 'locate') respectively. Also..Code: $ sudo apt-file update$ sudo updatedbI tend to perform the 'apt-file update' as part...
View ArticleHATs and other add-ons • Re: M.2 Hat+ without GPIO pins
You can certainly mount it underneath if you want. For me, on top is fine as I don't use the GPIO's on that device but it will vary between users. You can get extended headers to expose the GPIOs...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Is Raspberry Pi Desktop for PC and...
It's not been updated since July 1st 2022 with a 5.10 kernel, so if it's not dead it's on it's last legs.You could install any other distro, I'm a fan of Linux Mint, it's easy to get installed and...
View ArticleDevice Tree • Re: Kernel Source Tree version in GitHub
I just ran the same commands, with different results:Code: $ git clone --depth=1 --branch rpi-6.6.y https://github.com/raspberrypi/linuxCloning into 'linux'...remote: Enumerating objects: 87502,...
View ArticleGeneral discussion • Re: [Raspberry Pi 5] Help with USB-C chargers - for...
Basically, buy the PSU that works for your setup. One caution -- if you add a lot of USB peripherals (mainly storage devices), they can pull more power than a standard 5V 3A PSU can provide. The Pi5...
View ArticleGeneral • Re: Pico 2MB flash - uf2 and internal filesystem
So what is happening to the existing filesytem when flashing new uf2 file?A MicroPython '.uf2' will only overwrite itself, will not touch the file system at all, except when it's so large that it...
View ArticleHATs and other add-ons • Re: Has anyone tried the WaveShare thermal camera...
Hi, has anyone finally got the gpio version working, I am looking for solution for installating for rpi 4b. Maybe a compiled code already. I really need help as we will be using this module for our...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi ssd power consumption info
@jamesh any update?Statistics: Posted by Kubilay — Thu Dec 05, 2024 10:31 am
View ArticleBare metal, Assembly language • Re: Bare metal toggle GPIO weird timing
How was the code compiled? I ask because the labels can be seen here in the objdump...Statistics: Posted by satyria — Thu Dec 05, 2024 10:38 am
View ArticleBeginners • RPi Lite and+ GUI but no Desktop
HiI have a RPi5 and intend installing RPi OS 64-bit. From the available OSs from the RPi Imager I was looking at selecting the Lite version but also want a GUI but no desktop. I found these 2 articles...
View ArticleBeginners • Re: M.2 nvme ssd or Pi AI Hat
I just learned about Pineboard. It has a Hailo-13 TOPS chip already mounted on it and it has space for an additional nvme ssd. So perhaps not 26 TOPS but probably it will do fine for the purpose I’m...
View ArticleSDK • Re: How to compile C++ in rpi pico
I looked around and found that I had to add this in my CMakeLists.txt Code: set(CMAKE_CXX_STANDARD 17) and changed the file I am trying to compile from C to Cpp. And it worked!Statistics: Posted by...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
It seems "inefficient" is being used to describe "inconvenience", and particularly a huge one in the case of threading and sometimes when using WiFi. That's fair enough but apart from that everything...
View ArticleSDK • DMA not fireing IRQ
Hi,I have a question about a DMA not fireing an IRQ upon completion. This is a part of a library that aims to use the RP2040/RP2350 as a bridge between an 8080 display data input and RGB ("DPI")...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
The fan PWM is controlled by RP1. Both RP1 and 2712 are off (core-voltage supply is off) if POWER_OFF_ON_HALT=1 so this is purely electricalN.B. On CM5 the default for POWER_OFF_ON_HALT is 1 and is no...
View ArticleGeneral • Re: How to set up Geany for pico/pico_w
Wondering if the compilation/upload process could be somewhat automated with Geany.Possibly. I am not familiar with Geany but did manage to get it set-up on Windows using the 'Build -> Set Build...
View ArticlePython • Re: PiGPIO Pin Factory
Just a quick check if needed in the future.Which model Pi etc...Statistics: Posted by bensimmo — Fri Dec 06, 2024 9:44 am
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
It took me a while to get the thing to boot -- why is there no /boot/config-6.12.<blah> file, and why is there no deb package for the kernel? Without a config file, update-initramfs breaks.There...
View ArticleCompute Module • Re: CM5 eMMC flash issues
If you are able to run the CM4/CM5 mass-storage-gadget64 then you connect to it via HDMI console, UART console or USB gadget serial to examine the block devices directly.The latest release on Github...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [I2C][UART] interface with 5v modules
Please don't mix the two topics together.this is my schematic around the TXS.everything is direct connect to the modules and there are not pull-up resistors since the TXS already has ones. at least...
View Article