Forum Discussion
Hi
For now there is a workaround you need to change the boot command.
In the boot command, instead of "bridge enable" could you change it to "bridge enable 0x3b".
Instead of enabling all the bridge we skip enabling the F2H bridge.
Regards
Jingyang, Teh
Unfortunatelly it does not work. I have changed fitfpga command to:
fitfpga=load mmc 0:1 $loadaddr d/design.core.rbf ; dcache flush ; bridge disable ; fpga load 0 $loadaddr $filesize ; bridge enable 0x3b;
but behavior is same (i have tried also not disable bridges before fpga load).
I figured out that also FPGA design or gpio outputs have some problem. FPGA blinks with the leds, if I fit core.rbf twice, LEDs are not blinking, if I fit three times, LEDs are blinking (four times sometimes not blinking).
If I fit FPGA three times (so LEDs are blinking), uboot now also stuck, before there was also situation, that uboot did not stuck, but boot was not succesfull, there was some problem with emmc (irq?) during linux system boot.