Christian Taedcke
Christian Taedcke
I am using mcuboot on a nrf91 (zephyr/nrf-sdk). The update partition mcuboot_secondary is a 1MByte partition on external spi nor flash. It the update firmware (app_update.bin) is signed with the...
**Describe the bug** This issue is already fixed in main by the pr #48218 From the relevant commit message https://github.com/zephyrproject-rtos/zephyr/commit/a3cdb2102c5a3f2dea640e51f1963e1aeddbfd7c > net: route: Fix pkt leak if net_send_data() fails >...
Hello, i am trying to use the Makefile in Linux (fedora 21). Compilation works fine, but linking fails: ``` Building "build/arduino_due_x_dbg/libAuser_.a"... cp build/arduino_due_x_dbg/core_/libAcore_.a build/arduino_due_x_dbg/core_/libarduino_core.a "/opt/arduino-1.5.8/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/arm-none-eabi-gcc" -Os -Wl,--gc-sections -mcpu=cortex-m3 "-T/opt/arduino-1.5.8/hardware/arduino/sam/variants/arduino_due_x/linker_scripts/gcc/flash.ld" "-Wl,-Map,build/arduino_due_x_dbg/Blink.map"...