Tomaž Šolc

Results 46 comments of Tomaž Šolc
trafficstars

To spare anyone else the time it took me to find the menu @krishnanunnir is talking about. It's not in the add-on preferences. It's in the main Firefox preferences, under...

The problem I see with the new URL scheme is that it's ambiguous. Any other system would interpret `http://sock.local/...` as a normal HTTP resource on the `sock` mDNS host (https://tools.ietf.org/html/rfc6762)...

For reference, I'm guessing @graingert is talking about these problems with `http+x` schemes in Requests. The issue seems to be still under discussion. https://github.com/kennethreitz/requests/issues/3734 https://github.com/kennethreitz/requests/issues/3735

Thanks for the quick response! > Default baudrate is 74880 btw, you will see boot messages if you configure your monitor to it Decoding at 74880 bps gives the following...

> Usually, device prints something like this on boot For some reason all my instruments have problems decoding this serial output. I've finally managed to get something halfway readable using...

@mhightower83 Thanks for the suggestion. Adding this define makes the Blink sketch work on the bad modules! Bad module, unmodified git master (313b3c07ecccbe6fee24aa9fa447c4aed16ca499), with `-DUMM_INIT_USE_IRAM=1`: works. Bad module, unmodified git...

In case it helps in understanding this issue, here's another partly decoded serial capture I have. This was triggered from the RST line, so it shows serial output immediately after...

@mhightower83 I tried the chip_size fixup and there is no difference. I verified that the code gets compiled in by dumping the elf, but it still crashes on boot.

@mhightower83 Thanks for looking into this. I've tried the SPI_CS_SETUP fix and unfortunately Blink still does not boot with PUYA flash. Same as before I get an invalid instruction exception...

@mhightower83 Your latest code from 08/30/22 with `phy_get_bb_evm();` fixes the issue with PUYA flash! The Blink sketch as well as some others I tried boot fine on my previously problematic...