Forum Discussion
Chris039
Occasional Contributor
3 years agoNios V not working
Hi,
I am using example design created in
https://www.intel.com/content/www/us/en/docs/programmable/726952/22-1std-1-0-0/processor-example-design.html
I changed the loop from 1000 to 10 in ma...
- 3 years ago
Hi,
Yes, the application execution starts from on-chip RAM base address 0x0.
Thank you.
Regards,
Kelly
Chris039
Occasional Contributor
3 years agoAfter compiling the design, run the below command for generating the BSP and elf.
niosv-bsp -c --quartus-project=../pcie_ed.qpf --qsys=../sys.qsys --type=hal bsp/settings.bsp
niosv-app --bsp-dir=bsp --app-dir=app --srcs=app/main.c
echo "done1"
cd app
cmake -B build
cd build
make
echo "done2"
quartus_pgm -c 1 -m jtag -o"p;../../../pcie_ed.sof"
echo "done3"
niosv-download -g app.elf
echo "done4"
juart-terminal --instance 0 --device 1