General discussion • Re: Dynamically load functions into RAM
probably be easier to go with tmpfs for the ram part, create & release instead of trying to tie up ram that you don't know if something else is using.no idea for single coreStatistics: Posted by...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
Board headers and anything that needs setting at compile time are my biggest complaint with the Pico environment. I want my code to run on multiple variants and self configure at run-time. My code...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
Have you measured the output voltage of your buck converter?Statistics: Posted by ame — Thu Aug 15, 2024 10:02 pm
View ArticleBeginners • Re: How to send data from pico to driver board using I2C pins
Post the details of your driver board.Statistics: Posted by ame — Thu Aug 15, 2024 10:07 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Lineage21 is available in PINN.You can use the Replace function to replace lineage20 with lineage21.Will this also leave the other OS there untouched. or will it wipe or/and reinstall them.Statistics:...
View ArticleGeneral • Re: Forced and EXEC’d Instructions
The "public" keyword does the trick! Really appreciate the tips arg001!Statistics: Posted by seanchenca — Thu Aug 15, 2024 10:18 pm
View ArticleAdvanced users • H.264 encoder color space
I'm looking at the kernel driver for the H.264 encoder found on Pi 4 and older here: https://github.com/raspberrypi/linux/bl ... l2-codec.cAs far as I can see, the driver does not pass the colorspace...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The performance loss between the 4GB and 8GB models was 57 percent when over clocked to 2800 MHz running stress-ng.viewtopic.php?p=2167695#p2167695This may have changed since firmware updates but I...
View ArticleOther projects • Re: Arcade Ticket Payout test
CheersStatistics: Posted by neilgl — Fri Aug 16, 2024 9:13 pm
View ArticleGeneral • Re: Pico 2 backwards compatibility?
Short answer is no, you'll have to recompile targeting the rp2350.Statistics: Posted by nme3 — Fri Aug 16, 2024 9:26 pm
View ArticleTroubleshooting • Re: Ire My Raspberry Pi 4b's Dead?
Are they dead?Statistics: Posted by lrr — Fri Aug 16, 2024 9:28 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Surely if you don't want to worry about this 'problem' stick with the RP2040. It's slightly less powerful but not much. RPi have listened to industrial users' issues about the RP2040 and looks like...
View ArticleTroubleshooting • Re: Keyboard layout on Pi 5 with xmodmap
Hi all,Just following up on this - any advise as to how to get my keyboard working properly?Thanks and regards,TomStatistics: Posted by tomsgd — Fri Aug 16, 2024 9:38 pm
View ArticleAdvanced users • Re: Image File Utilities
Starting image-backup get this Image file to create? /mnt/nasbckp/nasbackup/test.img Initial image file ROOT filesystem size (MB) [14606]? 15000 Added space for incremental updates after shrinking...
View ArticleGeneral • Re: RP2350: HSTX max resolution nad colour depth
Thanks for that.I see all your demos are 640x480 or less. Is this the max resolution you can achieve using the HSTX?Statistics: Posted by bobtrex — Fri Aug 16, 2024 10:32 pm
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
Rather than cluttering up these forums while resolving this, please open an issue on the sdm GitHub, and provide:Sorry I have to get back to this here. I did some more testing and I dont think sdm is...
View ArticleHATs and other add-ons • Re: Can an NVMe attached via a USB->NVMe adapter...
Thanks for replying. As stated in my question, I can read from and write to all of the NVMe's when they're in the USB adaptor, I just can't boot from any of them. I used rpi-imager to write an image...
View ArticleUbuntu • Re: Ubuntu install hangs on Pi5
I recently purchased a Pi5 and used the Pi Imager to flash Ubuntu to my SD card. Everything appears to complete normally. When the Pi boots I go through the entire setup to the point of inputting...
View ArticleGeneral discussion • Re: Pi Five official case replacement fan
Located in Canada brother. Was just kinda hoping a replacement fan would be easy to source from Ali express or somethingStatistics: Posted by PiUser69 — Sat Aug 17, 2024 9:29 pm
View ArticleGeneral • Re: Dynamically load functions into RAM
Turbo Pascal 3 relied on overlays to get round the 64k limit on a .com executable file. We used to do all sorts or tricks with RAMdisks and so on to avoid it pausing to load new overlay...
View Article