SDK • Re: hello_rtc example doesn't compile on Pico 2 W
RP235x has no RTC.Statistics: Posted by katak255 — Sun Dec 08, 2024 4:07 pm
View ArticleBeginners • Re: Installing ISP software to configure ip settings
Dunno but that utility seems to be for "...device discovery enables users to find the IP address assigned to network connected CyberPower devices..."So we could just use nmap for that?install nmap...
View ArticlePython • Re: SparkFun Auto pHAT
Are you following the 'SOFTWARE CONFIGURATION' section of https://learn.sparkfun.com/tutorials/sp ... -guide/all?Statistics: Posted by DS256 — Mon Dec 09, 2024 3:37 pm
View ArticleBeginners • Re: Should a RPi be powered off completely before disconnecting...
At this stage, is it safe to disconnect the boot device (USB drive containing the OS and kernel) without powering off the Pi completely at the wall?Personally, I'm like @davidcoton. I power down when...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I know the 400 doesn't, but does the 500 support video over USB-C? It's live to be able to just pop it into my existing hub.Statistics: Posted by philipjohn — Mon Dec 09, 2024 3:45 pm
View ArticleGeneral discussion • Re: ssh connection via CRON
I also normally add a log to the running of the SH file. Sorry, don't have an example handy. I've switched to using SYSTEMDStatistics: Posted by DS256 — Mon Dec 09, 2024 3:47 pm
View ArticleGeneral • Re: Verification of Boot ROM in RP2350
You can run a program on the RP2350 which will dump the 32KB ROM. Then you can manipulate that into being a binary image which you can then compare to what is built by that source code.This...
View ArticleAdvanced users • Re: Where is the kernel config ? ( cross-computer )
It mounts what is in initramfs/initrd and/or fstab, is generic Linux not specific Pi4 boot.Thank you so much redvli ! and what initiate this mount ? The kernel ? the config.txt in the 1st FAT...
View ArticleGeneral discussion • Re: Extra long bolts for my rpi5 and nvme board
sorry, but what's the question here?What do you need that for?Ok, does anyone have any recommendations where to get extra long bolts?You should be able to find an electronics supplier or hobby store...
View ArticleTroubleshooting • Getting Kernel headers using rpi-source
Since I cannot use "apt-get install linux-headers-$(uname -r)"Code: Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Are you running any bootloader/chooser like PINN or uboot?Statistics: Posted by rpdom — Mon Dec 09, 2024 4:01 pm
View ArticleCamera board • Re: OV9281 Arducam
Thanks, appreciatedStatistics: Posted by gordon77 — Mon Dec 09, 2024 4:15 pm
View ArticlePython • Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
I am using a Raspberry Pi 4 with the Raspberry Pi NoIR Camera v2. The camera works perfectly with libcamera commands, and I can view the video stream without any issues. However, when trying to use...
View ArticleOther projects • Re: BBC Emulator as an O/S for Pi
Is BBC Basic any use to you? https://www.bbcbasic.co.uk/bbcsdl/Statistics: Posted by neilgl — Tue Dec 10, 2024 4:05 pm
View ArticleHATs and other add-ons • Re: Geekworm x1009
Well10A PSU still not enough (Pi says)Connected 2 2,5" HDD's (But with 1 or even without same problem)Power connected to HAT HAT powers Pi and HDD's (Like in manual)I remove any lines from config and...
View ArticleNetworking and servers • Re: ssh connection via CRON
t sounds like you havent specified what to run on the remote machineso it just spawns a bash prompt on the remote machine, which terminates when stdin EOF'sMaybe OP is looking for the -N (capital N)...
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
boot from NVMe first, then USB.Any reason for NVMe first? Is it for data security reasons? Can another person boot Linux from a plug in usb thumb drive and gain access to the NVMe?I noticed that my...
View ArticleSDK • Re: prevent "Downloading Picotool"
Thanks. Not having a dependency on a remote resource is already a lot better, especially if the whole thing is pointless. However, it still builds picotool each time you do a clean build and in my...
View ArticleAdvanced users • Re: NUMA Testing
What do these mean - is there actually a performance hit, or is it just assumed there will be?I don't believe there will be. Feel free to post if you find any evidence to the contrary.We should...
View ArticleBeginners • Re: What are all the available options for /boot/config.txt ?
I don't find anymention of hdmi_safe in the README nor on https://www.raspberrypi.com/documentati ... g_txt.htmlThere is a search option on that page.But, yes, hdmi_safe is a legacy option that...
View Article