Zephyr: add configuration for b_u585i_iot02a#131
Conversation
|
I'm fine having smaller PRs with more specific purpose. |
|
Lets add the board to the CI like here as well: https://github.com/project-ocre/ocre-runtime/blob/main/.github/workflows/zephyr.yml#L28 |
casaroli
left a comment
There was a problem hiding this comment.
I would squash the typo commit into the original one.
|
We can't merge it without verified signatures. |
|
demo for me works up to subscriber: |
|
Fixing demo might be not part of this ticket, especially since containers can be started via supervisor/shell afterwards. But we need to note that this doesn't work for now (except if I'm the only one experiencing this on the board). |
… size Signed-off-by: SorinO <sorin.olari2@gmail.com>
Signed-off-by: SorinO <sorin.olari2@gmail.com>
Signed-off-by: SorinO <sorin.olari2@gmail.com>
Signed-off-by: SorinO <sorin.olari2@gmail.com>
Signed-off-by: SorinO <sorin.olari2@gmail.com>
aa4a190 to
73048af
Compare
I think now is good |
I have the same issue on my side |
.github/workflows/zephyr.yml
Outdated
| board: | ||
| - pico_plus2/rp2350b/m33 | ||
| - native_sim/native/64 | ||
| - b_u585i_iot02a |
There was a problem hiding this comment.
run this through a formatter, please:
| - b_u585i_iot02a | |
| - b_u585i_iot02a |
Signed-off-by: SorinO <sorin.olari2@gmail.com>
Following commit will be part of Zephyr's future release: zephyrproject-rtos/zephyr@91681f2 While we aren't there yet, we refactor our overlay to follow the latest standard, using ranges and reg correctly. Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
|
Krisztian's modifications work for me |
|
Following PR adds correct configs to run both mini and demo on the board. Nevertheless, following bugs have to be fixed:
|


Description
samples-mini: The partition is set to start at 0x000f0000 with a size of 512 KB
samples-demo: partition@f0000 is deleted and it is mapped to the first partition of the external MX25LM51245 flash
Also, please list any issue that this PR is intended to fix.
Type of change
Please delete options that are not relevant.
Checklist: