This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
unbricking [2012/07/09 17:22] a1ex [**Solution 0**] |
unbricking [2012/07/09 17:23] (current) a1ex [Solution 1] |
||
---|---|---|---|
Line 33: | Line 33: | ||
If you know what property you have changed last time, should be easy (you need to know a valid value to restore it). | If you know what property you have changed last time, should be easy (you need to know a valid value to restore it). | ||
- | If you don't know... save a debug log (call "dumpf", see [[Debugging|Magic Lantern]]) and look for failed asserts. You'll see something like: | + | If you don't know... save a debug log (call "dumpf", see [[Debugging Magic Lantern]]) and look for failed asserts. You'll see something like: |
11: 50.637 [[STARTUP]] ERROR ASSERT : PropertySatellite.c, Task = PropMgr | 11: 50.637 [[STARTUP]] ERROR ASSERT : PropertySatellite.c, Task = PropMgr | ||
Line 39: | Line 39: | ||
13: 50.779 [[STARTUP]] ERROR ASSERT : TempMovSoundRecord != PROP_MOV_SOUND_RECORD_ON | 13: 50.779 [[STARTUP]] ERROR ASSERT : TempMovSoundRecord != PROP_MOV_SOUND_RECORD_ON | ||
- | So... let's look at the code (with [[GPL|Tools/ARM console]]): | + | So... let's look at the code (with [[GPL Tools/ARM console]]): |
s TempMovSoundRecord | s TempMovSoundRecord |