I’m trying to update an OpenLog with v4.0 to v4.2. I’m talking to it with an FTDI Serial to TTL cable with appropriate level shifting for 3.3V.
With this cable and a serial port I have no trouble talking to it so I know the FTDI and PC connection are functional. I can also program this same OpenLog source using the Arduino IDE into a Sparkfun Redboard as an Arduino UNO.
12>?
OpenLog v4.0
Basic commands:
new <file> : Creates <file>
append <file> : Appends text to end of <file>
md <directory> : Creates a <directory>
ls : Shows the content of the current directory..
read <file> <start> <length> <type>: Outputs <length> bytes of <file> to the terminal starting at <start>. Omit <start> and <length> to read whole file. <type> 1 prints in ASCII, 2 in HEX.
size <file> : Write size of <file> to terminal
disk : Shows card information
reset : Causes unit to reset, uses parameters in config file
set : Menu to configure system mode
baud : Menu to configure baud rate
>disk
Card type: SDHC
Manufacturer ID: 3
OEM ID: SD
Product: SS04G
Version: 8.0
Serial number: 2464921127
Manufacturing date: 8/2014
Card Size: 3965 MB
So do I need an actual ATMEL programmer or is there a bootloader.
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "D:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM10
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xb3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xb3
avrdude done. Thank you.