JackN
JackN
@MabezDev When I try the `--features direct-boot` I get a linker error: ``` rust-lld: warning: address (0x42000008) of section .text is not a multiple of alignment (256) rust-lld: warning: address...
Update: The `direct-boot` issue has been resolved with the fix in https://github.com/esp-rs/esp-hal/pull/145. However, the original problem still persists, and I cannot flash unless I use `direct-boot`. Does anyone know who...
So weird. I've been testing and developing debug capability on this board for the last 6 months, and flashing continuously as part of the process. It was only after I...
> To fix this will require some changes to probe-rs to support the "esp" binary format, which of course would be up to the maintainers of probe-rs as to whether...
@MabezDev I've managed to create a test case where flashing with probe-rs works(ed). Here's what I did: - Forked and older branch of `esp-hal` to https://github.com/noppej/esp-hal/tree/bootloader_probe_rs - Added a custom...
Aha ... that makes perfect sense. OK, so that resolves that mystery. Let's focus on your [suggestion/question](https://github.com/probe-rs/probe-rs/issues/1194#issuecomment-1210849663)
@MabezDev Can you point me to docs describing the second stage bootloader implementation/inner workings? I'm hoping there is some way we can use existing flash algo capability to implement the...
@TheButlah Thanks, that is a good overview, and I suspect that using it alongside looking at their source, it should be enough. @Yatekii / @Tiwalun / @Dirbaio / @adamgreig ......
> debugger The current debugger.rs and debug_adapter.rs code will use the user requested core (command line or DAP Client configuration option via launch.json). At the time of implementing this, there...
@Yatekii can you please explain what you mean by "situationally correct core" above? I'd like to tackle this next, but want to make sure I understand the comment :)