Sean Cross
Sean Cross
For reference, here's what it looks like if I put a breakpoint on the first line and reload the page: Something appears to be causing it to disappear, but I'm...
I'm not sure -- I'm not familiar with the way filters are arranged under Linux. At any rate, this patch solves the immediate problem of the segfault. If the author...
I was considering this, and my approach would have been to inject a very simple CRC32 algorithm. One that didn't require any lookup tables, and was as small as possible....
I might take a look at this. The changes seem minimal enough, and the bulk of it is in the vendor code. Where does the esp32p4-flashloader come from? Will it...
My device identifies itself as a revision v1.3 chip, which I'm guessing is eco5? It's hard to find information abut it. The PCN at least says 1.3 is the newest...
After actually reading the README.md (imagine that), I'm able to build the flash algorithm. Building the flash algorithm with `--features log` doesn't get me any debug information, but I can...
> My device identifies itself as a revision v1.3 chip ...even though the ROM says it's from an eco2 chip: ESP-ROM:esp32p4-eco2-20240710
Here's the output: ``` $ espflash board-info [2025-11-17T10:44:32Z INFO ] espflash@3 configuration detected. Migrating port config to port_config_file: "/Users/seancross/Library/Application Support/rs.esp.espflash/espflash_ports.toml" [2025-11-17T10:44:32Z INFO ] Serial port: '/dev/cu.usbmodem1101' [2025-11-17T10:44:32Z INFO ] Connecting......
Are there any significant issues I should know about ECO4.1? Is it still a viable target? As noted on the esp-flash-loader PR, I've gotten it so it loads data, and...
I have this working reliably. Part of the issue is that `SysbusAccess` doesn't work even though it's advertised. My full branch is up at https://github.com/xobs/probe-rs/tree/esp32p4-support and has a few changes:...