Raspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
Update - so I have spent much of the week (I am retired) trying out options as 'scientifically' as possible. It feels to me that the link issues are on the radio side, the VNC connection seems...
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
I'm trying to do this: https://www.youtube.com/watch?v=O4oVIsZJDs4Logging in through USB is the main point of this project for me. The annoying thing is that I've already done it and for some reason...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: which gpio pins should I take out ?
Yes, they are the ones i need. I know i need some now [so for sure GPIO2,3,4 and,7,8,9,10,11 , so with the power bus makes 11 out of 15 alreasdy taken. amanong 5/6 14/45 12/13 and 18/19 which two...
View ArticleGeneral • Re: Connecting to Pi 400
Yes all updated to the very latest version - Bookworm 64 bit with October 24 Desktop. I'm using a Pi 4 power supply (NOT an official one) bought from Amazon - I have an external SSD connected via USB...
View ArticleSDK • struct uart_inst
I am confused by this, in `hardware/uart.h`:Code: // Currently always a pointer to hw but it might not be in the futuretypedef struct uart_inst uart_inst_t;I cannot find any definition for the `struct...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Dual Screen setup with Touchscreen
i meant i included the screen configuration the one you asked "Have you used screen configuration editor for assigning each touch to the respective HDMI output?"Statistics: Posted by sharlu — Sat Nov...
View ArticleNetworking and servers • OVM and Pihole running on the same Raspberry Pi...
...is it possible?Sorry if someone else has already asked this question.Yesterday I set up OVM on my Pi 4B, all running well. Is it possible to add and run Pihole as well making it a dual purpose...
View ArticleRaspberry Pi OS • Re: mousepad for editing extreme files
Mouse pad doing things simply.Have you tried VSCode and maybe something like gistpad or many of the other plugins.Or maybe it is integrated by now like GitHub pretty much is.Statistics: Posted by...
View ArticleРусский • Re: Ошибка при запуске PINN
Have you tried installing another Operating System on your SD card, like Raspberry Pi OS, to test if your SD card is ok?Do you have another SD card you can try? Or another Raspberry Pi?Other than...
View ArticleRaspberry Pi OS • Re: RISC-V Emulator
Extracting the value of 'Perfect Number #25 ' using RISC-V Alpine container.Code: ubu@raspberrypi:~ $ podman run -ti amp24/amp_riscv /bin/sh/ # apk add nano fastfetch rust cargofetch...
View ArticleTroubleshooting • Re: Raspberry Pi 5 drops Wifi connection
Check that your router does not have a short lease time.What does this command show? Code: sudo iwlist wlan0 scan | egrep "Cell|ESSID|Signal|Rates"and this Code: journalctl | grep wlan0 | grep lease-...
View ArticleBeginners • Re: Where is /etc/default/rcS
Thanks, /boot/firmware/cmdline.txt already had fsck.repair=yes, like you said. All my efforts in googling mentioned grub and other solutions.Statistics: Posted by jools72 — Sat Nov 16, 2024 11:29 am
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
Did you create the microSD card using Raspberry Pi Imager? If so we set the username (pi) and password in the Imager OS Customisation settings.I did create the SD card in Pi IMager, but I have already...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Amazing! The 16K pages somehow interacted with something in your environment to trigger bad behaviour in the Linux kernel. Since there is a factor 4 difference in page size I'd want to check that...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
How could the shell script log the RAM usage to a file? I'm not a coder... Presumably the cron is being logged to a file anyway ? So just add a line to show the memory with "free -h"Code: #!/bin/bash#...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
I find a new phenomenon that the 3V7 value will be lower if the CPU tempature (got by vcgencmd measure_temp) goes higher.e.g. When 40'C, 3V7=3.69vWhen 50'C, 3V7=3.67vWhen 60'C, 3V7=3.64v...When 70'C,...
View ArticleSDK • Re: TinyUSB Only mounts one device
What have you got in your tusb_config.h ? Max numbers of each type of device are specified there.Statistics: Posted by arg001 — Sat Nov 16, 2024 12:39 pm
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
The BAT54 horror show a good reminder of the potential pitfalls in the marketplace.Statistics: Posted by katak255 — Sun Nov 17, 2024 11:29 am
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View Article