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 5
5
echo --------------------------------------------------------------------------
6
6
echo Starting wrapper script to setup and build an Image and the Flashing tools
7
7
echo @arduino Portenta-X8
8
- echo 1 Oct 2022
8
+ echo 17 Oct 2023
9
9
echo
10
10
11
11
# Make sure its on the home directory
12
12
echo Changing directory to home
13
- cd ~
13
+ cd /dockerVolume
14
14
15
15
# Git config
16
16
echo Git config to example credentials
45
45
# Copy files to the deploy folder
46
46
todaysDate=$( date +%d-%b-%H_%M)
47
47
echo copying files
48
- mkdir ../.. /dockerVolume/$todaysDate
49
- DEPLOY_FOLDER=../../dockerVolume/ $todaysDate
48
+ DEPLOY_FOLDER= /dockerVolume/$todaysDate
49
+ mkdir $DEPLOY_FOLDER
50
50
51
51
cp -L build-lmp-mfgtool/deploy/images/portenta-x8/mfgtool-files-portenta-x8.tar.gz $DEPLOY_FOLDER
52
52
cp -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
60
60
echo finished
61
61
echo Output folder called $todaysDate
62
62
echo
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