I am getting nowhere fast booting reference Linux on Cyclone V SOC dev board
I need help debugging booting my new Cyclone V SoC Dev board. (Rev E1)
I have been banging my head against this wall for a few days and I need help to debug it.
I tried booting the setup out of the box with the installed SD card which is supposed to work.
I cannot tell if it is
a board config issue
or
a bad board
or
device programming
or
failed SD card programming.
I have reprogrammed the SD card numerous times.
I need help debugging.
If I could see a video of a good Rev. E board booting that shows the jumpers and the DIPs settings and the sequence of lights I would be very happy.
I also see numerous places where the baud is 57600 and others where it is 115200.
I always try both on each boot.
Thanks Martin
martin@ednainc.com
Hi Aik Eu,
Thank you for all your help.
Your quick responses helped me focis on my issue.
So in working to validate the SD card I wrote, I found my problem.
I had been writing to the wrong device with my dd commands.
I was writing to a sub-partition of the device rather than the primary device:
/dev/disk7s1 instead of the correct device: /dev/disk7
I can now boot Linux and move on!
Thanks again Martin