日本語 • Re: Raspberrypi 5 販売スタート
なぜこんなに時間がかかったのかStatistics: Posted by Ventran — Tue Feb 13, 2024 9:06 am
View ArticlePolski • RP2040
Mikrokontroler RP2040 wykorzystuje zwenętrzną pamięć flash do przechowywania programu. Czy można zabezpieczyć taką pamięć przed niepowołanym odczytem?Statistics: Posted by Ventran — Tue Feb 13, 2024...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
Though, obviously lurk101 does seem to be conflating ARM, Pi, and Linux as being the same thing. Which they aren't.Lurk101 doesn't really care about any of that. I'm not afflicted with ideology that...
View ArticleRaspberry Pi OS • Fresh install of latest Bookworm : no audio over HDMI
Hello,I use a Raspberry 3B+. After a fresh installation of latest Raspberry Pi OS Lite 64 bit (Bookworm official image : https://downloads.raspberrypi.com/raspi ... ite.img.xz), the default sound...
View ArticleAdvanced users • Re: autoboot/tryboot problems
I don't think uboot is used on the pi?Statistics: Posted by nachte — Wed Feb 14, 2024 8:36 am
View ArticleBeginners • Re: Raspberry pi 5 8GB not booting
The Article's called: How to Install Raspbian? So it's at least two years out of date already?Statistics: Posted by rpdom — Wed Feb 14, 2024 8:41 am
View ArticleTroubleshooting • Re: broken update ?
What size sd card?8 GbDo you see the Desktop ok at first boot?at first boot ( without packages update ) all seems OKWhat resolution screen?1920*1080Statistics: Posted by iznobe — Wed Feb 14, 2024 8:48...
View ArticleMedia centres • Re: Control Via HDMI
It has been years since I used it so my information is probably out of date but Kodi had libcec support (CEC is the protocol that allows control of media devices).I could control the Kodi media player...
View ArticleNetworking and servers • Re: Samba, iSCSI or nfs?
The reason Samba is not suitable is because it doesn't implement Unix permissions nor file locking. On the other hand, the default Samba setup might be more secure unless you configure NFS with...
View ArticleMicroPython • Re: how to make micropython code invisible in UF2
You can't.Statistics: Posted by ame — Wed Feb 14, 2024 9:05 am
View ArticleCamera board • Re: How to use "Camera Module 3" with RTSP for...
You could experiment with https://github.com/Gordon999/RPiCamGUIYou will need to modify line 2348 to RTSP instead of TCP....From..datastr += "--camera " + str(camera) + " -t " + str(vlen * 1000) + "...
View ArticleAdvanced users • Re: using u-boot with secure boot enabled raspberry pi4
Chain loading u-boot with secure-boot doesn't make much sense on pi4 unless you are going enable code signing in u-boot and load signed kernels + initramfs images from the boot filesystem (not...
View ArticleCompute Module • Re: Retrieve ethernet MAC address from CM4 using rpiboot
The MAC address is passed to the kernel via device-tree. If you are booting an initramfs via rpiboot then it's available at/proc/device-tree/scb/ethernet@7d580000/local-mac-addressN.B. The...
View ArticleTroubleshooting • Re: help pi5 don't boot.Flashing LED 4 long, 5 short
4 long, 5 short is [url=https://www.raspberrypi.com/documentati ... lash-codes]Fatal Firmware Error[/code].I'd suggest trying to reinstall the bootloader. Use Raspberry Pi Imager to write an SD card...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
viewtopic.php?p=2173713#p2173713By telling the version of PINN, you can tel if I have the needed version?If it keeps booting into PINN instead of your chisen OS, then you need to update the...
View ArticleGeneral discussion • Re: Hardware Fault USB
I would take it out of the case (leave thermal pads on) and try the USB ports again.Statistics: Posted by neilgl — Wed Feb 21, 2024 9:11 am
View ArticleCamera board • Re: Acquire a specific number of frames with rpicamera-raw (or...
tryrpicam-raw -t 1000 --segment 1 -o test.rawframes with raw doesn't work viewtopic.php?t=348076Statistics: Posted by gordon77 — Wed Feb 21, 2024 9:15 am
View ArticleAdvanced users • Re: Image File Utilities
I generated a new backup withCode: sudo image-utils/image-backup -i /mnt/Image/Bookworm64Backup.img,16000but this generated an image of 8,652,120,064 bytes.How do I get a image of the correct size (I...
View ArticleTroubleshooting • Re: Connecting IP camera to Raspberry Pi directly though...
On network 172.16.4.0/24, the first address 172.16.4.0 is reserved. The last one, 172.16.4.255 as well.They would be usually and respectively referred to as “network address” and “broadcast...
View ArticleGeneral discussion • Re: Motioneye Alternative Module 3
Think I'll tag along and see if anybody has subjections. I have a love hate relationship with Motion Eye OS. I have it installed and running on a few Pi setups. Support for it, namely updates for the...
View Article