1,224 questions
1 vote
1 answer
5k views
How to create EMMC partition using u-boot mmc commands?
I'm using Raspberry PI Compute Module 4 for development. My RPI-cm4 has onboard EMMC 8GB memory. We are following below layout For bootloader, we are using u-boot. U-Boot> mmc list mmcnr@7e300000: ...
0 votes
0 answers
49 views
node-sense-hat RTIMULib2 function getData() goes blank when scope changes
I am using the node-sense-hat package for Node.js to read sensor data from a sense hat on a Raspberry Pi 2 and save to a file. I got it working for a single read or looping infinitely, but I found ...
0 votes
1 answer
319 views
Missing headerfiles running SWUpdate on Raspberrypi 2
I'm trying SWUpdate out on my RaspberryPi 2 by following this guide but I'm getting stuck when trying to 'make' as it from core/swupdat.c loads include/flash.h which in turn depends on libmtd.h and ...
0 votes
1 answer
1k views
nvm install nodejs onto raspberry pi via ssh erroring
I am trying to download ARM version of node 14 for a Raspberry Pi via NVM and SSH (from my mac). My Raspberry Pi is Raspberry Pi 2 Model B+ V1.2 2014 I have a 64GB SD card. Architecture returns: ...
0 votes
1 answer
80 views
Nodejs is not fully functional when running on autostart
I am currently trying to change the volume of my Raspberry Pi with two html buttons (volume up and volume down), using nodeJS. The volume change is done by calling a bash script when clicking on one ...
0 votes
0 answers
209 views
Raspberry Pi 2 B Tkinter performance problem
I am trying to write a simple python program for a Rasperry Pi 2 Model B. When finished it should be able to get a few values via uart and display one out of 200 images based on that. Additionally, it ...
-1 votes
1 answer
46 views
search for python libary to build display with images and videos
I am trying to write a program for a Raspberry 2B. The Job of the program is to show some images and a video based on a variable. I can't really find a good library to build my visual output. It ...
1 vote
1 answer
1k views
Add a dependency from a maven project to a non-maven project
I'm in the process of writing a java program for a Raspberry Pi where I want to access the GPIO. For this I use the Pi4J-Library Version 2 (https://pi4j.com). As IDE I use Visual Studio Code - as they ...
0 votes
0 answers
516 views
Errors starting Electron on Raspberry pi2
When I make my electron app start, the web app is going to open in the right way, but the serial comunication (with PSoC) that is supposed to work, because on my window's pc is working, on the ...
1 vote
1 answer
2k views
serial.serialutil.SerialException: read failed
I'm doing a project with a Ublox NEO 6m gps and a Raspberry Pi 4 model B and I'm stuck on the following error: File "gps3.py", line 23, in <module> newdata=ser.readline() File &...
0 votes
1 answer
242 views
Raspberry pi 2 B + Selenium Java = WebDriverException: java.net.ConnectException: Failed to connect
I've tried to use Selenium for Java, it's works perfect on Windows 10, but not on my Raspberry Pi 2 B, I've got an error. Code line in error: driver = new FirefoxDriver(firefoxOptions); Error: org....
9 votes
6 answers
41k views
VNC on Raspberry Pi shows Cannot Currently Show the Desktop
I am trying to use VNC in a headless install on my Raspberry Pi 4, running Raspberry Pi OS, installed via Raspberry Imager. The install is more or less vanilla, as the only changes I have made are for ...
3 votes
1 answer
212 views
How do I load CSVs into tables in MariaDB running on a Raspberry Pi2?
I've installed MariaDB on my Pi2, which is connected to my network. I can access the Pi directly, through ssh or even VNC. I can also connect to it using MySQL Workbench. I have CSVs (Fantasy Football ...
-1 votes
1 answer
264 views
Displaying PPT into RPI
I need to slideshow a PPT(slide by slide) in a RPI, can anyone suggest any python program to display the PPT. Note: Tried using "soffice --show ~/sample.pptx --norestore" command - Opens in ...
-2 votes
1 answer
37 views
Can i run a second web server?
So i own a raspberry pi server which runs a python web server i want to run a second web server on the pi but im not sure if it can handle it. Raspberry pi 2 model B, Python 3, Ubuntu Software,