finally found and fixed P&E problem - you just need to wait after execute, otherwise the P&E interface sooner or later issues a reset
This commit is contained in:
@@ -50,3 +50,6 @@ sleep 100
|
||||
|
||||
load -v m5484lite/ram.elf
|
||||
execute
|
||||
# wait is _needed_ here if using the P&E BDM interface. Otherwise
|
||||
# the Coldfire resets after some time!
|
||||
#wait
|
||||
|
||||
Reference in New Issue
Block a user