Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 04-13-2009, 09:01 PM   #1 (permalink)
PaleMelanesian's Disciple
 
hummingbird's Avatar
 
Join Date: Dec 2008
Location: Noida, UP, India
Posts: 197

City - '04 Honda City iDSI EXi
90 day: 47.47 mpg (US)
Thanks: 3
Thanked 3 Times in 2 Posts
Unhappy Arduino googlecode checkout woes

I'm trying to dabble in MPGuino/OBDGuino code development.

Wanted to build my own Arduino environment, as a pre-built package is not available for my flavor of OS - Kubuntu/Jaunty 64-bit Linux.

I am following the instruction on the googlecode page for checking out the code properly (there is hardly any procedure before the code is checked out anyways). I still get stuck at precisely one point during checkout process, as indicated below -

Code:
$ svn checkout http://arduino.googlecode.com/svn/trunk/ arduino-read-only
...
A    arduino-read-only/build/shared/sketchbook/default
A    arduino-read-only/build/shared/sketchbook/examples
A    arduino-read-only/build/macosx
A    arduino-read-only/build/macosx/dist
A    arduino-read-only/build/macosx/dist/librxtxSerial.jnilib
svn: REPORT of '/svn/!svn/vcc/default': Could not read response body:
 connection was closed by server (http://arduino.googlecode.com)
Before giving out the svn error, the terminal was stuck for a loooong time at the librxtxSerial.jnilib line.

Please let me know where I am getting wrong. Thanks!

__________________
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-13-2009, 09:05 PM   #2 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
To be honest, I've only ever checked in. If I want to start over from the last release I just go to http://opengauge.googlecode.com/svn/...no/mpguino.pde and cut and paste the program back onto my pc.

Also worth noting that the version there is the last arduino compatible version, as mentioned with the last update notes: http://ecomodder.com/forum/showthrea...html#post93357
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 04-13-2009, 09:08 PM   #3 (permalink)
PaleMelanesian's Disciple
 
hummingbird's Avatar
 
Join Date: Dec 2008
Location: Noida, UP, India
Posts: 197

City - '04 Honda City iDSI EXi
90 day: 47.47 mpg (US)
Thanks: 3
Thanked 3 Times in 2 Posts
Then maybe I have little hope of finding help...?
__________________
  Reply With Quote
Old 04-13-2009, 09:11 PM   #4 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
I don't understand. You can get the code now right? That wasn't helpful?

Edit: reread, ok you were looking for arduino help too it seems. Yah I have to get away from arduino. It is completely awesome for getting started, but I was fighting with it very soon after getting started.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 04-13-2009 at 09:17 PM..
  Reply With Quote
Old 04-13-2009, 09:44 PM   #5 (permalink)
PaleMelanesian's Disciple
 
hummingbird's Avatar
 
Join Date: Dec 2008
Location: Noida, UP, India
Posts: 197

City - '04 Honda City iDSI EXi
90 day: 47.47 mpg (US)
Thanks: 3
Thanked 3 Times in 2 Posts
BTW is there going to be a move away from the arduino to have a standalone implementation? I feel quite hampered, as I have an avr compiler, avrdude, and I'm still wrestling with the arduino environment...
__________________
  Reply With Quote
Old 04-13-2009, 10:15 PM   #6 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
For the googlecode version yes, it is standalone CPP. I just haven't gotten around to checking in the 0.80 CPP file yet. Had to be that way for a more reliable pre-built product that didn't have me chasing my tail for every cpu or OS imaginable, or when the next version of arduino breaks the program (like what happened 6 hours after I announced it's release ), or when someone has a problem with 64 bit linux or mac OS that I shouldn't have to care about

If there's any doubt left though, I'm done dealing with the arduino framework. Arduino.cc, and probably a few people here, have plenty of good tips though.

Edit: avrfreaks.net is an awesome non-arduino specific avr resource as well.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 04-13-2009 at 10:28 PM..
  Reply With Quote
Old 04-14-2009, 12:38 AM   #7 (permalink)
PaleMelanesian's Disciple
 
hummingbird's Avatar
 
Join Date: Dec 2008
Location: Noida, UP, India
Posts: 197

City - '04 Honda City iDSI EXi
90 day: 47.47 mpg (US)
Thanks: 3
Thanked 3 Times in 2 Posts
Sorry for sounding like an oaf, but the above discussion means it is not necessary to have anything arduino specific in the code for the MPGuino - everything is standalone, and there are no dependencies outside the MPGuino source code itself.

This would mean I can compile it using a plain AVR cross-compiler, burn it in the uC and expect it to run.

Right?
__________________
  Reply With Quote
Old 04-14-2009, 05:10 AM   #8 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Correct. I burn it with a usbtinyisp and a press-on adapter (made out of a spare bbb board that paulb sent me), but the parallel ISP programmer works well under linux too (and is dirt cheap). You are on your own with the 64 bit stuff, and different OS's create different sized hex files with avr_gcc, go figure. I currently get the smallest hex files with whatever gcc came with arduino-0011 under windows XP.

__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Arduino controlled automatically actuated grill block Daox Aerodynamics 167 11-08-2016 11:23 AM
WAY off topic. Arduino info needed STEELBREEZE Off-Topic Tech 11 03-27-2009 08:32 PM
Which Arduino Clone? skyl4rk Instrumentation 2 09-14-2008 07:27 PM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com