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
sudo udevadm control --reload-rules && sudo udevadm trigger
91
+
```
92
+
93
+
#### 6. Flash the firmware to your Pico board
76
94
77
95
Pico has provided a bootloader that can easily flash the firmware to the Pico board. Hold the `BOOTSEL` button while plugging in the Pico board, and a drive named `RPI-RP2` or `RP2350` will be mounted. Then you can copy the `pico-usb-display.uf2` file to the drive and the firmware will be flashed to the Pico board.
78
96
79
97
Once the firmware flashing is complete, you will see some content displayed on the screen. Here is an example:
80
98
81
-

99
+

100
+
101
+
### Display Pictures and videos
102
+
103
+
If you don't want to hack, then a Python script is the simplest way to use it, but DRM driver or other methods (in the future) are more effcient.
0 commit comments