I'm Newbies in RPi World, i've a little problem with my Raspberry Pi B+ and my Robopeak 2.8" USB TFT LCD Display.
I would like to be able to boot directly from the console, not with X login window.
I try many things, like turning on the doc Robopeak.
Code: Select all
sudo nano /boot/cmdline.txt
Code: Select all
fbcon=font:ProFont6x11 fbcon=map:1
Code: Select all
sudo nano /etc/init.d/launch_desktop.sh
and comment this
Code: Select all
#su -c startx pi &
I also contact support DFRobot (Supplier of the screen) and Robopeak (Manufacturer of the screen)
This is their response:
So i try their solutions, but impossible to boot the console.Sorry there is some difference between the ROM of legacy raspberry-pi and the one of B+ model.
The new release of the firmware image integrated a script to switch between hdmi and usb display automatically, which will launch X when display is connected to or disconnected from pi.
What else you need to do to make the console work is just comment out the following line from the /etc/rc.local:
/etc/init.d/rpusbdispd start
Here screenshot from what i obtain at boot :
Robopeak on the screen 2.8 "TFT LCD USB :
HDMI screen after boot : Robopeak 2.8" TFT LCD USB after boot :
No way to have the console.