Modify dude script in action (#620)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Fri, 9 May 2025 04:10:01 +0000 (13:10 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 9 May 2025 04:10:01 +0000 (13:10 +0900)
.github/workflows/launcher-action.yml

index b595ad92f01333f08b56a6825f54034f205a8637..cd216a1ebc298e7389eab695ffc2ab0fdd2fe2e8 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     - name: RPI4_Flash
       shell: bash
       run: |
-        dude download -k > ./dude.log
+        dude download -t rpi -a armv7l -k > ./dude.log
         sleep 100
         if [ $(sdb get-state 2>/dev/null | grep -c "device") -eq 0 ]; then
             echo "Device is not connected"