1f1143ac87
Not all boards require the various binary formats zephyr generates. So be selective based on the arch, SoC or board and only geenrate the binaries actually needed. Fixes #5009 Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
Kconfig.board | ||
Kconfig.defconfig | ||
README | ||
board.h | ||
zedboard_pulpino.yaml | ||
zedboard_pulpino_defconfig |
README
By default zedboard_pulpino will be built without accounting for pulpino-specific ISA. To account for them, edit zedboard_pulpino_defconfig and set CONFIG_RISCV_GENERIC_TOOLCHAIN=n. However, in this case, a pulpino-specific toolchain should be use, by setting the following env variables, prior to compiling an application. export RISCV32_TOOLCHAIN_PATH=~/path/to/pulpino/toolchain export ZEPHYR_GCC_VARIANT=riscv32