Overview
The three provided samples (mini, demo, supervisor) all fail to either run or build with the steps provided in the README.md. (Specifically the "Quick Zephyr build with our West project" steps)
All attempts were with a b_u585i_iot02a board.
How to Reproduce / Error Messages
Specific issues listed below:
Demo Sample
West build fails, exact command was west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/demo/zephyr
Mini Sample
Successfully builds and flashes, but the container runs out of space on the board and cannot run. See logs:
Attempted to mass erase the board separately before flashing the container but had the same result
Supervisor Sample
Successfully builds, flash fails with the following error:
This looks related to missing a component for the STM32_Programmer_CLI program, this was run on the same system CI was done with ocre legacy so all os / system dependencies from ocre legacy should still be intact.
Expected Behavior / Additional Context
As mentioned above all of these attempts were done on the CI system used with ocre legacy so to my knowledge, despite the widespread changes with the recent refactor, the new build process should still work. as the system requirements should be the same.
Overview
The three provided samples (mini, demo, supervisor) all fail to either run or build with the steps provided in the README.md. (Specifically the "Quick Zephyr build with our West project" steps)
All attempts were with a
b_u585i_iot02aboard.How to Reproduce / Error Messages
Specific issues listed below:
Demo Sample
West build fails, exact command was
west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/demo/zephyrMini Sample
Successfully builds and flashes, but the container runs out of space on the board and cannot run. See logs:
Attempted to mass erase the board separately before flashing the container but had the same result
Supervisor Sample
Successfully builds, flash fails with the following error:
This looks related to missing a component for the STM32_Programmer_CLI program, this was run on the same system CI was done with ocre legacy so all os / system dependencies from ocre legacy should still be intact.
Expected Behavior / Additional Context
As mentioned above all of these attempts were done on the CI system used with ocre legacy so to my knowledge, despite the widespread changes with the recent refactor, the new build process should still work. as the system requirements should be the same.