We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e7fb commit 3ca5fa1Copy full SHA for 3ca5fa1
extra/build.sh
@@ -15,7 +15,7 @@ fi
15
source venv/bin/activate
16
17
(west build loader -b $board -p && west build -t llext-edk)
18
-(tar xvfp build/zephyr/llext-edk.tar.xz --directory variants/$variant/)
+(tar xfp build/zephyr/llext-edk.tar.xz --directory variants/$variant/)
19
20
(cp build/zephyr/zephyr.elf firmwares/zephyr-$variant.elf)
21
if [ -f build/zephyr/zephyr.bin ]; then
loader/boards/ek_ra8d1.conf
@@ -1,2 +1,3 @@
1
2
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=480000000
3
+CONFIG_BUILD_OUTPUT_BIN=n
0 commit comments