Jump to content
IGNORED

SIO2SD full binary (32k) How To?


576XE

Recommended Posts

Hello friends.

 

I'm in trouble now with SIO2SD errors. It can't load Configurator at all.

 

SIO2SD shows something like Read data error.

So I need to try to reprogram full 32k firmware.

 

I have bought OLIMEX AVR ISP-500 programmer but I could not find any info about further steps needed.

 

Please advice me How to reflash Mega32?

Edited by 130XE
Link to comment
Share on other sites

Hi Jay,

 

Thank you for early reply, but it's not my case.

My notebook has no Parallel no COM ports at all.

 

From the other side I don't want to use Standalone programmer.

I tried to extract Mega32 from it's socket but it sits there very firmly.

 

I need to use USB ISP Programmer.

Link to comment
Share on other sites

Hello friends.

 

I'm in trouble now with SIO2SD errors. It can't load Configurator at all.

 

SIO2SD shows something like Read data error.

So I need to try to reprogram full 32k firmware.

 

I have bought OLIMEX AVR ISP-500 programmer but I could not find any info about further steps needed.

 

Please advice me How to reflash Mega32?

The manual and drivers for the device are available here, the page also list 3 programs which can be used with it.

Link to comment
Share on other sites

I'm still learning with AVRs, so if something goes wrong I warned you, but I haven't bricked any AVR I tried yet :)

 

From programmer's name, it seems it's STK500 compatiable.

 

Is it registered as COM# port in your OS? If it is then you can use AVRdude to get firmware in there.

 

It should be something like:

 

avrdude -c stk500 -p m32 -P COMPORT -U flash:w:filename.hex

 

Oh, and I forgot - get AVRdude from WinAVR package, which is free and you can find it on google in few secs ;)

Link to comment
Share on other sites

I use one of these...

http://alldav.com/index.php?main_page=product_info&cPath=5&products_id=24&zenid=3040f71a97b39f0ea14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Link to comment
Share on other sites

Hi Sloopy!

 

I opened this thread for ALL of us of cource. :)

 

Today I flashed my SIO2SD and succesfully! :D

 

But I did it 2 times...

 

At first, I used AverDude with GUI.

(I'm too old to read mans of command string stanzas and too young to die!)

And personal THANKs to KubaCZ! (CZ is a kind of very cool pistol by the way...)

 

The questions arised was:

1) Do I ever need to set fuses at all? (KubaCZ don't like them! ... ?)

2) Do I need to mark Low and High fuses as Read or Write or Both...

 

I hope that someone knows this.

 

And some facts...

When I flashed Mega32 without touching of fuses It's work was very unstable!!!

 

I could load progs 1 time from 5.

Then I reflashed Mega32 with fuses marked as write. (and with it's data written in SIO2SD Wiki of cource...)

 

All works now!

(But I don't know how it does...)

Link to comment
Share on other sites

  • 2 weeks later...

I use one of these...

http://alldav.com/in...14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Sloopy,

Which software did you use with this product.???

Link to comment
Share on other sites

I use one of these...

http://alldav.com/in...14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Sloopy,

Which software did you use with this product.???

 

I use avrdude in linux... I have a script that does the whole thing for VBXE, flash the main bin, and set the fuse bits...

 

I think i lost the script for SDrive and sio2sd I had...

 

also used a Windows program flashjazzcat post on the forum here somewhere, for sio2sd. but i dont rem the name of the prog...

 

sloopy.

Link to comment
Share on other sites

I use one of these...

http://alldav.com/in...14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Sloopy,

Which software did you use with this product.???

 

I use avrdude in linux... I have a script that does the whole thing for VBXE, flash the main bin, and set the fuse bits...

 

I think i lost the script for SDrive and sio2sd I had...

 

also used a Windows program flashjazzcat post on the forum here somewhere, for sio2sd. but i dont rem the name of the prog...

 

sloopy.

Thank you for the info...
Link to comment
Share on other sites

I use one of these...

http://alldav.com/in...14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Sloopy,

Which software did you use with this product.???

 

I use avrdude in linux... I have a script that does the whole thing for VBXE, flash the main bin, and set the fuse bits...

 

I think i lost the script for SDrive and sio2sd I had...

 

also used a Windows program flashjazzcat post on the forum here somewhere, for sio2sd. but i dont rem the name of the prog...

 

sloopy.

 

I use avrdude in Window with a cmd prompt ... I finally got the fuse it set also ..It took me awhile to get the comport set below #4.

 

 

This is the full line command..

avrdude -c stk500 -p m32 -P com2 -U flash:w:sio2sd25.bin -U lfuse:w:0x3F:m -U hfuse:w:0xC3:m

Thanks again for all the info...

Link to comment
Share on other sites

I use one of these...

http://alldav.com/in...14ed6ff0e042684

 

I use it for sio2sd, SDrive, and VBXE... never had an issue with it...

 

seeing how the OP is in Russia tho, and has already built the above one... this info is probably more suited to people who find this thread in the future.

 

sloopy.

Sloopy,

Which software did you use with this product.???

 

I use avrdude in linux... I have a script that does the whole thing for VBXE, flash the main bin, and set the fuse bits...

 

I think i lost the script for SDrive and sio2sd I had...

 

also used a Windows program flashjazzcat post on the forum here somewhere, for sio2sd. but i dont rem the name of the prog...

 

sloopy.

 

I use avrdude in Window with a cmd prompt ... I finally got the fuse it set also ..It took me awhile to get the comport set below #4.

 

 

This is the full line command..

avrdude -c stk500 -p m32 -P com2 -U flash:w:sio2sd25.bin -U lfuse:w:0x3F:m -U hfuse:w:0xC3:m

Thanks again for all the info...

 

cool, np...

 

also, just so you know, I did have issues with setting the fuse bits at the same time as programming the main bin... This was only found out when I started using avrdude tho, as I was playing around with it, and read one of my other atmega32's I had already programmed in windows, and saw it...

 

 

 

sloopy.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...