max10 remote system update nios with uart
hii i have progressed with the example of doing max10 rsu over uart with nios
i have the neek dev board for practicing
i have added to the qsys system of the original project that i downloaded from altera website a jtag uart for debugging
and i compiled the project and tested that works by simply printing hello world to the console in eclipse ide
the project is printing and i have added my own logic for driving leds in incrementing binary pattern to the top module and its working to , so i know for shore that hardware wise the project is working
the reset vector is pointed to the qspi flash on neek board
but now i have another problem i have changed the uart_tx and uart_rx on the top module to pmod header that is accessible on my neek dev , its a gpio header j19 so i can connect external usb_to_uart convertor to the pins on the header
because the original pin assignments in the project are going to the usb_to_uart chip on the neek board and i cant accesses this pins easily so i had to change the pin assignment
but now when i program nios_application.pof on the qspi flash and i open a terminal and restart the nios cpu by pressing the rest button i don't see any output is printed on the terminal .
i am assuming its because i changed the uart_tx and uart_rx pins on my qsys system
and my question is how do i generate the nios_application.pof after changing the serial port pins on my qsys
i have the remote_update.c file i assume that the nios_application.pof is somehow generated from the remote_update.c?