Search found 14 matches

by junk16
Feb 3rd, '17, 11:30
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

Reggiechacha, I've tried to burn the boot loader into a new chip but couldn't get it to work. I tried all of the possible changes and fixes mentioned in this thread but nothing worked. In the end I uploaded the Yocto boot loader via Arduino as per instructions on the Yocto software thread. This work...
by junk16
Jan 8th, '17, 05:46
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

[EDIT] described Behaviour of chip erase e-licktronic I have tried to burn ATMEGA1284P which is included Nava kit, using both Nava main board and Yocto main board. ATMEGA1284P which was included Nava kit is always fail. ATMEGA1284P which was included Yocto kit is success every time. so, I assume AT...
by junk16
Jan 8th, '17, 01:25
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

I assume We need to take hvsp to reset fuse bit.
by junk16
Jan 7th, '17, 14:58
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

e-licktronic, pistrix

I have good (or bad) news.
I can write Nava Boot and 1.020 hex on ATMEGA1284P which were attached on YOCTO.
I strongly suspect this issue cause by Chip.

[resize=800]http://i.imgur.com/iWhmale.jpg[/resize]
by junk16
Jan 7th, '17, 06:14
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

pistrix thank you for sharing. I also used this sketch. it seems value of Clock calibration is different from you. other values are same as yours. Atmega chip detector. Written by Nick Gammon. Version 1.19 Compiled on Jan 7 2017 at 14:45:59 with Arduino IDE 10800. Attempting to enter ICSP programmin...
by junk16
Jan 6th, '17, 23:57
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

e-licktronic Do you have an other *.HEX file to burn on your Atmega1284p ? I found Nava_v1_018.hex on 'Nava v1.0 Firmware' topics. http://www.e-licktronic.com/forum/viewtopic.php?f=25&t=864 I tried and verification error occur. /usr/local/bin/avrdude -P /dev/cu.usbserial-A900abz5 -C ./bin/avrdud...
by junk16
Jan 6th, '17, 13:29
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

e-licktronic On the Nava ICSP connector "MISO" and "MOSI" are reversed. You should switch this two pins. I have tried, and signature error occurred. /usr/local/bin/avrdude -P /dev/cu.usbserial-A900abz5 -C ./bin/avrdude.conf -c avrisp -p m1284p -b 19200 -u -e -U lock:w:0x0F:m -v a...
by junk16
Jan 6th, '17, 00:25
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

e-licktronic I tried to replace programmer 'arduino'. /usr/local/bin/avrdude -P /dev/cu.usbserial-A900abz5 -C ~/nava/tool/bin/avrdude.conf -c arduino -p m1284p -b 19200 -U flash:w:~/nava/tool/Nava_v1_020.hex:i -v but it is same result like before programmer avrIsp. following is execution log. avrdud...
by junk16
Jan 5th, '17, 15:26
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

[EDIT]I wrote different ArduinoISP code, it is revised. hello, I have tried instruction by e-licktronic. however, it has been still 1.017. at first, I tried with windows pc which I borrowed, but error occur following. avrdude: ser_open(): can't set com-state for "\\.\COM4" I tried uninsta...
by junk16
Dec 30th, '16, 01:12
Forum: Nava Software
Topic: firmware update problem 1.017 -> 1.0xx
Replies: 36
Views: 57748

Re: firmware update problem 1.017 -> 1.0xx

e-licktronic

Thank you for your informations!
I will try it later :D