Page 1 of 3

Official Yocto² Firmware

Posted: Sep 24th, '18, 08:08
by e-licktronic
v2.003beta:
-Should fix encoder issue
Downloaded 1004 times
v2.003:
-Fixed led scale bug
-Fixed pattern direction bug
-Fixed LCD special character bug
-Improved accent stability
-Fixed MIDI Clock lag
-Fixed DIN clock out phase
-Pattern start counting from 1 instead of 0
-Fixed Trig1 length when MIDI played
-Fixed group bug
-Improved Track mode fixtures
Yocto_v2_003.zip (61.89 KiB)
Downloaded 989 times
v2.002:
-First released

Re: Official Yocto² Firmware

Posted: Sep 24th, '18, 12:36
by JvR
Thank you but I need a .hex or .bin file because I programmed with a TL866 programmer.
Please upload hex file. Thanks

Cheers Jos

Re: Official Yocto² Firmware

Posted: Sep 25th, '18, 13:53
by lukep_gdansk
Yes, Vincent pls upload hex file.

cheers

Re: Official Yocto² Firmware

Posted: Oct 2nd, '18, 20:59
by mangros
I have a freshly built Yocto2 where the encoder dial doesn't respond. According to posts on the forum, the way to fix it is to reflash.

I thought I might as well put the new firmware on from this sysex, but neither the 'start+stop' keypresses or the 1+3+5 keypresses mentioned in the user manual bring up any kind of bootloader mode - so how is it possible to transfer this? (Just trying to send the sysex after the Yocto2 has booted up doesn't do anything)

(for those doing the flash with hex - is it possible with a USB-ASP and avrdude? - if so would anyone mind sharing the correct command?)

Re: Official Yocto² Firmware

Posted: Oct 3rd, '18, 11:55
by lukep_gdansk
for programming hex with pickit2:

avrdude.exe -c pickit2 -p m1284p -P -b -U flash:w:c:\tools_y\Yocto_v2_002.hex:i -v

fuses:
avrdude.exe -c pickit2 -p m1284p -P -b -u -e -U lock:w:0x3F:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U efuse:w:0xFD:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U hfuse:w:0xDC:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U lfuse:w:0xD6:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -U lock:w:0x0F:m -v

change your file hex destination and choose correct programmer, pls.

cheers

Re: Official Yocto² Firmware

Posted: Oct 3rd, '18, 16:27
by blotvard
Can I has hex file pls? I flashed ma chip and it got no bootloader :(

Re: Official Yocto² Firmware

Posted: Oct 3rd, '18, 17:46
by mangros
lukep_gdansk wrote:for programming hex with pickit2:

avrdude.exe -c pickit2 -p m1284p -P -b -U flash:w:c:\tools_y\Yocto_v2_002.hex:i -v

fuses:
avrdude.exe -c pickit2 -p m1284p -P -b -u -e -U lock:w:0x3F:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U efuse:w:0xFD:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U hfuse:w:0xDC:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -u -U lfuse:w:0xD6:m -v

avrdude.exe -c pickit2 -p m1284p -P -b -U lock:w:0x0F:m -v

change your file hex destination and choose correct programmer, pls.

cheers
Great! That worked, thanks. I used:

avrdude -c usbasp -p m1284p -U flash:w:Yocto_v2_002.hex:i -v

... with a generic ebay USB ASP (all pins except 5v connected, Yocto2 power on). Didn't need to set fuses again. Encoder dial now works. Now awaiting v2.003 hex :)

Re: Official Yocto² Firmware

Posted: Oct 7th, '18, 16:02
by bizillcizole
Still no flam with the latest update?

Re: Official Yocto² Firmware

Posted: Oct 12th, '18, 17:15
by blotvard
Thank you for updating the zip with the hex file :D

Re: Official Yocto² Firmware

Posted: Oct 12th, '18, 19:14
by JvR
Thanks for the hex file.

Cheers Jos