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
Using `lsusb` command, the device should be visible in both normal and bootloader modes.
147
147
148
-
For exemple, a Pytrack board is visible as either:
148
+
For example, a Pytrack board is visible as either:
149
149
150
150
*`Bus 020 Device 004: ID 04d8:f014 Microchip Technology Inc. Application Specific Device`
151
-
*this is bootloader mode (`f014` is USB PID), active just for 7-8 seconds, if the reset button was just pressed before plugging USB connector.
151
+
*This is the bootloader mode (`f014` is USB PID). It is active forjust 7-8 seconds, if the MCLR button was pressed just before pluggingin the USB connector.
152
152
*`Bus 020 Device 005: ID 04d8:f013 Microchip Technology Inc. Pytrack Serial: Pyabcde0`
153
-
*this is normal, application mode (`f013` is USB PID), this means the bootloader verified application partition and it boot-up correctly.
153
+
*This is the normal, application mode (`f013` is USB PID). This means the bootloader verified the firmware and it boot-up correctly.
0 commit comments