Skip to content

STM32: H7S3L8 does not boot when networking is enabled #98866

@mariopaja

Description

@mariopaja

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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions