If finances permit I will be buying some hardware in the next few weeks.
Fred, you may be sorry!! I might have some comments on your code.

Philip L Johnson
The original GCC Megasquirt guy.
Wow! Welcome along :-)Philip L Johnson - The original GCC Megasquirt guy.
Well, all the intention is still there, but it's a bit out of date. Glad you like it anyway :-)johnsop1 wrote:I have been looking at the site and am impressed with what I see so far.
I'm looking forward to them! Beware though, I argue back ;-) If your justifications are good and I have no better reason for the stuff I've done then you'll get your way for sure. Bring it on!Fred, you may be sorry!! I might have some comments on your code. :-)
+1Fred wrote:Thanks for all your GCC ms2 efforts in the past
Careful, the regulator on the board A only supplies 1/3 what the PLL clocked CPU needs and B isn't heatsinked anywhere near enough. You need to do something about that really. I'm yet to write up a guide on removing the old regulator and building a simple 5v supply to power it. Perhaps you could document it as you go? I've asked a few others too but so far they've been busy maintaining their cars etc.johnsop1 wrote:Hardware arrived a few days ago. I wired up power, the com port and then downloaded firmware.
HmmmIt worked!!! I even make a few firmware changes that saved a few bytes.
Yes?It worked!!! I even make a few firmware changes that saved a few bytes. And pushed them up to github but forgot to issue a pull request.
Maybe?It worked!!! I even make a few firmware changes that saved a few bytes. And emailed them, but to the wrong address.
Why do you sound so surprised?? :-)It worked!!!
Please find the time to produce the compulsory mug shot with card :johnsop1 wrote:I'm in. Hardware arrived a few days ago.
This git stuff is a little confusing for a noob. I made a repository and put in my changes, but it looks like it takes a while for the github web frontend to catch up. Consider this a pull request.It worked!!! I even make a few firmware changes that saved a few bytes. And pushed them up to github but forgot to issue a pull request.
Not surprised, excited!Why do you sound so surprised??
I used a 5 volt 6 amp wall wart type power supply and soldered a jumper from pin 1 to pin 3 on the voltage regulator. Works good.Careful, the regulator on the board A only supplies 1/3 what the PLL clocked CPU needs and B isn't heatsinked anywhere near enough. You need to do something about that really. I'm yet to write up a guide on removing the old regulator and building a simple 5v supply to power it. Perhaps you could document it as you go? I've asked a few others too but so far they've been busy maintaining their cars etc.
Working on it.Please find the time to produce the compulsory mug shot with card :
Code: Select all
/home/user/workspaces/home/freeems-vanilla/src> cat ../.git/config
[core]
repositoryformatversion = 0
filemode = true
[remote "origin"]
url = git@github.com:fredcooke/freeems-vanilla.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "seansrepo"]
url = git://github.com/seank/freeems-vanilla.git
fetch = +refs/heads/*:refs/remotes/seansrepo/*
[remote "aaronsrepo"]
url = git://github.com/srynot4sale/freeems-vanilla.git
fetch = +refs/heads/*:refs/remotes/aaronsrepo/*
[remote "philj"]
url = git://github.com/johnsop1/freeems-vanilla.git
fetch = +refs/heads/*:refs/remotes/johnsop1/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "public"]
remote = origin
merge = refs/heads/master
[branch "release"]
remote = origin
merge = refs/heads/release
[branch "seank"]
remote = seansrepo
merge = refs/heads/master
[branch "aaronb"]
remote = aaronsrepo
merge = refs/heads/master
[branch "philsmaster"]
remote = philj
merge = refs/heads/master
Code: Select all
/home/user/workspaces/home/freeems-vanilla/src> git checkout philsmaster
Switched to branch "philsmaster"
/home/user/workspaces/home/freeems-vanilla/src> git pull
From git://github.com/johnsop1/freeems-vanilla
* [new branch] master -> johnsop1/master
* [new branch] release -> johnsop1/release
Updating b655eb5..9d9d0be
Checking out files: 100% (112/112), done.
Fast forward
<big snip because i branched you at 0.0.18 :-) >