Cant run lineageos on Pi 3 Model B ,without HDMI or any display
First of all, thanks for your post
Im trying to start my raspberry pi with lineage os,
without any display and im having not sucess at all , i was looking in all around the web and i cant find anything related to.
i followed the answer given to the question "I need to use SwiftShader software renderer to use the official 7” display or I want to boot without any display connected. What should I do?"
( i want to believe that your answer
cover all the question and when you indicated that activating the swiftshader we also got the FEATURE of working with the pi
without any display attach to it,)
So...
after connected to the shell via adb in the raspberry pi when i type this command
:/# rpi3-graphics.sh swiftshader
i got this response rpi3-graphics.sh not found , so i decided to find the rpi3-graphics.sh file, with this find command
:/# find . -name rpi3-graphics.sh
and i dont have any .sh with that name, so listing all the *.sh i got this rpi3-display.sh instead , correct me if im wrong, i believe its the replacement for rpi3-graphics.sh so i did
:/# rpi3-display.sh swiftshader
reboot without any display. nothing
and also just in case
:/# rpi3-display.sh mesa
reboot without any display also nothing
Im doing something wrong here? why i got the message rpi3-graphics.sh not found
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
i also followed the second post of this forum
https://forum.xda-developers.com/raspberry-pi/help/lineageos-16-0-raspberry-pi-start-hdmi-t3953041
so i added this to the file cmdline.txt , which is in the fat32 partition of my raspberry pi sdcard
video=HDMI-A-1:
[email protected] vfb.videomemorysize=8294400
and also this to the file config.txt , which also is in the fat32 partition of my raspberry pi sdcard
CONFIG_FB_VIRTUAL=y
I dont know if im doing something wrong here, cause the OSantal user doesnt bring an elaborate anwer to the topic.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
and yes my lineageos rom is lineage-16.0-20190627-UNOFFICIAL-KonstaKANG with a raspberry pi3 model B.
please can you help me with this.