C/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
Created as an issue here:https://github.com/raspberrypi/pico-sdk/issues/1818and PR created.Statistics: Posted by shabaz — Wed Aug 14, 2024 5:41 pm
View ArticleTroubleshooting • Re: Location of fan1_input
Why is it of interrest?Yes, can vary, depending which other devices of your setup have hwmon capabilities.Below is a setup where the NVMe temperature sensor is there in additionCode: pi@Pi5-4-SN530:~...
View ArticleGeneral discussion • Re: How to bind screenshot to print screen key
This example...... stinks of an AI generated reply.Statistics: Posted by wildfire — Wed Aug 14, 2024 5:52 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 ArticleTroubleshooting • Re: Ethernet connection only works through switch, not direct
Setting the speed with ethtool fixed it. Thank you so much!Statistics: Posted by laser14 — Thu Aug 15, 2024 5:11 pm
View ArticleBeginners • Re: OS documentation for omitted Linux commands?
Code: sudo apt upateapt-cache search * > pacakges.txtNow look at the contents of packages.txt and for any given package in there you can look it up and find what's included in each of them here...
View ArticleGeneral • Re: Raspberry Pi Pico W UART FIFO Buffer RX IRQ
Note that uart_set_irq_enables() enables the rx timeout interrupt as well as the rx interrupt.Is it possible that there's a delay (>32 bit times) after the first byte, and the timeout is...
View ArticleCamera board • Re: Minimal way of RTSP or MJPEG streaming from Pi ZeroW...
On a pi3 running Bookworm LITE 32-bit, I installed ffmpeg then used it to stream the built-in testsrc to my nginx based RTMP server: Code: ffmpeg -f lavfi -i testsrc -pix_fmt yuv420p -f flv -c:v...
View ArticleC/C++ • Re: Visual Studio Code setup for Raspberry Pi
Yes, I have tried that.... It didn't help much.Statistics: Posted by ttu_Don — Thu Aug 15, 2024 5:44 pm
View ArticleMicroPython • Re: Pico 2 Micropython problem
It may just be an issue with pico2 with Thonny on Window, as on my Mac it auto connects OK. Admittedly this was with a pico 2 plus from pimoroni and with a pimoroni uf2 build, but it must be based on...
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs() [Workaround Found]
Added a GitHub issue: https://github.com/raspberrypi/pico-sdk/issues/1829Statistics: Posted by ecurtz — Thu Aug 15, 2024 5:57 pm
View ArticleGeneral • Re: Forced and EXEC’d Instructions
Thank you so much arg001 for the response. Both pio->sm[sm].instr = 0x0000 | (0x1 + offset) and pio_sm_exec(pio, sm, pio_encode_jmp(1 + offset)) work!The program did print out "Loaded program at...
View ArticleTroubleshooting • Re: Configuration and graphics performance issue after...
It wasn't exactly what I wanted, but oh well, thanks anywayi'm pretty sure your going to end up starting over, sometimes it's the only way to get a stable install.i don't really mess around to much...
View ArticleTroubleshooting • Re: Bookworm, KMS, and Headless Audio
No solutions - I got the same error on a Pi4 (2GB) running Bookworm 32-bit with desktop, booting to command line, no monitor attached.Code: aplay: main:831: audio open error: Unknown error 524A...
View ArticleTroubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
Looks like the reader is trying to present itself as some sort of keyboard that will input text to the PC when the card is read.On my Win 10 PC, my card reader emulator (a pico W running Adafruit...
View ArticleCamera board • Re: feedback requested on dual GS camera design
Very cool! Would you be able to share a few more pictures with different angles? Please elaborate on how to attach the pins, thanks again for sharing this.Statistics: Posted by ddbaron — Fri Aug 16,...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
Interesting, with an 'int main(void) { }' program I can compile that from the command line, using the '-march' which the 'cmake' seems to be using -Code: /usr/bin/riscv32-unknown-elf-gcc...
View ArticleGeneral • Re: RP2350: HSTX max resolution and colour depth
I've got it running at 252MHz - see https://youtu.be/ZaofnupXfx8I've had the chip running at 378MHz but I don't believe HSTX clock can divide by 3Statistics: Posted by matherp — Fri Aug 16, 2024 5:48 pm
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Serial shows upmaybe wrong settings in the config? ( maybe you can have a look at the attached screenshots? )Statistics: Posted by HolgerF — Fri Aug 16, 2024 5:53 pm
View Article