Fix Pull Up/Down and test

This commit is contained in:
2025-05-26 14:37:13 +02:00
parent c9ab0bc885
commit 18233ec722
3 changed files with 35 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ REMOTE_DIR="$TFTP_PATH"
# === BUILD ===
echo "[*] Building kernel..."
eval $BUILD_COMMAND
cargo build --release
# === CONVERT TO IMG ===
echo "[*] Convert kernel elf to img..."