We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3e9822 + 1540d3b commit bb1451aCopy full SHA for bb1451a
1 file changed
deploy.sh
@@ -90,14 +90,14 @@ if [ "$deploy_boot" == "y" ]; then
90
fi
91
92
if [ "$PLATFORM" == "rpi4" ]; then
93
- sudo cp -r ../bsp/rpi4/* fs/
+ sudo cp -rL ../bsp/rpi4/* fs/
94
sudo cp ../u-boot/u-boot.bin fs/kernel7.img
95
./umount.sh
96
cd ..
97
98
99
if [ "$PLATFORM" == "rpi4_64" -o "$PLATFORM" == "cm4_64" ]; then
100
101
sudo cp ../u-boot/u-boot.bin fs/kernel8.img
102
103
0 commit comments