Hello,
I would give you a background of my work first.
BACKGROUND:
I have completely working RTOS on Core0 of P4080. Its booted via SD card using U-Boot.
Now my next job is:
Port Seven Different kernels on the remaining 7 cores - AMP system.
Since, I have to execute this project in 15 days, your help will be greatly appreciated.
Thank you.
Solved! Go to Solution.
Some introduction to topaz hypervisor: http://cache.freescale.com/files/32bit/doc/white_paper/EMBEDDED_HYPERVISOR.pdf?fsrch=1&sr=2
You can clone topaz hypervisor software from:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/hypervisor/hypervisor.git/
Checkout tag: fsl-sdk-v1.5-rc3
You can use topaz software to partition P4080 into eight different partitions with single core each.
All the OS kernels you want to run in each partition must be ePAPR compliant.
Linux is an example of ePAPR compliant OS.
The RTOS also needs to run under the context of first partition on core0.
From there, the RTOS can start the other partitions (on other cores) one by one using hypercalls provided by topaz.
Can you please give me the link to topaz, all that I can see about topaz is something related to photography.
Regards,
Sumanth
Some introduction to topaz hypervisor: http://cache.freescale.com/files/32bit/doc/white_paper/EMBEDDED_HYPERVISOR.pdf?fsrch=1&sr=2
You can clone topaz hypervisor software from:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/hypervisor/hypervisor.git/
Checkout tag: fsl-sdk-v1.5-rc3
Great! Thank you so much :smileyhappy:
I am glad to help you :smileyhappy:
Freescale SDK for QorIQ processors supports Hypervisor for similar possibilities. See please documentation on the following page (http://www.freescale.com/infocenter/topic/QORIQSDK/2896990.html).
Freescale offers the latest SDKLINUX SDK 1.5 for QorIQ platform (http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=SDKLINUX&fsrch=1).