Forum Discussion

Kiamur's avatar
Kiamur
Icon for New Contributor rankNew Contributor
7 years ago

Cyclone V pin assignment from bootloader - how

I look for a way to set the weak pull-up resistor on a HPS pin (UART0_RX) to 'on' from the bootloader, before Linux boot and before an FPGA configuration is loaded to the device.

The general question would be, if it is even possible. The more detailed question of course would be: how?

I something like this

https://www.barebox.org/doc/latest/boards/socfpga.html?highlight=socfpga#updating-handoff-files

which talkes about exactly what I'm trying to do, but when I try to perform the described steps. nothing happens. I don't even get a file called iocsr_config_cyclone5.c from which I suppose is the file that could contain some pin assignments...

Any help much appreciated.

Maik

1 Reply

  • FawazJ_Altera's avatar
    FawazJ_Altera
    Icon for Frequent Contributor rankFrequent Contributor

    Hello,

    You can use Quartus prime pin planner, select the pull-up settings you need to apply for that UART, compile Quartus, this will generate the handoff files with the new applied pull-up. After that boot the system, uboot will configure the FPGA and apply all the pins settings before linux boots.