pirelli2006 wrote:
CarlosGambino, you already use kernel?
I have the message:
"kernel not initialized - try runkernel..."
But it still downloading the dump.
This is my nisprog.ini :
set
interface dumb
port \\.\COM9
dumbopts 0x48
#sorry, you still need these
l2protocol iso14230
initmode fast
testerid 0xfc
destaddr 0x10
addrtype phys
up
#connect to ECU
nc
#optional, if your ECUID needs special keys (let me know if this happens !)
#setkeys 0x90FD3C82 0x277D374C
#try "setdev ?" to see choices, i.e. 7055 / 7058
setdev 0
#some extra parameters if you're having timing issues (frequent read timeouts etc)
#try "npconf ?" to see list.
#Setting P3 to 0 usually works well and makes comms faster.
npconf p3 0
#if you're having read/write errors and playing with some npconf parameters doesn't help:
#try changing the kernel comms speed. By default this is 62500bps.
kspeed 31250
runkernel npk_SH7055_35.bin
#dump command, uses regular fastdump or npkern fastdump if available. Syntax is "dumpmem <file> <start> <len>"
dumpmem asdf.bin 0 1048576
#shorthand , same thing:
dm asdf.bin 0 1048576