paiprashanth / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Unable to get into "console" mode #541

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile 2.28 with Arduino 0023 (1.0 does not compile)
2. Connect via serial terminal.
3. Press reset on board and wait for "Press ENTER three times to enter console"
4. Pressing ENTER (CR), (CR+LF), (LF). None works.
5. Changed DIP switch to other position just to try. Does not work in flymode 
either.

I used both Screen, CoolTerm and ArduinoIde term for testing..

Im running Mac OSX Mountain Lion..

Original issue reported on code.google.com by cumulusnimbus@gmail.com on 3 Mar 2012 at 10:04

GoogleCodeExporter commented 8 years ago
Do you have an APM1280? In that case it is probably disabled. See config.h:

#if defined( __AVR_ATmega1280__ )
#define CLI_ENABLED DISABLED
#define LOGGING_ENABLED DISABLED
#endif

You can re-enable it if you make sure that the code still fits.

Original comment by andre.sc...@gmail.com on 11 Mar 2012 at 12:43