dfu fail to load
Dear Sir/mdm, Good Day , thank you for your prompt reply , this is a new findings to me, my intention is to get the Software environment setup as a basic requirement , so I would ignore the error message as share by you,my interest is the new prototype which I need to reflash a new firmware which will coming anytime from this months. I will looks into it later with the new prototype if still happend the same thing. Hoping everything goes well. Best regards, Beng Leong Ang
It looks like the user doesn't have permissions to read from device 30c9:00e6, so name and serial cannot be determined. Is this the device that you are interested in? Otherwise you can ignore the message. If the device only shows up on the new laptop it could be e.g. a built-in USB camera.
Right, thanks for correcting this. I have applied a fix mimicking the pattern in main.c.
i2c header error building on linux 7.1.9
Thanks for the report. I have made a suggestion here: https://sourceforge.net/p/stm32flash/code/merge-requests/27/ Can you please try it out?
Pass max frame size (-F option) to stm32_run_raw_code()
Thanks for the heads-up but we have always included both of them. git show v0.4:i2c.c | grep -A1 -B1 include.*linux #else #include <linux/i2c.h> #include <linux/i2c-dev.h> #endif Where are your sources from?