How to connect Raspberry Pi to BeadaPanel 7" USB LCD Display

BeadaPanel versatile media display
Post Reply
esky-sh
Posts: 1449
Joined: Sat Dec 20, 2008 4:21 am

How to connect Raspberry Pi to BeadaPanel 7" USB LCD Display

Post by esky-sh » Mon Apr 15, 2019 1:11 am

BeadaPanel is a versatile media display. It can playback images and videos in various common format. In this application, BeadaPanel is used as an USB monitor/display for Raspberry Pi mini PC.
a3new1.jpg
a3new1.jpg (74.84 KiB) Viewed 6259 times
Pre-requirements
  • A Raspberry Pi mini PC
    A BeadaPanel display kit
    A Micro USB cable
Procedures
1. Power on your Raspberry Pi mini PC
2. Connect BeadaPanel to Raspberry Pi by a Micro USB cable
3. BeadaPanel will be automaticaly recognized as a USB mass storage device by Raspberry Pi

Code: Select all

pi@raspberrypi:~ $ lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda           8:0    0  9.1G  0 disk
├─sda1        8:1    0 43.9M  0 part /media/pi/boot
└─sda2        8:2    0  4.9G  0 part /media/pi/rootfs
mmcblk0     179:0    0  7.4G  0 disk
├─mmcblk0p1 179:1    0 43.9M  0 part /boot
└─mmcblk0p2 179:2    0  7.4G  0 part /
pi@raspberrypi:~ $ ls /media/pi/boot/bpd
bpd
4. Locate and run beadapanel deamon in /media/pi/boot/bpd folder

Code: Select all

pi@raspberrypi:~ $ sudo cp /media/pi/boot/bpd/bpd /usr/bin 
pi@raspberrypi:~ $ sudo chmod +x /usr/bin/bpd
pi@raspberrypi:~ $ sudo bpd
BeadaPanel Daemon Ver. 1.0
5. Run beadapanel deamon from booting

Code: Select all

$ sudo nano /etc/rc.local -> add new line before "exit 0" with "/usr/bin/bpd &" without quote 
$ sudo reboot

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests