Troubleshooting • Re: VS Code Appears When Selecting 'Show in folder' for...
It looks like VSCode asserts itself as the default application to open folders with. How inappropriate!Statistics: Posted by tkonan — Thu Feb 29, 2024 4:49 pm
View ArticleTroubleshooting • Re: Pico always resets to mass storage mode after uploading...
IIRC, failure to flash the memory will result in this. Are you sure the flash is being programmed correctly?Statistics: Posted by jamesh — Thu Feb 29, 2024 4:50 pm
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
So Docker works.The last trace you posted says:dial tcp [26002148:bc02:445d:9ace:d20b:c303]:443This means the Pi tries to connect to dockerhub over IPv6. Do you use IPv6 at all in your LAN?You can...
View ArticleOfficial Display • 7" Official Display Driver Board
Hi does anyone know where i can buy the driver board only for the official 7" Raspberry Pi display please.Statistics: Posted by rwl518p — Thu Feb 29, 2024 4:51 pm
View ArticleOther programming languages • Re: [Solved] Any HTML + JavaScript wizards ?
Code: + "<form id='sync' method='get'" \ + " action='{}='>".format(cwd) \ + " <button type ='submit'>Synchronise Time</button>" \ + "</form>" \ + "<script...
View ArticleAdvanced users • Reducing Boot Time?
I have a Raspberry Pi 5 8GB model configured to use a NVMe SSD as my primary boot device. I also configured my boot sequence so that I boot from the SD Card first, USB attached device second, and NVMe...
View ArticlePython • Re: How do I fix this Python code?
No, the point is when you stop the code it stops the recording. Is there a command or something like sys.exit() I accomplish this?There's atexit. You might want to try putting something like this near...
View ArticleGraphics programming • Re: VIDEOC_S_FMT fails with EBUSY for HEVC decoding in...
Great, thanks.Looks like Chromium only deallocates the output (CAPTURE) buffer before applying the resolution. Forcing it to deallocate the input (OUTPUT) buffers seems to fix my...
View ArticleGeneral • Re: Suitable for ISS project?
There's lots of stuff "up there" that isn't strictly rated for the environment, but gets used anyway (No, I cannot say what, but more than one company use Pi stuff on satellites). This is a University...
View ArticleTroubleshooting • PCManFM: Directory Timestamps Not Preserved on Copy
I have noticed that when copying directories/folders using the PCManFM file manager program, timestamps are preserved on files, but not on folders.Is there a reason this is the default, and is there a...
View ArticleTroubleshooting • Re: WIFI network suddenly not connecting - disabled=1 in...
I *think* adding disabled=1 to each network is something the GUI applet used to do?If you set "update_config=0" in /etc/wpa_supplicant/wpa_supplicant.conf, the GUI won't be able to add anything to the...
View ArticleCamera board • Re: AeEnable how to activate/desactivate ?
Hello,I'd like to ask a new question, without opening a new topic, as it's somewhat related to the previous one.My project is to create an opensource camera, and for the moment I've incorporated quite...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
So the Waveshare DSI version of this 320x1480 display is working without problems.Code: pi@raspberrypi:~ $ WAYLAND_DISPLAY="wayland-1" wlr-randr --output DSI-1 --offpi@raspberrypi:~ $...
View ArticleGeneral discussion • Re: Brother MFC and Raspberry Pi
i have a Brother MFC-7360Ni had to install printer-driver-brlaser to get it to work....sudo apt list printer-driver-brlaserListing... Doneprinter-driver-brlaser/stable,now 6-3 arm64...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I2C-0 - the I2C bus on GPIO0/1 aliases as i2c_vc as informed here..Normally on a Pi4 you have the I2C busses stated below:..- i2c-0 on GPIOs 0&1. Requires dtparam=i2c_vc in config.txt...So why not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
"vcgencmd get_camera" is ONLY valid for the legacy camera stack. It is irrelevant for anything using the kernel drivers.Likewise "start_x=1" only enables the legacy camera stack, which is irrelevant...
View ArticleBeginners • Re: Unable to delete ?hidden? Files
Yes your rightTried pip uninstall astropy , and it appeared to work and can no longer find file, so assuming all files have been deleted.Just confused to why the ‘find’ command could find a file, But...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Nice.Oh, ok. I thought there was a reasonable difference.I was going to look into that.Also. What counts as a good thermal pad.I am keen to get mine done, but I think its going to be a...
View ArticleOther programming languages • Re: PHP Calling Pinctrl in shell_exec different...
OP never did come back...Statistics: Posted by neilgl — Fri Mar 01, 2024 4:18 pm
View ArticleTroubleshooting • Re: Pi 5 will not power on
The issue with the Raspberry Pi 4 not booting from an SSD could be related to the bootloader version. Ensure your Pi's bootloader is updated to the latest version by running sudo rpi-eeprom-update and...
View Article