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.
Hi friends!
I have got twister Am3517 Board, wishing to port RTLinux on Am35xx. Can anyone post some links to quickstart with the porting procedure.
General question:
Can i use the 2.6.32 kernel.
do i need some patch?
is the RTLinux free ?
No, 2.6.32 is not a good choice as there is no RT patch available.
However you can use this:
git://arago-project.org/git/projects/linux-omap3.git int_omappsp_v2.6.33.7
This is a kernel with the RT patch (I believe 2.6.33.7-rt29). This also a kernel in use on a board on the OSADL QA farm:
https://www.osadl.org/Profile-of-system-in-rack-1-slot-5.qa-profile-r1s5.0.html
RT Linux is as free as Linux... same license model applies.
Regards,
Frank
Hi!
I have a twister Am35xx board ported with android OS .
Now i wish to test the CAN and Ethernet with the BSL that i have with me.
if i am using Code sourcery tool on linux platform the output file created is .o (object file) and the file nedded to load in android os is of type .apk.
so how can i start testing my code on am35xx twister tam board keeping the android OS untouched. Please suggest toolchain.