Quote:
Originally Posted by geekmaster
Has anyone tested using ATK over USB on a DX or DXG yet? No magic key needed could explain why we did not find one.
|
I must not have been clear, let me try again:
Magic Key:
Required to cause the Freescale SoC to enter its i.ROM downloader code mode.
Serial Port Recovery:
As documented on Mobileread, does not involve the downloader code mode.
ATK (and K3Flasher):
Communicates with the Freescale SoC "client" i.ROM downloader code.
The more likely reason the key has not been found -
The i.MX31 sets up its serial port at 57500,8,n,2 not 115000,8,n,1
(and the current (v-1.72) ATK can not setup serial coms with 2 stop bits).
(and the current K3Flasher has not (yet) been updated with the CFS (command file sequence) for initializing the DX(G) )
None of which prohibits someone from writing/reading a string of bytes to the serial port adapter under Linux (and probably MacOSx - windows ??).
A simple little send/expect script should be enough under *nix.