• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Pin configuration
#8
(December-13th-2018, 05:22 AM)Akhil Wrote: Yes, the video output from the HDMI connector. So the raspbian OS available in the docker has a video output right?

Yes your understanding is correct. Our Docker container example https://hub.docker.com/r/hilschernetpi/n...ktop-hdmi/ uses the open source display driver X.org. Before you start the container connect a mouse and keyboard to the netPI and then use netPI as a standard IPC afterwards.

You can have your own HDMI container if you want and make adaptions. You can test the HDMI container on your standard Raspberry Pi 3 before and then you know how it looks like. For this install Docker on your standard Rpi3 and start it with:


Code:
docker run --device="/dev/tty0" --device="/dev/tty2" --device="/dev/fb0" --device="/dev/input" --device="/dev/snd" --net=host --restart=always --privileged hilschernetpi/netpi-desktop-hdmi

All our example containers are available in source code so you can see now to create own containers and also you can see how we have built the HDMI container here https://github.com/Hilscher/netPI-desktop-hdmi if you look to the file Dockerfile. A Dockerfile is a script file the Docker composer needs a basis to create a containers image.
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
[SOLVED] Pin configuration - by Akhil - December-11th-2018, 09:00 AM
RE: Pin configuration - by Armin@netPI - December-11th-2018, 09:12 AM
RE: Pin configuration - by Akhil - December-12th-2018, 07:14 AM
RE: Pin configuration - by Armin@netPI - December-12th-2018, 07:21 AM
RE: Pin configuration - by Akhil - December-12th-2018, 08:42 AM
RE: Pin configuration - by Armin@netPI - December-12th-2018, 03:07 PM
RE: Pin configuration - by Akhil - December-13th-2018, 05:22 AM
RE: Pin configuration - by Armin@netPI - December-13th-2018, 07:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] Memory storage MGharat 1 2,231 April-2nd-2019, 05:32 AM
Last Post: Armin@netPI
  [SOLVED] Information for pin connector Justin 9 6,946 November-12th-2018, 09:25 AM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 1 Guest(s)