cd orangepipc
docker build \
-t uboot_builder .
cd orangepipc
docker run --rm \
--mount type=bind,source="$(pwd)"/output,target=/output \
uboot_builder \
cp /u-boot-sunxi-with-spl.bin /output
ls -al ./output
cd orangepizeroplus
docker build \
-t uboot_builder .
cd orangepizeroplus
docker run --rm \
--mount type=bind,source="$(pwd)"/output,target=/output \
uboot_builder \
cp /u-boot-sunxi-with-spl.bin /output
ls -al ./output