Page 1 of 1

FreeEMS Firmware Hacking Guide - Comments, Suggestions, etc

Posted: Sun Nov 23, 2008 6:53 pm
by Fred
http://www.diyefi.org/forum/viewtopic.php?f=8&t=508

If you have something to add post it here. Ditto complaints, corrections, thankyous, comments etc.

Fred.

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions, etc

Posted: Mon Nov 24, 2008 3:45 am
by MotoFab
You bet you have a thank you coming. Thank you Fred, for all the work you're doing.

In rooting around, I found the NoICE Debugger. $99
http://www.noicedebugger.com/68hc12.html
It doesn't do the Xgate parts yet.

- Jim

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 9:32 am
by whizzo944
Hello,
Please can anyone answer the following questions :-
Is there an easy way to download all of the sourcefiles in one hit ?
Does the Makefile contain a list of all source files that it attempts to compile?

TIA,

Dave.

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 11:36 am
by Fred
You need Git! Get git, then clone the source, switch to the dev branch, the review the makefiles (quite a few, distinct purpose each). Git is required to be installed while building the firmware. If you change the system to not require git, you get zero support from me or anyone that wants to have my support in future. :-) Lots of info on git on the internet, good luck!

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 11:59 am
by whizzo944
Well Fred, I understood some of that :-)
I'll have a play around and then ask some more questions, if it doesn't p*** me off first.

Thanks,

Dave.

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 3:16 pm
by whizzo944
Hello All,
I'm trying to clone a repository from Github and get this :-

fatal: repository 'https://github.com/fredcooke/freeems-va ... /src/main/' not found

What stupid thing am I doing ?

TIA,

Dave.

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 3:45 pm
by ToxicGumbo
whizzo944 wrote:Hello All,
I'm trying to clone a repository from Github and get this :-
fatal: repository 'https://github.com/fredcooke/freeems-va ... /src/main/' not found
What stupid thing am I doing ?
Might be worth hopping onto IRC for more immediate responses, but if you just want the main repo, one way to create a local copy:

Code: Select all

git clone https://github.com/fredcooke/freeems-vanilla
I've used git for various reasons (here and at work) and while it's pretty straightforward to those who use it regularly, it's always been a big hurdle for me. Keep us updated on your progress.


-Jeff

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Aug 08, 2014 4:00 pm
by whizzo944
Put URL https://github.com/fredcooke/freeems-vanilla into git GUI and it worked.

Thank- You.

Dave.

Re: FreeEMS Firmware Hacking Guide - Comments, Suggestions,

Posted: Fri Sep 12, 2014 1:09 am
by reanimotion
From a dev perspective where are you with CAN etc. is there a current todo list we can nibble at while we do our thing?