Quantcast
Channel: Raspberry Pi Forums
Browsing all 5639 articles
Browse latest View live

Compute Module • Re: What is performance of the VideoCore VII GPU in the CM5?

How do you get to 16 FLOPs per core per clock?I assume each core has a NEON SIMD that can do 4 floating point multiply plus accumulate operations. That is 8 FLOPs per core per clock.Could 4 multiply...

View Article


Image may be NSFW.
Clik here to view.

Python • Re: except KeyboardInterrupt error

I'm not a Python export, but it looks to me that the indent is wrong on the "except..." block. It should be the same level of indentation as the "try:" line, not the "with...:" line.I agree..You agree...

View Article


Image may be NSFW.
Clik here to view.

General discussion • Re: Is the Raspberry Pi Zero lineup dead?

Are there any plans to release a successor to the Raspberry Pi Zero 2W As for a successor, what features do you need?That feature request is too tempting, even though not directed at me. The Pico is...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • Re: How to (need advise) increase the size of the boot...

But changing NOOBS to PINN should be possible without surprises? It should something similar to updating Statistics: Posted by georg3003 — Thu Dec 19, 2024 5:16 pm

View Article

Off topic discussion • Re: Chromium fullscreen

On mine I move the mouse and a big X in a circle appearsStatistics: Posted by neilgl — Thu Dec 19, 2024 5:19 pm

View Article


Troubleshooting • Re: Raspberry Pi HDMI and Files not working

Ok use Imager to write Raspberry Pi OS to the microSD card, then look at that.Statistics: Posted by neilgl — Thu Dec 19, 2024 5:21 pm

View Article

Compute Module • Re: CM5 IO Board power via 5v pins

Its just like powering the Pi5 via the 40 way connector. Make sure you have thick cable so there isn't a voltage drop.Statistics: Posted by dp11 — Thu Dec 19, 2024 5:22 pm

View Article

MicroPython • Re: Size of web page handled by a Pico W server?

Maybe have the html page as a file and send it in chunks as per https://forums.raspberrypi.com/viewtopic.php?t=373715Statistics: Posted by neilgl — Thu Dec 19, 2024 5:27 pm

View Article


Beginners • Re: Install onto and boot from NVMe

Code: sudo dd bs=1M if=2024-11-19-raspios-bookworm-arm64-lite.img of=/dev/nvme0n1p1Useless use of dd. Just use cp instead Code: cp 2024-11-19-raspios-bookworm-arm64-lite.img /dev/nvme0n1or if you have...

View Article


Beginners • Re: Raspberry OS SMB - exFAT vs ext4

If the conclusion is not to use ext4, isn't ExFAT universal enough anyway? Supported by Linux, Windows, MacOS, Android as per the OP's requirements.Statistics: Posted by jj_0 — Thu Dec 19, 2024 5:30 pm

View Article

Troubleshooting • Re: Very strange /etc/fstab on Raspberry Pi Zero on first boot

Ok use Imager to write Raspberry Pi OS 32+bit LITE to the microSD card, then boot from that?Statistics: Posted by neilgl — Thu Dec 19, 2024 5:31 pm

View Article

Device Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32

in python script its this registerCode: GPPUA = 0x0C # Pull-up resistors for port AGPPUB = 0x0D # Pull-up resistors for port B# Enable pull-up resistors on port Ai2c.write_byte_data(MCP23017_ADDRESS,...

View Article

Image may be NSFW.
Clik here to view.

General • Re: How many LEDs can a Pico Power

Or can use such I2C PWM controllers based on PCA9685. Multiple controllers can be chained, LEDs being independent, 25mA sink, 10mA source, each in the same time, max 400 mA per chip.Statistics: Posted...

View Article


General discussion • Re: networkless wifi

Set it up as STA+AP mode. Which "it" aew you referring to. AIUI the Pi can't do STA+AP mode.Statistics: Posted by thagrol — Fri Dec 20, 2024 4:50 pm

View Article

Beginners • Re: Networking

Side note:If you really want old style networking, you can of course remove NM and go back to dhcpcd.Remove NM if you want dhcpcd, yes. But if you don't care about dhcpcd and are happy with the...

View Article


Raspberry Pi Connect • Re: cli commands not saved to $HOME/.bash_history

A quick google reveals https://superuser.com/questions/555310/ ... thout-exit. Looks like you want history -a.Statistics: Posted by andrum99 — Fri Dec 20, 2024 4:56 pm

View Article

Advanced users • Re: sd-card cross-encryption

You need to use something like --cipher xchacha20,aes-adiantum-plain64, as they do in the benchmark command.(It is not clear how you are supposed to know what ciphers are available. The man page says...

View Article


Compute Module • Re: CM4 VL805 firmware

When i trace the shell script rpi-eeprom-update where it finds the latest update for the firmware its functionalCode: sudo find "/lib/firmware/raspberrypi/bootloader-2711/latest/" -maxdepth 1 -type f...

View Article

Troubleshooting • Re: messed up my ssh connection while setting up GPS...

Which numbering scheme are you using when referring to GPIO: BCM, physicali, something else? Are teh instructions you followed using the same scheme?Physical pins 8 and 10 (BCM 14 and 15) are the...

View Article

Troubleshooting • Re: Fresh install, web browser - chromium error

oke so i refuse to give up.. and meaby its simple and i am to much of a noob but i plan to figure this out.so i did another fresh install again. and "chromium-browser"still gives me:Code:...

View Article
Browsing all 5639 articles
Browse latest View live