Skip to content

Commit 809326e

Browse files
committed
boards: qemu_rx: Change qemu load command
Change qemu command to use -device loader,file to load .elf image instead of bin image due to issue with --gap-fill in objcopy of rx target Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent b2acf38 commit 809326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/qemu/rx/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(QEMU_FLAGS_${ARCH}
1111

1212
if(CONFIG_XIP)
1313
set(QEMU_KERNEL_OPTION
14-
-bios ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
14+
-device loader,file=${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.elf
1515
)
1616
endif()
1717

0 commit comments

Comments
 (0)