im-tomu / tomu-quickstart

A quicker way to get started building samples
Apache License 2.0
151 stars 38 forks source link

A bunch of flashing doc updates, including how to recover a device that isn't getting back to toboot after first flash, fixing udev, and flashing from chrome browser #105

Closed marcmerlin closed 3 years ago

mithro commented 3 years ago

@marcmerlin - BTW It should work without root if you have the udev rules installed.

marcmerlin commented 3 years ago

I'm sending a new/better version

marcmerlin commented 3 years ago

Just FYI, I got ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab" from https://tomu.im/tomu.html which @mithro recommended, but the USB numbers don't match on my tomus. I left it as the first line in case it's needed for other tomus.

xobs commented 3 years ago

The vendor ID 0x0483 appears to be from ST: https://www.the-sz.com/products/usbid/index.php?v=0x0483

Likely someone had an ST product present in their system when they looked at the output. ST has their own, incompatible implementation of DFU. The page you linked to is incorrect -- I'll update it now, thanks for pointing that out!

marcmerlin commented 3 years ago

Thanks @xobs . I cleaned this up a bit. Is it good for merge now?

marcmerlin commented 3 years ago

I know that tomu is not the new hotness, but @mithro are you ok merging those doc updates and fixes?