03-28-2019 12:14 PM
Hi xilinx support,
we are trying to use SDsoc. Before switching to SDsoc, we have our linux kernel and linux root file system under development.
Now we want to integate both our linux kernel and root file system into SDsoc envrionment. So far, we cannot file a way to do that.
Here is our question, how to integrate our existing linux kernel and root file system into SDsoc environment?
Many thanks in advance.
Louie
04-02-2019 01:57 AM
Hi @louie
You need to create your own platform for this first.
Please follow below procedure
03-28-2019 12:26 PM
Hi,
I am not super expert on this, but you may want to look at this page:
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841738/Getting+Started
Good luck
03-28-2019 01:53 PM
Hi there,
Thanks for your message. Unfortunately, the link you suggested does not mention how to use custome linux kernel and root file system within SDsoc environment.
Louie
03-29-2019 09:19 AM
I am sorry, I guess I have the question wrong. Please note that you cannot use SDSOC to build/re-compile linux kernel, and build rootfs. SDSOC is used for application development only. SDSOC can read the workspace where BSP for the system in question is located, and target your appliation based on the processor, but it cannot build linux for you. In order to get started with SDSOC, or SDK you need to have a BSP and Hardware Definition File (.hdf). Please take a look at embedded application development examples on Xilinx's website
04-02-2019 01:57 AM
Hi @louie
You need to create your own platform for this first.
Please follow below procedure
04-04-2019 01:35 PM
Many thanks, nutang, this is what I am after, I should have got it myself.
Many thanks agin.
04-08-2019 03:29 AM