You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Debian-specific information to LVGL OOB docs
Presently, the LVGL OOB page is written under the assumption that the
user is using Yocto. For Debian, some of the lines have to be changed.
Therefore make those changes.
Also add the doc in Debian's tree.
Signed-off-by: Suhaas Joshi <[email protected]>
Copy file name to clipboardExpand all lines: source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst
+99-53Lines changed: 99 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,31 @@ Hardware Prerequisites
69
69
Launching the TI LVGL Demo
70
70
**************************
71
71
72
-
The demo will auto launch upon Linux booting on the EVM. Follow the below instructions to flash the SD card:
72
+
.. ifconfig:: CONFIG_sdk in ('SITARA')
73
73
74
-
1. Flash an SD card with the :file:`tisdk-default-image`. User can download the :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__|.
74
+
The demo will auto launch upon Linux booting on the EVM. Follow the below instructions to flash the SD card:
75
+
76
+
1. Flash an SD card with the :file:`tisdk-default-image`. User can download the :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__|.
75
77
Please follow the instructions from here to :ref:`Flash an SD card <processor-sdk-linux-create-sd-card>`.
76
78
77
-
2. Insert the flashed SD card to the board, connect the display, mouse/touch-input, ethernet cable, aux cable, jumper wire and power on the EVM.
79
+
2. Insert the flashed SD card to the board, connect the display, mouse/touch-input, ethernet cable, aux cable, jumper wire and power on the EVM.
78
80
The TI LVGL Demo will launch automatically when the device is fully booted.
79
81
82
+
.. ifconfig:: CONFIG_sdk in ('DebianSDK')
83
+
84
+
Upon booting the EVM, Weston is launched automatically. To launch the LVGL demo, refer the following
85
+
instructions:
86
+
87
+
1. Flash an SD card with the :file:`tisdk-debian-trixie` wic image. User can download the wic image from |__SDK_DOWNLOAD_URL__|.
88
+
Please follow the instructions from here to :ref:`Flash an SD card <processor-sdk-debian-create-sd-card>`.
89
+
90
+
2. Insert the flashed SD card to the board, connect the display, mouse/touch-input, ethernet cable, aux cable, jumper wire and power the EVM on.
91
+
92
+
3. Weston is launched on boot. Shut it down with `systemctl stop weston`.
93
+
94
+
4. Launch the demo by typing `/usr/bin/lvglsim` into the UART command prompt.
95
+
96
+
80
97
**********************
81
98
Using the TI LVGL Demo
82
99
**********************
@@ -176,87 +193,100 @@ To launch the Smart Home HMI demo, click on the `Smart Home` widget in the apps
176
193
177
194
.. note::
178
195
179
-
By default CC33xx is configured at boot, so here are the steps that can be followed to enable it:
196
+
By default CC33xx is configured at boot, so here are the steps that can be followed to enable it. If you are running as non-root user, run the following using `sudo`:
0 commit comments