Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDisable HAL UART drivers NIOS II.
Hi! I've got custom make file. I want to disable some HAL drivers and use my driver implementation. I've tried this command nios2-bsp hal $(BSP_FILE) $(SOPC_FILE) --cmd set_driver none uart ...
Altera_Forum
Honored Contributor
10 years agoIf you want that file generated, you will need to create the uart drivers. You can write your software to not use the uart driver and it will not be included in the build. Alternately, you could copy it from your Quartus installation directory: C:\altera_lite\15.1\ip\altera\sopc_builder_ip\altera_avalon_uart\inc on my computer