cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/pine64/rockpro64-ebbr/post-build.sh

7 lines
198 B
Bash
Executable File

#!/bin/sh
set -eu
# Copy the firmware for the SPI NOR flash into the filesystem.
install -v -D -m 0644 "$BINARIES_DIR/u-boot-rockchip-spi.bin" \
"$TARGET_DIR/lib/firmware/u-boot-rockchip-spi.bin"