|
Melzi V2 Board question December 24, 2024 04:28PM |
Registered: 1 year ago Posts: 4 |
|
Re: Melzi V2 Board question January 03, 2025 09:30AM |
Registered: 9 years ago Posts: 325 |
|
Re: Melzi V2 Board question January 03, 2025 11:26AM |
Registered: 1 year ago Posts: 4 |
|
Re: Melzi V2 Board question January 04, 2025 04:50AM |
Admin Registered: 15 years ago Posts: 7,320 |
|
Re: Melzi V2 Board question January 04, 2025 08:10AM |
Registered: 1 year ago Posts: 4 |
|
Re: Melzi V2 Board question January 23, 2025 07:46PM |
Registered: 14 years ago Posts: 12 |
|
Re: Melzi V2 Board question January 24, 2025 07:17AM |
Registered: 1 year ago Posts: 4 |
|
Re: Melzi V2 Board question June 14, 2025 11:37AM |
Registered: 11 months ago Posts: 1 |
SUBSYSTEM=="tty", ATTRS{serial}=="A602VL3Y", SYMLINK+="reprap"
Now it always shows up as /dev/reprap even when it moves about. Never pinned down why the USB was so iffy, it may be my cable, but I’ve lived with it and worked around it so long, I cannot be bothered to worry about it now.$ avrdude -p m1284p -c stk500v1 -P /dev/reprap -b 57600 -U flash:r:flash_backup.hex:i Reading flash memory ... Reading | ################################################## | 100% 38.42 s Writing 130824 bytes to output file flash_backup.hex Avrdude done. Thank you. $OK, I guess I should mention at this stage that my avrdude now identifies itself as 8.0. Now try reading the eeprom
$ avrdude -p m1284p -c stk500v1 -P /dev/reprap -b 57600 -U eeprom:r:eeprom_backup.hex:i Reading eeprom memory ... Reading | ################################################## | 100% 16.37 s Writing 4096 bytes to output file eeprom_backup.hex Avrdude done. Thank you. $ ls -al *.hex -rw-r--r--. 1 mike mike 9740 Jun 14 16:21 eeprom_backup.hex -rw-r--r--. 1 mike mike 310744 Jun 14 16:20 flash_backup.hexThese files will be Intel format. Your numbers will probably be slightly different, but that's about the size and shape of the thing.
Sketch uses 102634 bytes (79%) of program storage space. Maximum is 129024 bytes.
Global variables use 3758 bytes of dynamic memory.
/usr/bin/avrdude -C/etc/avrdude/avrdude.conf -v -patmega1284p -cstk500v1 -P/dev/ttyUSB1 -b57600 -D -Uflash:w:/tmp/arduino_build_737028/Mikes_Original_System_With_Display_Compilable.ino.hex:i
avrdude: Version 6.3, compiled on Feb 17 2019 at 08:49:25
Copyright (c) 2000-2005 Brian Dean, [www.bdmicro.com]
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/etc/avrdude/avrdude.conf"
User configuration file is "/home/mike/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB1
Using Programmer : stk500v1
Overriding Baud Rate : 57600
AVR Part : ATmega1284P
Chip Erase delay : 55000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 10 128 0 no 4096 8 0 9000 9000 0xff 0xff
flash 65 10 256 0 yes 131072 256 512 4500 4500 0xff 0xff
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
Hardware Version: 2
Firmware Version: 1.16
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude: Device signature = 0x1e9705 (probably m1284p)
avrdude: reading input file "/tmp/arduino_build_737028/Mikes_Original_System_With_Display_Compilable.ino.hex"
avrdude: writing flash (102634 bytes):
Writing | ################################################## | 100% 32.06s
avrdude: 102634 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_737028/Mikes_Original_System_With_Display_Compilable.ino.hex:
avrdude: load data flash data from input file /tmp/arduino_build_737028/Mikes_Original_System_With_Display_Compilable.ino.hex:
avrdude: input file /tmp/arduino_build_737028/Mikes_Original_System_With_Display_Compilable.ino.hex contains 102634 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 30.05s
avrdude: verifying ...
avrdude: 102634 bytes of flash verified
avrdude done. Thank you.