- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I've got custom make file. I want to disable some HAL drivers and use my driver implementation. I've tried this commandnios2-bsp hal $(BSP_FILE) $(SOPC_FILE) --cmd set_driver none uart
Unfortunately it removes altera_avalon_uart_regs.h from bsp project.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for you reply. Yes I know about that. But I'm looking for more portable way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The altera software is assuming that if you don't need the driver you aren't using the device. You have your choice. Neither is portable, that's the way it is sometimes.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page