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
AFAIK Pi4 can act as some USB device.
It would be nice if the firmware could have the USB C port acting as USB-UART serial port.
This would allow simplify management of clusters of Pi (without PXE boot).
The text was updated successfully, but these errors were encountered:
I had done this for a Pi4-based OMX Video Player system once, it revolves around the dwc2 module for Firmware and Linux.
Not sure about Windows support for dwc2 but it at least has COM1 for the GPIO UART RX/TX pins (which may have rerouting).
/boot/config.txt
...
dtoverlay=dwc2 #this may have changed a bit
enable_uart=1
uart_2ndstage=1
root=PARTUUID may have to change to match the actual OS partition. A lot of this isn't available for editing in UEFI and would also be nice if it included a basic text editor for modifying any boot partition file. This would save a lot of adding and removing options later.
AFAIK Pi4 can act as some USB device.
It would be nice if the firmware could have the USB C port acting as USB-UART serial port.
This would allow simplify management of clusters of Pi (without PXE boot).
The text was updated successfully, but these errors were encountered: