General discussion • Re: RISC-V (?)
Well it's certainly no desktop machine, but it's not just the license cost of the ISA that will make it appealing. There seems to be an upswell of interest and support for RISC V, in Unis and...
View ArticleAdvanced users • Re: Running 32bit ELF executables on 64bit Pi OS
I was able to install arm-linux-gnueabihf-gcc-12 on aarch64 Bookworm, but the armhf shared libraries are missing. Since you were able to run sudoku, I know you must have them properly installed.I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sniffing usb or i2c data
1. How can I sniff my incoming data from the ft200xdSniffing I2C can be done using logic analyzer with protocol interpreters. Analyzing USB is possible with https://www.sysnucleus.com/USB-Sniffer.html...
View ArticleMicroPython • Re: Making Micropython run in a partition with RP2350
I'm no expert, haven't done anything with partition tables, but, while you might not care about the file system, MicroPython does.That's the area where users upload their '.py' programs to and...
View ArticleGeneral discussion • Re: Any recomendations for a backup system? flexbackup?
Timeshift for SystemDeja-dup for /homeThat's what I use. I also backup my entire system using SD Copier once a month.Statistics: Posted by craigevil — Fri Apr 25, 2025 6:16 pm
View ArticleGraphics, sound and multimedia • Re: How To Install WideVine In FireFox ? (64...
(I was going to modify the Subject line of this thread but decided that the forum software might throw-a-tantrum.)Friday Afternoon (Texas)25 April 2025This situation appears to answer the question '...
View ArticleAdvanced users • Re: nRPIBOOT usage after boot on CM5
The gpio pins are from RP1 but nRPI_BOOT is from bcm2712.Statistics: Posted by dp11 — Fri Apr 25, 2025 6:25 pm
View ArticleOther projects • Re: Using Raspbarry Pi to simulate Mouse
I found something here:https://github.com/pelya/android-keyboa ... issues/135Search for "/dev/hidg1"I don't have any RPi's with GUI, so I can't check whether it works, I'll leave that up to you.But I...
View ArticleOther projects • Re: Plotter drawing
You have a very nice friend!If you're lucky, the direct USB connection will create a serial port when you connect the plotter. Look at the output of dmesg to see what kind of tty it has created. Some...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Best way to set SPI
There is always a better solution, but if what is current is working well why bother. You will get better answers if you describe current issues and ask for remedies. In real life, software is release...
View ArticlePython • Re: 8-color mode only on a MSP3520 LCD (ILI9488 driver)
I thought that the ili9488 only works in 18 bit mode (so it has 50% slower FPS than 16 bit color LCDs).What driver are you using?Have you tried the panel-mipi-dbi-spi driver?...
View Article