Advanced users • Re: RAID 1 (mirror) with two NVMe
I saw the following instructions on setting up SW raid, but not sure how this would work on the main boot driveIt won't. The firmware doesn't support booting from a RAID array.You can put just the...
View ArticleGeneral • Pico not working on startup - LED flashing
I am trying to run a program on startup using the pico. I can run the code just fine through thonny, however, when i plug the pico into a power source the onboard LED flashes 5 times and then continue...
View ArticleGeneral • Re: Multicore access to global variables
Thank you for the comments. On the RP2040 things fortunately seem to work roughly as I've understood, the points regarding the RP2350 were interesting to read and new to me. Regarding logic design...
View ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
Welcome to the forum!1. lesson learned: provide full details on third party components, i.e. how your screen is connected to the Pi2. lesson learned: test with the official OS first as only a limited...
View ArticleGeneral discussion • Re: Raspberry PI 3B+ with new power management chip
All current production is using the DA9090 (or DA9091). The PCN was released March 2022, and production transition was Oct/Nov 2022.Apart from needing updated firmware, you should see no functional...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 2B with a 2048x1536 HDMI...
just to have common understanding: Your screen is an iPAD screen --> AFAIK it's native resolution is portrait --> it is 1536x2048pixels (which is not the same as 2048x1536 which is a landscape...
View ArticlePython • Re: adafruit_dht works but won't run again until i reboot
It's been awhile, but I had a similar problem with a DHT22 when I first set up a weather station. I can't remember how I found the following but it may be a basis for what you need.Code:...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
Thought I'd go read the thread, seen as it hasn't been censored as it's still open for all to read in it's original formOne of the most significant changes that could simplify working with the...
View ArticleHATs and other add-ons • Re: I would like to back up all of my 3.1/2-in...
Then you probably shouldSeconded.As already mentioned USB FDDs will have trouble with anything other than FAT formatted 1.44MB discs. AFAIK the only interfaces for 5.25" drive are somewhat niche.I've...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Touch driver development - strange...
I'm working on a touch driver for a 2.8in display. Driver seems to be working fine for single click, long press etc, but when I i.e. want to move an icon on the desktop I will end up with the 'shadow...
View ArticleOther • Re: Windows ARM64 release?
It is true, but I understand that most techy people (like on this board) don't understand it.That's OK. Stay in your lane.Statistics: Posted by BigRedMailbox — Mon Nov 25, 2024 12:31 pm
View ArticleGeneral discussion • BCM2711 bootloader EEPROM Stable branch
Asked me to convey that he is feeling unloved compared to BCM2712. No promotion from Latest since April Statistics: Posted by koge — Mon Nov 25, 2024 12:36 pm
View ArticleNetworking and servers • Re: Installing Nordvpn
NordVPN cli to the rescue:Code: $ nordvpn login --helpUsage: nordvpn login [command options] [arguments...]Options: --callback Complete the login manually if your browser fails to open the app. After...
View ArticleOther programming languages • Re: [SOLVED]bash programming compare operation...
The issue with bash programming compare operations behaving differently in crontab is often due to differences in environment variables between the shell and crontab. To resolve this, explicitly...
View ArticleTroubleshooting • Error while updating my Raspberry Pi 4 now Kernel Panic
I wanted to upgrade my box to Bookworm and changed apt.list and started to update after a while I saw segmentation error and booted my Raspi but I could not boot. After that manually edited fstab and...
View ArticleCompute Module • Re: AI Hat+ and GPIO header
As the AI kit does not need any GPIO why would you expect the proprietary HAT would need one?Nevertheless, would not expect RPT to release a schematic of the two AI HAT's.Statistics: Posted by...
View ArticleOff topic discussion • Re: Rpi Display configuration on mimxrt 1170 Evkb
Sorry, we don't provide support for interfacing the peripherals made by Raspberry Pi with other SBCs, and certainly not on anything other than the Linux kernel.The drivers and configuration is all...
View ArticleHATs and other add-ons • Re: Hardware Help
several discussions on the forum on that topic i.e. viewtopic.php?p=2262052&hilit=GPIO+AI#p2228989Statistics: Posted by aBUGSworstnightmare — Tue Nov 26, 2024 12:42 pm
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
That's not one I've seen.Does the band move as you change your highlighted area?I was thinking that could be a power issue causing bleed along a line, however that is down the screen as it is natively...
View ArticleNetworking and servers • Re: RPi5 as WiFi Hotspot Max. Speed
I'm confused. Having a R Pi 5 with Bookworm I get:Code: rpi@rpi5:~ $ iwlist wlan0 bitratewlan0 unknown bit-rate information.Strangely mine says that but also gives an answer!!!!Code: $ iwlist wlan0...
View Article