Configuring two FreeRTOS VMs #155
Everaldo-Gomes
started this conversation in
General
Replies: 1 comment 2 replies
-
With that exception code, it seems the second FreeRTOS instance is trying to execute an instruction from an address that does not exist for that VM. I noticed you kept the original base address (0x20000000) of the original Linux VM for the second FreeRTOS instance. Did you recompile the second FreeRTOS image to that base address? If not, you either need to do it or change the base addresses of the second VM to 0x0. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to configure two FreeRTOS VMS.
Using the demo Dual-guest Linux+FreeRTOS, I removed the Linux and put another FreeRTOS in its place.
Using the following configuration file I keep getting the error: BAO ERROR: no handler for abort ec = 0x20.
In the
.vmlist
the first VM, is the default FreeRTOS config. The problem is when trying to configure the second FreeRTOS (freertos_image_2).I can't identify what is wrong.
Platform: Raspberry Pi 4b
Demo: Dual-guest Linux+FreeRTOS
Beta Was this translation helpful? Give feedback.
All reactions