|
From: Tomas V. <to...@us...> - 2017-09-27 07:50:49
|
On 27.09.2017 0:04, David 'Miller' Lowe wrote: > Hi Tomas, > > Thanks for looking into this. I ran the command in the same session > that I started yesterday and it looks in the ball park but I'm not > sure what it's supposed to say. > > Should I try to load an image with GDB or the openocd flash command? > Let me know and I'll give it a try. MCU type and flash size is detected correctly. Before flashing check compiled image data in FCF area (0x400-f). There should be all 0xff except 0xfe at FSEC (0x40c). Kinetis driver has FCF protection mode, unfortunately this mode is not implemented in ke0 driver yet. Tom |