Brian Cooke

Results 82 comments of Brian Cooke

For anyone who wants to build the ESP32 ULP binutils on a 32-bit Linux system the following worked for me: ``` git clone https://github.com/espressif/binutils-esp32ulp.git cd binutils-esp32ulp ./configure --target=esp32ulp-elf --prefix=$PWD/esp32ulp-elf-binutils --disable-doc...

How can this be extended in the future? For example, if a new board is released in the future with a header called P1 just like the the PocketBeagle? If...

I can reproduce this flashing with openocd from a Pi 4 with: ``` openocd -f interface/raspberrypi-swd.cfg -f target/rp2040.cfg -c "program pico_core1.elf verify reset exit" ``` Perhaps it's related to how...

> No they are wrong for everything. > > you must do "monitor reset init" before loading any time of executable (if you want it to work correctly always) @kilograham...

Works fine for me. Please provide the complete details required to reproduce the issue.

Here is what I see when i2c-bus is installed and the `i2cdetect` example program is run on a Raspberry Pi using Node.js v22.8.0: ``` pi@raspberrypi:~ $ node --version v22.8.0 pi@raspberrypi:~...

I'll go ahead and close this as i2c-bus function successfully with Node 22 and Node 23.

> the `_blocking` suffix must be removed from the function name, because the call is non-blocking (yes, I've seen the source code where it appears to block, but that is...

Sorry for the late reply. Unfortunately, I'm not familiar with Electron and can provide any assistance related to this issue.