Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RPC/OpenAMP: Support loading sketches to SDRAM.#934

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
facchinm merged 5 commits intoarduino:mainfromiabdalkader:rpc_openamp_updates
Sep 9, 2024

Conversation

@iabdalkader
Copy link
Contributor

To use this with MicroPython, to load Arduino sketches to SDRAM, it requiresmicropython/micropython#15499
Which has been merged, so a nightly build will work.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
If the Cortex-M4 core is booting from SDRAM, the memory region must beconfigured as Strongly Ordered. Note that the Cortex-M4 core does notseem to implement speculative prefetching, so there is no need to protectthe whole region from speculative prefetching with a second MPU region.Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This patch allows removing the Open-AMP section used for the resource tableby loading it manually. The Open-AMP ELF loader would attempt to load thissection if the firmware is built for SDRAM.Note that since we're not using copy tables or ARM CC, the resource tablehas always been copied manually.Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
…irmware.To load the M4 firmware into SDRAM, we must ensure the linker script does notinclude any loadable sections that are placed in the shared memory region. Ifsuch sections exist, the ELF loader will overwrite the shared memory regionwhen loading the firmware.Additionally, the Open-AMP section is no longer required, as the resource tableis now populated manually in resource_table_init. Therefore, this section canbe removed.Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: Martino Facchin <m.facchin@arduino.cc>
@facchinmfacchinm merged commite10dfd2 intoarduino:mainSep 9, 2024
@iabdalkaderiabdalkader deleted the rpc_openamp_updates branchSeptember 9, 2024 09:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@facchinmfacchinmfacchinm requested changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@iabdalkader@facchinm

[8]ページ先頭

©2009-2025 Movatter.jp