Lines Matching refs:device
13 application that can be deployed on any Toradex device running TorizonOS.
38 Copy the IP address that was assigned to the device by the DHCP server on your network.
41 Once the setup is complete, the device will boot into TorizonOS.
88 By default, ``lv_port_linux`` is configured to use the legacy framebuffer device
152 The ``deploy`` image will be deployed on the device.
170 Deploying the container image to the device
173 The image is now ready to be deployed on the device. There are several ways to perform
179 which will be accessible from any device on your LAN. The Toradex board being on the same network
196 running on the device has to be configured to allow fetching images from an 'insecure' repository.
198 Get the IP address of the development host and open a remote shell on the device.
224 The container running the LVGL application needs access to the framebuffer device ``/dev/fb0``.
226 By using the ``--device`` argument it is possible to map a device to a container.
230 ``docker run --device /dev/fb0:/dev/fb0 <IMAGE_ID>``