added tftp server for easy flashing over network

This commit is contained in:
2026-02-07 16:18:29 +01:00
parent de418b3716
commit ba72023563
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ source "${SCRIPT_DIR}/setup-paths.sh"
mkdir -p "${YOCTO_ROOT}/.cache/docker/"
touch "${YOCTO_ROOT}/.cache/docker/zsh_history"
mkdir -p "${BUILD_DIR}"
mkdir -p "${BUILD_DIR}/build/deploy-ti"
mkdir -p "${DL_DIR}"
mkdir -p "${SSTATE_DIR}"