How to upload configured file in flash memory

Dear All
i want to store NIOS ii MCU configuration file in flash memory i used quartus prime software to build and compile NIOS MCU application file i know that through usb blaster i can configure flash memory but i just want to know is there any other method to this task because currently i don’t have usb blaster

Assuming that you’re using the USB Lime, you can use LimeUtil:

LimeUtil --fpga=“filename”

That will flash the ‘rbt’ file to the memory on the board.