J-series Acura/Honda

All home-built FreeEMS implementations without a forum of their own, usually TA-based.
User avatar
Fred
Moderator
Posts: 15433
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: J-series Acura/Honda

Post by Fred »

Sweet! :-) Will reply to the previous post later!
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: J-series Acura/Honda

Post by Peter »

Absolutely no rush here, I think I have 6 tests in the next two weeks, and I've been neglecting school to play with my car. So I hope I'll have the will power to do some serious studying, while neglecting this project for a bit. :-(
:-p
User avatar
Fred
Moderator
Posts: 15433
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: J-series Acura/Honda

Post by Fred »

OK, in that case, I'll intentionally neglect helping you and get on with other stuff, just be nice to the car until you confirm AFRs with the wbo2. :-p Good luck with the exams and post here when they're done! :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Dan
LQFP144 - On Top Of The Game
Posts: 1204
Joined: Tue Mar 02, 2010 2:33 pm
Location: Australia

Re: J-series Acura/Honda

Post by Dan »

great work thus far Peter! best of luck with your exams! I know how you feel when it comes to studying!
User avatar
Fred
Moderator
Posts: 15433
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: J-series Acura/Honda

Post by Fred »

Peter, mtx loader should be safe to use now, feel free to test :-)
[00:43] <dandruczyk_home> all better
[00:43] <dandruczyk_home> msloader/mtxloader has verify now
[00:43] <dandruczyk_home> not user settable yet, it's just hardcoded on
[00:45] == mtx_git_bot [~mtx_git_b@sh1-ext.rs.github.com] has joined #freeems-dev
[00:45] <mtx_git_bot> [MegaTunix] djandruczyk pushed 1 new commit to master: http://git.io/V4e5YA
[00:45] <mtx_git_bot> [MegaTunix/master] Enabled S12x verify by default (hardcoded on). Don't send S0 records... - David Andruczyk
[00:45] == mtx_git_bot [~mtx_git_b@sh1-ext.rs.github.com] has left #freeems-dev []
[00:45] <diyefi-b1t> Commit 5eda8270cc56493cb37d242fd9f1ddbc7f4d764b to djandruczyk/MegaTunix - GitHub
[00:46] <dandruczyk_home> FreeAir: done
[00:51] <FreeAir> dandruczyk_home: cool :-)
[00:56] <FreeAir> Thanks Dave :-) <3
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: J-series Acura/Honda

Post by Peter »

Fred wrote: I'll intentionally neglect helping you and get on with other stuff
Thanks I think? :?
Fred wrote:Good luck with the exams and post here when they're done! :-)
Dan wrote:great work thus far Peter! best of luck with your exams! I know how you feel when it comes to studying!
Thanks
Fred wrote:Peter, mtx loader should be safe to use now, feel free to test :-)
Cool, I'll make sure it doesn't verify a failed burn when I get home.
:-p
User avatar
Fred
Moderator
Posts: 15433
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: J-series Acura/Honda

Post by Fred »

Ahh, perfect, just the man to test such a thing! :-) I've never had a bad burn :-/
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: J-series Acura/Honda

Post by Peter »

Well odds are I'm doing it wrong, but it doesn't seem to be verifying my firmware. It appears the master branch on github has the verify S12x commit on it, so I think I'm getting the right software.

sudo -s
git clone https://github.com/djandruczyk/MegaTunix.git
cd '/home/user/git/MegaTunix'
./configure ; make
make install
ldconfig

<or>with erasing the clone and opening a new terminal window

git clone https://github.com/djandruczyk/MegaTunix.git
cd ~/git/MegaTunix
./autogen.sh
make
sudo make install
sudo ldconfig

Basically what it says on this page, http://www.msextra.com/forums/viewtopic.php?p=151941 but I'm cd-ing into the github clone rather than the extracted download.
Fred wrote:I've never had a bad burn :-/
*sigh
:-p
User avatar
Fred
Moderator
Posts: 15433
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: J-series Acura/Honda

Post by Fred »

So you're manually verifying that the burn is bad and mtxloader isn't telling you that it's bad? I've linked Dave here, we'll see what he has to say.

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: J-series Acura/Honda

Post by Peter »

Fred wrote:So you're manually verifying that the burn is bad and mtxloader isn't telling you that it's bad? I've linked Dave here, we'll see what he has to say.
Ya, it's doing the same thing it did before when I tried to use the BDM as the power supply. PT2-7 doesn't give me anything on the logic analyzer when I run the bench test.
MTXLoader 0.9.24 wrote: Port successfully opened
Firmware file successfully opened
Attempting Wakeup...
Cold reset detected, s=0x08
Uploading ECU firmware, eta 0 seconds...
Setting page to 0xe0
Erasing page 0xe0
Page 0xe0 erased...
Setting page to 0xe1
Erasing page 0xe1
Page 0xe1 erased...
Setting page to 0xf8
Erasing page 0xf8
Page 0xf8 erased...
Setting page to 0xf9
Erasing page 0xf9
Page 0xf9 erased...
Setting page to 0xfa
Erasing page 0xfa
Page 0xfa erased...
Setting page to 0xfb
Erasing page 0xfb
Page 0xfb erased...
Setting page to 0xfc
Erasing page 0xfc
Page 0xfc erased...
Setting page to 0xfd
Erasing page 0xfd
Page 0xfd erased...
Setting page to 0xfe
Erasing page 0xfe
Page 0xfe erased...
Setting page to 0xff
Erasing page 0xff
Page 0xff erased...
Wrote 58247 bytes
ALL DONE! Remove boot jumper or reset load/run switch
and power cycle ECU...
I didn't verify this specific load, but I don't think I've ever had a good load using the BDM as a power supply. I feel like I might have the wrong version just because it isn't saying anything about verifying the burn.
:-p
Post Reply