if someone runs the macOS build (or uses the volum...
# │firmware-dev
h
if someone runs the macOS build (or uses the volume approach rather) and wants to retrieve the files, run this:
Copy code
bash
docker run --rm -v turing-pi-bmc-firmware:/data -v $(pwd):/backup alpine tar -czf /backup/tp2-bmc-output.img.tar.gz -C /data/BMC-Firmware/buildroot/output/images/ .