Index: local/layout.sh =================================================================== diff -u -rcaf8aafffbb43dd6951de38c95c219d36f72e637 -r98092f48609f0e18ec0052d7ed665df6a1cd0de3 --- local/layout.sh (.../layout.sh) (revision caf8aafffbb43dd6951de38c95c219d36f72e637) +++ local/layout.sh (.../layout.sh) (revision 98092f48609f0e18ec0052d7ed665df6a1cd0de3) @@ -1,6 +1,6 @@ #!/bin/bash -wmctrl -r "denali@den-ui" -e "0,2575,1250,1295, 950" +wmctrl -r "denali@den-ui" -e "0,2575,1250,1295, 950" wmctrl -r "GitKraken" -e "0, 0, 0,3779,2100" wmctrl -r "Qt Creator" -e "0,1230, 0,1365,2100" wmctrl -r "Firmware Simulator" -e "0,2610, 0,1240,1195" -wmctrl -r "simulator – run.py" -e "0, 55, 0,1170,2100" +wmctrl -r "simulator" -e "0, 55, 0,1170,2100" Index: local/run.update.folder.sh =================================================================== diff -u -rdcbd7a20ba3ab5e01ea2d77662e1f56e66f48126 -r98092f48609f0e18ec0052d7ed665df6a1cd0de3 --- local/run.update.folder.sh (.../run.update.folder.sh) (revision dcbd7a20ba3ab5e01ea2d77662e1f56e66f48126) +++ local/run.update.folder.sh (.../run.update.folder.sh) (revision 98092f48609f0e18ec0052d7ed665df6a1cd0de3) @@ -7,7 +7,7 @@ # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file create_update_usb.sh -# +# # @author (last) Behrouz NematiPour # @date (last) 01-Nov-2021 # @author (original) Behrouz NematiPour @@ -16,7 +16,7 @@ ############################################################################ # @details -# This script is collecting all the scripts and files and copy in a folder +# This script is collecting all the scripts and files and copy in a folder # to be later used to update a newly flashed SoM # Run example # └$ /home/denali/Projects/application/scripts/create_update_usb.sh Projects/application/ /media/denali/usb-disk1/update_folder @@ -65,3 +65,9 @@ #copy the UI Software device binary to the root folder of the usb cp "$FOLDER_BIN"/"$DENALI_BIN" "$FOLDER_DST" + +cd $FOLDER_DST && \ +rm -frd ./.* \ + ./*/.* \ + ./*.*~ \ + ./*/*.*~