General discussion • latest version of gtksourceview editor
My version of gtksourceview is quite old......how do I go about updating it?Statistics: Posted by picandies — Tue Aug 13, 2024 4:48 pm
View ArticleTroubleshooting • Re: Which kernel to roll back to?
I 'm not questioning the use of 2 colons, I'm questioning the use 2 types of colon. Did a developer accidentaly enter a UTF16 a789 modified colon instead of a UTF8 ea 9e 89 normal colon?I suspect it...
View ArticleCamera board • Re: Access raw CSI image data
Thanks for some of that background. I did write an imx415 helper for libcamera and created a tuning file based on the uncalibrated.json. I make no claims to having done it properly. As a little more...
View ArticleTroubleshooting • Re: PXE boot: error dhcpcd-run-hooks
I don't have experience with netbooting Ubuntu. I have a working Ubuntu22 virtual machine that I changed a lot, removing netplan.io and installing NetworkManager and more things. So can't really help...
View ArticleRaspberry Pi OS • Re: XRDP to RPI OS Bookworm 64-bit ACTIVE SESSION via VNC
How will this help me?Why do you write this?Statistics: Posted by usa — Wed Aug 14, 2024 4:14 pm
View ArticleMicroPython • Re: MicroPython Library for Ultrasonic Sensor with noise filter
Tutorial for using library for Raspberry Pi Pico and Ultrasonic SensorIf you power the sensor with 5 volts, won't the level of the returned ECHO signal also be 5 volts?Is it electrically...
View ArticleGeneral • Re: Wanted - RP235X RISC-V UF2 file
Very many thanks and you can award yourself a Hero of the Day award.An additional Super Hero of the Day award can be had for delivering the same but as Run from Flash if you fancy two invisible...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
There is a carrier for it too, you can find info on https://mastodon.social/@arturo182 ( or X if you prefer)Statistics: Posted by bensimmo — Wed Aug 14, 2024 4:42 pm
View ArticleC/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
Self-answering, here's a proposed solution:1. Create a Windows "system" environment variable on the PC, called PICOTOOL_OVERRIDE_DIR and set to (say) C:/development/pico/win_tools/picotool if you have...
View ArticleCompute Module • Re: CM4 VL805 interface issue
have you done the VL805 bootloader config as trejan suggested?Statistics: Posted by dp11 — Wed Aug 14, 2024 5:04 pm
View ArticleNetworking and servers • Re: Network Equipment Monitor
If you have customers with Windows clients, with the OS reporting a network connectivity issue, you may find the following informative.https://learn.microsoft.com/en-us/windo ... i-overviewIt's also...
View ArticleGeneral discussion • Just a small question
I'm following a project it requires npn bipolar transistor but i have a transistor that i think it would work the transistor i have has these written behind of it 2N 2222 A331 can i use it for the...
View ArticleC/C++ • Re: How to Cross Compile a C++ Program on Ubuntu for 32-bit PiOS on...
I'm very curious, since the Raspberry Pi 2B uses the ARMv7 architecture, why is an ARMv6 toolchain used?Because the original Raspberry Pi used an ARMv6 CPU, most of the software compiled for the Pi...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The performance loss between the 4GB and 8GB models was 57 percent when over clocked to 2800 MHz running stress-ng.viewtopic.php?p=2167695#p2167695This may have changed since firmware updates but I...
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs() [Workaround Found]
this is a bug, please open an issue on github; PICO_32BIT should have been setStatistics: Posted by kilograham — Thu Aug 15, 2024 4:49 pm
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
Note that you don't need to set PICO_COMPILER or PICO_GCC_TRIPLE - they will be set correctly by default for eitherStatistics: Posted by kilograham — Thu Aug 15, 2024 4:52 pm
View ArticleSDK • Re: Building for >2MB FLASH
As of SDK 2.0.0 you don't need a custom linker scriptDo Code: // pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)#ifndef PICO_FLASH_SIZE_BYTES#define PICO_FLASH_SIZE_BYTES (4 * 1024 *...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
Much safer to use "sudo apt full-upgrade" than just upgrade.Statistics: Posted by pidd — Thu Aug 15, 2024 5:00 pm
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
That works for runtime determinationboard headers should also set `PICO_RP2350A=1` for the QFN60 packageStatistics: Posted by kilograham — Thu Aug 15, 2024 5:05 pm
View ArticleGeneral • Re: RP2350 RISC-V qustions
Yup; the processor starts in the architecture based on the OTP settings (except for a soft reset where the register is used)If the bootrom finds a bootable binary for the other architecture first, and...
View Article