I am trying to install OpenvSwitch on omap5432, but cannot pass the compilation of the openvswitch kernel module. I have already installed Ubuntu12.04 on the board without any errors. Has anyone tried this already?
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.
I am trying to install OpenvSwitch on omap5432, but cannot pass the compilation of the openvswitch kernel module. I have already installed Ubuntu12.04 on the board without any errors. Has anyone tried this already?
Hi,
What kind of errors are you getting?
have you tried crosscompiling for android kernel using the commands shown here :
http://stackoverflow.com/questions/22015951/cross-compiling-openvswitch-for-android
Regards,
Boyko
The errors are resolved now. It was due to bad clock on the omap board. Whenever I press 'reset' switch, the clock resets to Jan1 and the openvswitch compiling fails due to mismatch in timestamps of the files extracted earlier.
Now, I update the clock every time I boot the board and no issues so far. Just one thing, I do see a small cell on the board which I assume maintains the clock when the board is not connected to power. I'm not sure though. Can you please clarify on how the boards maintains the time?
Hi Pankaj,
Real time clock is maintained by the PMIC ( the battery is for its RTC).
Regards,
Boyko