Raspberry Pi

3468 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
1
2
3
 
 
4
5
 
 

I just got my second RPi5, put LibreElec on it via microSD, and for some reason the boot menu appears and goes through it's thing first before booting LibreElec. Is there a reason it doesn't boot straight into LibreElec? How can I have it skip the boot menu screen?

6
7
 
 

Title!

8
9
 
 

The built-in keyboard on my Pi 500 is acting up and, while I found a way online to fix it that looks simple enough, it'll be a few days before I have a chance to do it. In the meantime I've got another keyboard plugged into a USB port as a substitute.

The trouble is that after a couple hours the built-in keyboard starts repeatedly spamming the letter N on its own and I have to reboot to make it stop. Is there any way to tell the Pi to ignore its own keyboard inputs and only listen to the other keyboard for now, then reverse that when I get the main keyboard straightened out again?

10
 
 

I realize this is Raspberry Pi community, but considering the overlap, I hope Pi-adjacent is acceptable.

Looking at the Orange Pi Zero W2 for a project since it's available with a lot more RAM than the Pi ZeroW2 (1-4 GB vs 512 MB). I'm not doing anything complex with it (no GPIO, USB gadget, etc), and it'll basically just be a tiny server running Kiwix and possibly some light groupware and/or file share. Maybe even CodeServer if I go with the 4 GB model.

Essentially my requirements for it are:

  • Wifi AP support so devices can connect to it. Preferably AP+STA so it can also provide internet and PiHole services.
  • Runs a supported distro (e.g. not the one-and-done version from the manufacturer that's never updated)
  • Fairly stable
  • Supports 256 to 512 GB SD card

According to what I've read, Armbian seems to be the go-to distro for these boards. It also seems to be supported by DietPi.

I've got a handful of Pi Zero's (both 1 and 2) and they work well, but even with zram enabled, I'm limited by the 512 MB of memory, so these "fruit clone" ones are tempting. Anyone have hands-on experience with them? Is there a better distro besides Armbian? Should I just stick with Raspberry Pi and manage with the limited RAM?

11
12
13
14
15
16
17
18
19
 
 
20
 
 

Raspberry Pi 500+ boasts a high-quality mechanical keyboard with removable keycaps and individually addressable RGB LEDs, an internal M.2 socket pre-fitted with a 256GB Raspberry Pi SSD, and 16GB of RAM.

21
 
 
22
23
8
submitted 1 month ago* (last edited 1 month ago) by HumanPenguin@feddit.uk to c/raspberry_pi@programming.dev
 
 

Hi. Just to make things clear. My reason for trying this is I am visually impaired.

I am writing some code to run on a pi zero 2. With a small 5 inch screen. IE the code interface is being designed to display very clear large buttons on a small screen.

To set up the OS build, I am trying to create a Qemu emulator on my large screened home desktop. So I can actually read code file system etc in large print. Once I have the OS set up and can install a lite image with very minimal xwindows / tkinter support. I can then use SsH etc to work on the GPIo stuff.

My issue is I have no experience with QEMU. I am having issues finding any online guide using recent versions of QemuEtc (preferably not video as watching code/CLI on YouTube is just undoable with vision issue's.)

If anyone can help with a guide on how to set up qemu_system_aarch64 for raspi2ap

IE what exactly I need to do to provide a -kernal and IMG etc to build a image. I'd be very grateful.

I'm posting here hoping you guys will have some experience. But please let me know if somewhere else would be better.

My desktop is running Debian bookworm with a back ports version of QEMU.

24
25
view more: next ›