mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/qemu: renode: define FLASHFILE
This commit is contained in:
parent
2bcc754fe5
commit
82eb48964d
@ -2,6 +2,7 @@ EMULATOR ?= qemu-system-arm
|
||||
EMULATOR_MACHINE ?= $(BOARD)
|
||||
EMULATOR_MONITOR_PORT ?= 45454
|
||||
EMULATOR_MONITOR_FLAGS ?= telnet::$(EMULATOR_MONITOR_PORT),server,nowait
|
||||
FLASHFILE ?= $(ELFFILE)
|
||||
|
||||
EMULATOR_FLAGS = -machine $(EMULATOR_MACHINE) -device loader,file=$(ELFFILE) \
|
||||
-serial stdio \
|
||||
|
@ -1,6 +1,9 @@
|
||||
RENODE ?= renode
|
||||
RENODE_IMAGE_FILE ?= $(ELFFILE)
|
||||
RENODE_BOARD_CONFIG ?= $(BOARDDIR)/dist/board.resc
|
||||
|
||||
# Global build system configurations
|
||||
FLASHFILE ?= $(ELFFILE)
|
||||
EMULATORDEPS += $(RENODE_BOARD_CONFIG)
|
||||
|
||||
# Use renode interactive commands to specify the image file and board config
|
||||
|
Loading…
Reference in New Issue
Block a user