Forum Discussion
Kiamur
New Contributor
7 years agoCyclone 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 questio...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
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.