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

devtools/td-layout-config: support large payload #692

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaojiaqi7
Copy link
Member

The payload may be so large that it cannot be placed in the payload region of the original image config.

To solve this, LargePayload is introduced. Since the large payload may have size larger than 16MiB, it is loaded into physical memory instead of ROM space. Thus, in td-layout-config tool, the image configuration is splited into rom configuration and image configuration.

The payload may be so large that it cannot be placed in the payload
region of the original image config.

To solve this, `LargePayload` is introduced. Since the large payload
may have size larger than 16MiB, it is loaded into physical memory instead
of ROM space. Thus, in td-layout-config tool, the image configuration is
splited into rom configuration and image configuration.

Signed-off-by: Jiaqi Gao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants