ygi wrote: 
> Hi Howard,
> 
> this is one bought on AliExpress..
> https://www.aliexpress.com/item/1005001685599115.html   5 Inch with
> capacitor , code name MPI5001

Hi
i have the same MPI5001 and i did the following:

Open SSH connection in putty or other ssh terminal
default user: tc
default password: piCore
Mount boot partition for editing config.txt
mount /mnt/mmcblk0p1
cd /mnt/mmcblk0p1
vi config.txt
scroll to the end of the document and enter (by pressing “I”) the
following lines
between
#---Begin-Custom-(Do not alter Begin or End Tags)-----
and
#---End-Custom-----------------------------

insert these lines

hdmi_force_edid_audio=1
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=87
hdmi_drive=2
hdmi_cvt 800 480 60 6 0 0 0

press:
esc
:wq (followed by enter)
sudo filetool.sh -b
to save to sd card (don´t know if this is really necessary)
sudo reboot
to restart system

calibrate
sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0
/usr/local/bin/ts_calibrate
test
sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0
/usr/local/bin/ts_test
sudo filetool.sh -b 
set Jivelite to run on startup in the PCP web config panel

The problem i have is if i set jivelite to run on startup my touchscreen
is not calibrated.
If i call jivelite with command 
sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0
TSLIB_TSDEVICE=/dev/input/event0 SDL_MOUSEDRV=TSLIB
/opt/jivelite/bin/jivelite

it works calibrated

Any suggestions?

tks


------------------------------------------------------------------------
zanareznr's Profile: http://forums.slimdevices.com/member.php?userid=72488
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to