This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can I build arago with linux-am335x-psp?
PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-psp" in local.conf is ignored.
greetings
Herbert
Hi Herbert,
The easiest way is to download the SDK 6.0 from http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/06_00_00_00/index_FDS.html and follow the instructions on the download page and those included with the SDK.
I have to modify the image so i like to build http://arago-project.org/ by myself.
Herbert
Hi Herbert,
If I understand well you want to modify kernel and use your kernel. For that purpose please read the sitara-linuxsdk-sdg-06.00.00.00.pdf file in a DOC directory. There you will see which way to install SDK 6.0 and how to compile u-boot and kernel. After compiling you have to use new uImage.
BR
Ivan
Hi Ivan,
building the kernel is not my problem - I actually did that already. What I want to do is build an Arago image with the specific kernel version (modified 3.2) I need for my hardware to work. I can't seem to figure out a way to force a specific kernel version in an Arago build.
Regards,
Herbert
Hi Herbert,
If I understand well you can modify and build kernel without any problem. You want to modify and build the Arago file systems. To do that you can see the:
http://processors.wiki.ti.com/index.php/EZSDK_Filesystems#Building_your_own_filesystem
part "Building your own filesystem".
BR
Ivan