-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
area: EthernetbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
Since the internal flash memory is insufficient to implement a DHCP client, I attempted to do so using sysbuild/with_mcuboot.
The application code itself remains unchanged — only the nucleo_h7s3l8.overlay and prj.conffiles were modified.
As a result the application does not boot.
Regression
- This is a regression.
Steps to reproduce
Application Used:
samples/sysbuild/with_mcuboot
Add in prj.conf:
CONFIG_NETWORKING=y
Add in nucleo_h7s3l8.overlay:
&sram2 {
status = "okay";
};
&rng {
status = "okay";
};
&gpdma1 {
status = "okay";
};
Relevant log output
Expected:
*** Booting MCUboot v2.2.0-192-g96576b341ee1 ***
*** Using Zephyr OS build v4.3.0-rc2-49-gd054025fa395 ***
*** Booting Zephyr OS build v4.3.0-rc2-49-gd054025fa395 ***
Address of sample 0x70000000
Hello sysbuild with mcuboot! nucleo_h7s3l8
Output:
*** Booting MCUboot v2.2.0-192-g96576b341ee1 ***
*** Using Zephyr OS build v4.3.0-rc2-49-gd054025fa395 ***Impact
Functional Limitation – Some features not working as expected, but system usable.
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
area: EthernetbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug