TFTP

How to Load Kernel, Bootloader & Filesystem Images via TFTP on Embedded Targets

TFTP (Trivial File Transfer Protocol) is a lightweight file transfer protocol ideal for embedded systems. It’s commonly … Read more

Exit

undefined reference to _exit” Error in ARM Toolchain (Easy Guide)

When compiling C code for embedded systems using the ARM GCC toolchain, you might encounter the following … Read more