Results 159 comments of Alistair Buxton

I have two Anker Nano II 100W (B2145) chargers that failed after three months of just charging tablets and phones (nothing over 20W). Now they shut off if you try...

This also doesn't work in 1.9.3 snap installed on Ubuntu desktop.

This is what we've worked out so far: On release units: * Home button is left, and accesses the system menu. Long press exits game. * Menu button is right,...

What about something like this: https://github.com/pimoroni/32blit-beta/commit/c0b6f6692d3bb45acdc924c3dd370b05537c4719 Putting it at the end of D1 means moving the stack down. Stack is ALIGN(8) so I created two 32 bit variables. Maybe that...

External flash boot check: https://github.com/ali1234/32blit-beta/commit/ab2cc8cda4f7f5920387c547ca00c0b14ea8ecdb OpenOCD part: https://github.com/ali1234/openocd/commit/18cca6cd45156892b4bb05b10ac0f95c6ed5902b Again, this cannot be done is `reset-end` as the firmware will have already passed this point in the boot process before OpenOCD...

It should do. It will require some set up script, but that should not be a problem.

While attempting to debug this I accidentally left the Pico halted in the debugger which triggers the "XHCI died" linux bug, disabling all USB ports on the host computer and...

Hmm... I didn't consider SDL. I suppose there the data path would just be alongside the executable in the output zip, as you say.

Okay I found the problem. I typed `firmware.bin` instead of `firmware.dfu` and apparently this actually works, but produces the warning because no suffix.

0000 is probably because of this: https://github.com/32blit/32blit-sdk/blob/master/tools/dfu#L190