File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/assets Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55echo --------------------------------------------------------------------------
66echo Starting wrapper script to setup and build an Image and the Flashing tools
77echo @arduino Portenta-X8
8- echo 1 Oct 2022
8+ echo 17 Oct 2023
99echo
1010
1111# Make sure its on the home directory
1212echo Changing directory to home
13- cd ~
13+ cd /dockerVolume
1414
1515# Git config
1616echo Git config to example credentials
4545# Copy files to the deploy folder
4646todaysDate=$( date +%d-%b-%H_%M)
4747echo copying files
48- mkdir ../.. /dockerVolume/$todaysDate
49- DEPLOY_FOLDER=../../dockerVolume/ $todaysDate
48+ DEPLOY_FOLDER= /dockerVolume/$todaysDate
49+ mkdir $DEPLOY_FOLDER
5050
5151cp -L build-lmp-mfgtool/deploy/images/portenta-x8/mfgtool-files-portenta-x8.tar.gz $DEPLOY_FOLDER
5252cp -L build-lmp-xwayland/deploy/images/portenta-x8/imx-boot-portenta-x8 $DEPLOY_FOLDER
@@ -60,4 +60,4 @@ tar xvf mfgtool-files-portenta-x8.tar.gz
6060echo finished
6161echo Output folder called $todaysDate
6262echo
63- echo Read more at https://docs.arduino.cc/hardware/portenta-x8
63+ echo Read more at https://docs.arduino.cc/hardware/portenta-x8
You can’t perform that action at this time.
0 commit comments