Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong partition size in Nucleo L452RE and L452RE-P boards #83329

Open
besteinm opened this issue Dec 23, 2024 · 2 comments
Open

Wrong partition size in Nucleo L452RE and L452RE-P boards #83329

besteinm opened this issue Dec 23, 2024 · 2 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32

Comments

@besteinm
Copy link

In boards/st/nucleo_l452re/nucleo_l452re_common.dtsi:

		/*
		 * Reserve the final 16 KiB for file system partition
		 */
		storage_partition: partition@7c000 {
			label = "storage";
			reg = <0x0007c000 0x00008000>;
		};

the reg line should be reg = <0x0007c000 0x00004000>; (0x4000 instead of 0x8000)

@besteinm besteinm added the bug The issue is a bug, or the PR is fixing a bug label Dec 23, 2024
Copy link

Hi @besteinm! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@FRASTM
Copy link
Collaborator

FRASTM commented Dec 23, 2024

yes, 16K is definitely 0x4000
@besteinm would you mind creating the PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32
Projects
None yet
Development

No branches or pull requests

5 participants