-
-
- Posts: 6
- Joined: 2024-08-14 16:56
Hi, just to confirm.
- Power is supplied by the VBUS and GND pins (5V)
- In this mode, the SocToolKit via USB is not allowed, I suppose it should be done via serial port
Thanks in advance
-
- Posts: 1315
- Joined: 2024-01-23 7:21
Hello
1. There is a Schottky diode between VBUS (USB-C 5V power supply) and VSYS (system 5V power supply). VBUS can supply power to VSYS, but VSYS cannot supply power to VBUS.
2. Before the kernel loading stage, the USB is always in peripheral mode, and flashing is also done before the kernel loading stage, so it is still possible to use USB for image flashing. Although using UART for flashing is feasible, it is time-consuming during downloading due to the maximum baud rate being only 1500000.
-
- Posts: 6
- Joined: 2024-08-14 16:56
Crocodile wrote: ↑2024-09-03 1:17
2. Before the kernel loading stage, the USB is always in peripheral mode, and flashing is also done before the kernel loading stage, so it is still possible to use USB for image flashing. Although using UART for flashing is feasible, it is time-consuming during downloading due to the maximum baud rate being only 1500000.
Very good data, Thanks !