From: asterix Date: Mon, 20 Apr 2009 16:31:53 +0000 (+0000) Subject: Fix file image path. X-Git-Tag: 2.1.0~94 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=727a2e93cf75a473037d2b8c62c3c4edf2cebaf3;p=bertos.git Fix file image path. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2588 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/scripts/openocd_at91sam7_flash.script b/bertos/cpu/arm/scripts/openocd_at91sam7_flash.script index 98e93821..33a11564 100644 --- a/bertos/cpu/arm/scripts/openocd_at91sam7_flash.script +++ b/bertos/cpu/arm/scripts/openocd_at91sam7_flash.script @@ -32,7 +32,7 @@ arm7_9 dcc_downloads enable sleep 10 poll flash probe 0 -flash write 0 ../../../images/at91sam7.bin 0x0 +flash write 0 ../../../../images/at91sam7s.bin 0x0 reset run sleep 10 #shutdown