Altera_Forum
Honored Contributor
9 years agoCustom Linux is 1000x slower
I am using an Altera Cyclone V SoC dev board.
I built a custom Linux platform using Yocto and I finally got everything working and in a state in which I could run my AOCL program... However my FPGA program now runs about 1000x slower than when I use a prebuilt image. I am getting the following error on boot and I am guessing that it is related to the poor performance:
hwclock: can't open '/dev/misc/rtc': No such file or directory
INIT: Entering runlevel: 5misc/rtc': No such file or directory
There are no rtc files on the board as far as I can tell (find / -name "*rtc*" returns nothing). Two questions then: - Any ideas why I am taking a 1000x performance hit using my custom Linux build?
- If my assumptions are correct in that the hwclock/rtc is the culprit, any ideas on how to rectify this? or add something to my Yocto build or device tree or something?