-
Notifications
You must be signed in to change notification settings - Fork 4
How to create BSP LIB APP
JEFF LIEU edited this page Jun 5, 2017
·
12 revisions

sw/recon_0$ make generate_bsp
This command can be used to create a fresh bsp or reset the current bsp. This command looks for SOPCINFO file (which is the hardware description file) in the corresponding hw/recon_0 directory.
sw/recon_0$make edit_bsp
You can change default settings of BSP using a GUI provided by Altera. After making change, you can either click generate button on the GUI or run the make update as described below
sw/recon_0$make update_bsp
This command regenerates the BSP files without changing the BSP setting file itself.
sw/recon_0$ make generate_lib
Library are our driver for our custom peripherals
sw/recon_0$ make generate_app APP_NAME=my_app
sw/recon_0$ make pof APP_NAME=my_app BOARD_NAME=bemicro_max10
For other useful makes, type make help