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:
Markus Fröschle
2013-11-07 19:51:04 +00:00
parent dc206817d0
commit 83ecf74857

View File

@@ -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