Hi all!
My zedboard "restarts" after some time. I have two actually (university program) and both show signs of this. I thought it was my design/linux but even with the stock CD card I could reproduce this behaviour.
I can't find anywhere, anyone else with these issues.
I built a custom petalinux distro with my custom hw design and ran a program that is supposed to run for more than 2h on it. On the first board it died roughly after 1h:39m.
I first thought it was my custom app that crashes or an ssh timeout issue.
I tried running uptime in the shell and sure enough after this crash the uptime says the board is up for a couple of minutes instead of the 1h:39m.
I then ran a bash script with an infinite loop to print the uptime periodically and ran it with nohup in the background so I could log out.