How to use ST-LINK to install firmware for GTM32

arimiri
Posts: 8
Joined: Thu Jan 28, 2016 4:41 am

Re: How to use ST-LINK to install firmware for GTM32

Post by arimiri » Wed Mar 09, 2016 9:08 am

now the new board not connect, first board stop in the step four, wait long time and now i cant pass to the step 3 :evil:
and read in this forum people install the last version and not work
i don't like the idea to continue lost time to this board,this firmware, and the st-link really need start to print for my work, buy this printer first days of this years and only lost money and many many many time
dust storm you read about conversion the m201 to arduino? you have more info about this?

stado65
Posts: 32
Joined: Fri Dec 18, 2015 4:55 am

Re: How to use ST-LINK to install firmware for GTM32

Post by stado65 » Wed Mar 09, 2016 11:05 pm

Hi,

I wrote in another post that I have ordered a RAMPS board and that I wanted to try it on the M201.
M201's hotend seems to be an E3D Cyclops (http://e3d-online.com/Cyclops) and they say it can be run with a RAMPS and Open Source firmware, so...

AreDigg
Posts: 3
Joined: Thu Mar 24, 2016 3:59 am

Re: How to use ST-LINK to install firmware for GTM32

Post by AreDigg » Sun Apr 03, 2016 1:45 pm

I have created a guide for Mac-users to install new firmware, maybe helpful for some. (It should be easy to adapt to Linux as well)

Get firmware file
+ Download GTM32.hex file into Downloads folder

Install myhex2bin ->
myhex2bin.zip
(11.09 KiB) Downloaded 1132 times
+ Download to Downloads folder
+ Double-click package to unpack

Install python3.5 https://www.python.org/downloads/mac-osx/
+ Download and install package

Install libusb https://github.com/libusb/libusb
+ Click «Download ZIP» to download to Downloads folder
+ Double-click package to unpack
+ Terminal:

Code: Select all

cd ~/Downloads/libusb-master
./configure; make; sudo make install
Install pyusb https://github.com/walac/pyusb
+ Click «Download ZIP» to download to Downloads folder
+ Double-click package to unpack
+ Terminal:

Code: Select all

cd ~/Downloads/pyusb-master
python3 setup.py install
Install pystlink https://github.com/pavelrevak/pystlink
+ Click «Download ZIP» to download to Downloads folder
+ Double-click package to unpack
+ Terminal:

Code: Select all

cd ~/Downloads/pystlink-master
+ Connect ST-Link/2 to mac and printer
+ Terminal:

Code: Select all

python3 pystlink.py
+ Check CPU, should be STM32F103xE
+ Terminal:

Code: Select all

python3 pystlink.py -v -c STM32F103xE
|Optional but recommended, upgrade ST-LINK http://www.st.com/web/en/catalog/tools/PF258194
|+ Download tool
|+ Install Java JDK if required
|+ Disconnect ST-LINK/2 from printer and mac, reconnect only to mac
|+ Run upgrade tool
|+ Disconnect ST-LINK/2 from mac, reconnect to mac and printer

Convert hex to bin and flash
+ Please change filename to downloaded firmware file:
Terminal:

Code: Select all

~/Downloads/myhex2bin ~/Downloads/GTM32_V1.0.5.hex
python3 pystlink.py -v -c STM32F103xE flash:erase:verify:0x08000000:../GTM32_V1.0.5.bin
Done!

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: How to use ST-LINK to install firmware for GTM32

Post by Mark » Wed Apr 06, 2016 6:19 pm

Great! Thanks for sharing! :D

eltonaappl@gmail.com
Posts: 7
Joined: Wed Jun 07, 2017 6:25 pm

Re: How to use ST-LINK to install firmware for GTM32

Post by eltonaappl@gmail.com » Wed Jun 07, 2017 6:34 pm

Dear friends, I have a m201 with gtm32 Pro B card, I do not know what to do, I can not find the firmware updated for it, I am in version 1.0.3 going through several problems, please somebody help me.
Thank you all

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: How to use ST-LINK to install firmware for GTM32

Post by William » Thu Jun 08, 2017 8:31 am

eltonaappl@gmail.com wrote:Dear friends, I have a m201 with gtm32 Pro B card, I do not know what to do, I can not find the firmware updated for it, I am in version 1.0.3 going through several problems, please somebody help me.
Thank you all
Hi,you can download different version of M201 firmware in this post:http://www.geeetech.com/forum/viewtopic ... 20&t=17046.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

eltonaappl@gmail.com
Posts: 7
Joined: Wed Jun 07, 2017 6:25 pm

Re: How to use ST-LINK to install firmware for GTM32

Post by eltonaappl@gmail.com » Thu Jun 08, 2017 9:01 am

William wrote:
eltonaappl@gmail.com wrote:Dear friends, I have a m201 with gtm32 Pro B card, I do not know what to do, I can not find the firmware updated for it, I am in version 1.0.3 going through several problems, please somebody help me.
Thank you all
Hi,you can download different version of M201 firmware in this post:http://www.geeetech.com/forum/viewtopic ... 20&t=17046.

Hi William, thank you very much for the quick response, can you tell me which of these firmware I should download?
Well in the link that you sent me, has firmware of all models, in advance, thank you.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: How to use ST-LINK to install firmware for GTM32

Post by William » Thu Jun 08, 2017 9:22 am

eltonaappl@gmail.com wrote:
William wrote:
eltonaappl@gmail.com wrote:Dear friends, I have a m201 with gtm32 Pro B card, I do not know what to do, I can not find the firmware updated for it, I am in version 1.0.3 going through several problems, please somebody help me.
Thank you all
Hi,you can download different version of M201 firmware in this post:http://www.geeetech.com/forum/viewtopic ... 20&t=17046.

Hi William, thank you very much for the quick response, can you tell me which of these firmware I should download?
Well in the link that you sent me, has firmware of all models, in advance, thank you.
For GTM32 Pro,you can download this version.
1.png
1.png (49.01 KiB) Viewed 40563 times
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

eltonaappl@gmail.com
Posts: 7
Joined: Wed Jun 07, 2017 6:25 pm

Re: How to use ST-LINK to install firmware for GTM32

Post by eltonaappl@gmail.com » Tue Jun 13, 2017 12:42 am

Yes Yes, William.
I have already installed such a version available for gtm32 pro B.

My problem is this version and 1.0.3, since the gtm32 pro b card, and most used in rostock, in my case my M201 came equipped with gtm32 Pro B, which in my view was forgotten in time, specifically for M201 .

All models GTM32 (M201) had several modifications

GT2560 (M201) Also had several updates,

Gtm32 Pro B (m201) was forgotten in time, which makes me very upset, because when I bought my M201, I had many positive expectations regarding the model.

Now I encounter several problems (unexpected pauses in printing, no possibility to print on SD card)

I hope one day I can solve all these problems, and make my M201 (gtm32 pro b) a machine that can print without problems.

William gain thank you very much for the attention and support.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: How to use ST-LINK to install firmware for GTM32

Post by William » Tue Jun 13, 2017 8:40 am

Now I encounter several problems (unexpected pauses in printing, no possibility to print on SD card)
Hi,as to unexpected pauses in printing,could you take a video showing the details?
as to no printing on SD card,here are some tips for you to make troubleshooting.
1、Use Repetier Host to put files on SD-card and the G-codes have been also in root directory of SD-card.
2、Check the connection between the SD card and the main board and check if the welding condition of the SD card slot and LCD panel is defective.You can post some pictures about it.
3、Choose some new SD Cards which are in better quality, and try different sizes or formats ;
The USH-1 and Class10 SD Cards are not supported by Printer.
4、Reinstall the FTDI drivers.
Please feel freely to let me know your lastest situation.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply