Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 relesed binary of Jan 8 works, compiled version of Jan 28 does not work #4

Open
tosiara opened this issue Jun 23, 2019 · 0 comments

Comments

@tosiara
Copy link

tosiara commented Jun 23, 2019

There is a binary release v.1.0 of 2019-01-08: https://github.com/wosk/stm32-vserprog-lpc/releases/download/v1.0/stm32-vserprog-lpc.hex
I have flashed this version into STM32 "blue pill" STM32F103C8T6 and it seems to boot fine and initialize USB serial:

[23265.590005] usb 1-1.2: new full-speed USB device number 32 using ehci-pci
[23265.700783] usb 1-1.2: New USB device found, idVendor=0483, idProduct=5711
[23265.700791] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[23265.700796] usb 1-1.2: Product: STM32 virtual serprog for flashrom
[23265.700800] usb 1-1.2: Manufacturer: flashrom
[23265.700805] usb 1-1.2: SerialNumber: 114209875182525052FF6B06
[23265.778871] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
[23265.779150] usbcore: registered new interface driver cdc_acm
[23265.779151] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters

But if I try to compile and flash from the sources (latest master of 2018-01-28 1996dd1), the board does not initialize correctly Usb serial:

[23449.341587] usb 1-1.2: new full-speed USB device number 35 using ehci-pci
[23454.492855] usb 1-1.2: unable to read config index 0 descriptor/start: -110
[23454.492869] usb 1-1.2: can't read configurations, error -110
[23454.577516] usb 1-1.2: new full-speed USB device number 36 using ehci-pci
[23454.657511] usb 1-1.2: device descriptor read/64, error -32

Do you still have source snapshot of Jan 8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant