Does the threadx support cortex-R8 smp system?

壮 刘 21 Reputation points
2021-05-03T15:02:01.403+00:00

hi
I have a project that using the cortex-R8 smp soc, but i found that the newest version of threadx only support cortex-R7, and found no result of cortex-R series in ports_smp folder. So i want to know that:

  1. Is there any plan that support the cortex-R SMP series?
  2. If no recent plan, how can i port the newest version into R8 smp soc?

@António Sérgio Azevedo
@Ryan
@yuxin-azrtos
thanks

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
0 comments No comments
{count} votes

Accepted answer
  1. Scott Azure RTOS 4,051 Reputation points
    2021-05-03T16:08:10.413+00:00

    Hi, we currently do not have a ThreadX SMP port for the Cortex-R8. However, you should be able to easily derive Cortex-R8 support from the Cortex-A9 version on GitHub. It should be a matter of changing compilation switches, startup code, and linker control file settings to match your target memory configuration.
    Rather than trying to support each individual port (e.g. R4/R5/R7/R8/A7/A8/A9/etc), we are going to make generic ports like ARMv7-A/R to cover everything, because these ports are really all the same to ThreadX.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Anoop Abraham 1 Reputation point
    2022-06-13T14:40:33.467+00:00

    Hi,
    I am looking for a SMPport for R5. Is the above mentioned generic ports planned to be implemented soon??
    Thanks and Regards


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.