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.

AM335x building the Linux SDK



Hello there,

I am in the middle to build am335x SDK under Linux using MACHINE=am335x-evm bitbake arago-core-tisdk-image. To my surprise, the building process started 6 hours and it just finished about 1/5. Can anyone tell me if there is anything wrong with it? Why does it take so long to build it?

I just noticed that there are two versions of SDK,

ti-processor-sdk-linux-am335x-evm-03.00.00.04-Linux-x86-Install.bin

and ti-processor-sdk-linux-rt-am335x-evm-03.00.00.04-Linux-x86-Install.bin

I think that the later is the real time version. Is there any documentation about their differences?

I have started MACHINE=am335x-evm bitbake arago-core-tisdk-image and have to wait for days to let it finish. Can I run "MACHINE=am335x-evm ARAGO_RT_ENABLE=1 bitbake arago-core-tisdk-image" after "MACHINE=am335x-evm bitbake arago-core-tisdk-image" finishes? Or Should I interrupt " MACHINE=am335x-evm bitbake arago-core-tisdk-image" and start "MACHINE=am335x-evm ARAGO_RT_ENABLE=1 bitbake arago-core-tisdk-image" straightaway?

Many thanks