mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 10:21:57 +00:00
The ecpprog command is an utility written by Greg Davill for flashing FPGAs such as ECP5 or CrossLink-NX series. Devkits typically have an FTDI interface chip to access the external flash. FPGA image is typically at flash offset 0x00000000 flash offset, and the Zephyr image offset can be set via CONFIG_FLASH_LOAD_OFFSET. Signed-off-by: Josuah Demangeon <me@josuah.net>
6 lines
149 B
CMake
6 lines
149 B
CMake
# Copyright (c) 2024 tinyVision.ai Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(ecpprog)
|
|
board_finalize_runner_args(ecpprog)
|