After enabling CONFIG_SHELL=y And CONFIG_SHELL_BACKEND_RPMSG=y in prj.conf, I get the Flash overflow error #73424
Replies: 6 comments 7 replies
-
Some questions:
CC @arnopo |
Beta Was this translation helpful? Give feedback.
-
@pdgendt https://discord.com/channels/720317445772017664/1243652018086613082 Why do you build for sysbuild? How do you load the firmware? I load zephyr.bin in U-boot. Where is your "flash" located? part of the file pico_pi_m4.dts
`
When I change zephyr,flash = &tcml_code; to zephyr,flash = &ocram_code; And zephyr,sram = &tcmu_sys; to zephyr,sram = &ocram_sys; And west build -b pico_pi_m4 samples/subsys/ipc/openamp_rsc_table (without --sysbuild) |
Beta Was this translation helpful? Give feedback.
-
Converting to a discussion as this is not a bug |
Beta Was this translation helpful? Give feedback.
-
@pdgendt Here are my autoconf.h found after the build (even though the build gave an error) Please |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How. When I used .overlay and OCRAM_CODE and tcmu_sys I solved. I`m happy now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I stay trying this: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/ipc/openamp_rsc_table in my imx7d-pico (m4 side, board in zephyr = pico_pi_m4)
#69433 (comment)
https://www.youtube.com/watch?v=V06RC2G_3M8
I'm migrating from Version 3.4 of Zephyr to 3.6.99 so I can access /dev/ttyRPMSG via Linux/Yocto through minicom -D /dev/ttyRPMSG0. Unsuccessful because I need to implement CONFIG_SHELL=y And CONFIG_SHELL_BACKEND_RPMSG=y
(Note: Without these two options above, I have no errors, but of course, I don`t have shell)
When I enable these options in my prj.conf I get the following error:
pico_pi_m4.overlay
prj.conf
How can I solve it (Pls)
Beta Was this translation helpful? Give feedback.
All reactions