This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
6d9ed994aa
zephyr
/
boards
/
nios2
/
altera_max10
/
Makefile.board
4 lines
49 B
Text
Raw
Normal View
History
Unescape
Escape
nios2: add flashing/debug scripts For the moment, NIOS2_CPU_SOF must be set with the path to the CPU configuration. We are checking with Altera on whether we can directly check in the binary to the source tree. These scripts depend on tools provided by the Altera Quartus Prime Lite Edition. This is available for free but requires registration on Altera's website to obtain. Change-Id: Ia6cb6c9e43c3e141807a887cb25c47b370a7d8e9 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-05-26 14:45:52 -07:00
FLASH_SCRIPT = nios2.sh
build: use target 'debugserver' for Qemu debugging Use the existing debugserver target also for Qemu debugging. Qemu should be maintained as one of many emulation/simulations platforms and emulation should be abstracted in the Makefiles and not tied to Qemu. qemugdb will still work, it is however being deprecated. Change-Id: I0cd10fb66debb939b8f7f1304bf2ef4605da6a1d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-07 13:22:21 -05:00
DEBUG_SCRIPT = nios2.sh
nios2: add flashing/debug scripts For the moment, NIOS2_CPU_SOF must be set with the path to the CPU configuration. We are checking with Altera on whether we can directly check in the binary to the source tree. These scripts depend on tools provided by the Altera Quartus Prime Lite Edition. This is available for free but requires registration on Altera's website to obtain. Change-Id: Ia6cb6c9e43c3e141807a887cb25c47b370a7d8e9 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-05-26 14:45:52 -07:00
Copy permalink