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
Hello
I'm trying to build and run resnet for GAP9 EVK with the following command:
make clean all run platform=board
But it generates the following error:
Input error: Section "readfs" overflowed flash "flash", flash size is 0x800000, current content size is 0x187b0e2. make: *** [/home/fernando/git_research/gap9riscvsetup/gap_sdk_private/rtos/pmsis/os/freeRTOS/vendors/gwt/rules/freeRTOS_rules.mk:470: image] Error 1
It seems it is trying to allocate more memory than is available. Should I perform something before running the make run command?
Thanks, Fernando
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I'm trying to build and run resnet for GAP9 EVK with the following command:
But it generates the following error:
It seems it is trying to allocate more memory than is available. Should I perform something before running the make run command?
Thanks,
Fernando
The text was updated successfully, but these errors were encountered: