NefMoto

ECU Files => Checksum Update Requests => Topic started by: theduderina on February 18, 2018, 10:15:37 PM



Title: 06a906032cl 2000 1.8t golf issues, checksum or other?
Post by: theduderina on February 18, 2018, 10:15:37 PM
my buddy has a golf gti that i have been working on. code 17965 "positive deviation" no boost leaks and he swears its in the tune so i read the tune off his car and FINALLY got me7check working, his .bin comes back with 35 errors! i though they wouldnt run with just one error but his runs fine


Title: Re: 06a906032cl 2000 1.8t golf issues, checksum or other?
Post by: _nameless on February 18, 2018, 10:40:30 PM
The file is the wrong size 032cl is 512kb not 1024kb. You used the wrong memory layout when you did a read or if you used mpps clone to read the file tue bug mpps has causes 2x output on 512kb files. Thats why me7sum reported 35 errors


Title: Re: 06a906032cl 2000 1.8t golf issues, checksum or other?
Post by: theduderina on February 19, 2018, 10:10:11 AM
ah dang, for some reason 512 wasnt working but i was having issues anyways. would i be able to cut off the end of the file?


Title: Re: 06a906032cl 2000 1.8t golf issues, checksum or other?
Post by: nyet on February 19, 2018, 10:19:20 AM
ah dang, for some reason 512 wasnt working but i was having issues anyways. would i be able to cut off the end of the file?

dd if=input.bin of=output.bin bs=1 count=512

ha ha. that's a unix joke.