RGoem
New Contributor
6 years agoUndefined pin state prior to loading rbf
Hello everyone,
I'm using a de0-nano-soc development board which has a Cyclone V including a HPS. I'm running U-Boot to load an rbf file at boot and then linux is ran. However when powering on the board it seems the FPGA is not doing anything prior to loading the rbf. This is a problem for me because the output pins I'm using are in a bad state sometimes. One pin is used to control a power hungry backlight and when the pin is high the backlight will be on full throttle. The power supply can't handle this spike and thus the board will reboot.
Is there a way to assign a default state to a pin or instruct the FPGA to start running the code before u-boot loads a new rbf image?