Skip to content

Maerklin Gleisbox 2 and Mobile Station 2 Updater

Notifications You must be signed in to change notification settings

machmalpause/GB2MS2Updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GB2MS2Updater

Maerklin Gleisbox 2 and Mobile Station 2 Updater

Description

Allows to update a Märklin Gleisbox 2 or Mobile Station 2 by using a (i.e. USB) SerialCAN dongle connected to a computer Heavily based on the work found here: https://github.com/GBert The application is written in C# / .net Core and has been tested on Windows - Other OS's with .net Core support should work, too.

Required Hardware

You need a SerialCan/SLCAN compatible dongle. I used that one WARNING The linked dongle has NO galvanic isolation between PC and CAN Bus. Take care before connecting stuff together!

Usage

Märklin Firmware Updater for the MS2 and GB2 V1.0.0.0

Usage: GB2MS2Updater -p <ComPort> -f <FirmwarePath> -d <DeviceType>

     -c <ComPort>           Name of the serial port where the SerialCAN adapter is present
     -p <FirmwarePath>      File path where the firmware update files are located
     -d <DeviceType>        DeviceType which has to be updated. Valid values: 'MS2' or 'GB2'
     -f                     Force update even if device has already the same version
     -v                     Verbose output

Example: GB2MS2Updater -c COM5 -d MS2 -p .\cs3update_v2.10.btrfs\usr\local\cs3\update

Credits:

  • Gerd (see link above)
  • Karsten from Stummiforum

About

Maerklin Gleisbox 2 and Mobile Station 2 Updater

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%