Skip to content

Commit

Permalink
[testudo] enable update mode for flash-programming
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Nov 30, 2009
1 parent c98b760 commit 278771b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testudo/tests/test_SAMO_01.py
Expand Up @@ -254,7 +254,10 @@ def callback(s):
time.sleep(RESET_TIME)
relay.off(RELAY_RESET)

p = process.Process(['make', 'flash-mbr', 'BOOTLOADER_TTY=' + CPU_SERIAL,
p = process.Process(['make',
'flash-mbr',
'FLASH_UPDATE=YES',
'BOOTLOADER_TTY=' + CPU_SERIAL,
"SERIAL_NUMBER='" + serial_number + "'"], callback)

rc = p.run()
Expand Down

0 comments on commit 278771b

Please sign in to comment.