We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In boards/st/nucleo_l452re/nucleo_l452re_common.dtsi:
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)
reg
reg = <0x0007c000 0x00004000>;
The text was updated successfully, but these errors were encountered:
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. 🤖💙
Sorry, something went wrong.
yes, 16K is definitely 0x4000 @besteinm would you mind creating the PR ?
erwango
marwaiehm-st
No branches or pull requests
In
boards/st/nucleo_l452re/nucleo_l452re_common.dtsi
:the
reg
line should bereg = <0x0007c000 0x00004000>;
(0x4000 instead of 0x8000)The text was updated successfully, but these errors were encountered: