nnev / c128-kasse

Kassensoftware für den C128
Other
3 stars 3 forks source link

documentation: writing files to C1541 floppy #48

Open stapelberg opened 8 months ago

stapelberg commented 8 months ago

Auf der RGB2Rv23 haben wir einen XUM1541-Adapter (USB) benutzt um die neue Kassensoftware auf die Floppy zu kriegen mithilfe eines 1541 Laufwerks.

Dazu muss man die Software OpenCBM nutzen: https://github.com/OpenCBM/OpenCBM/blob/master/xum1541/README.txt

Zum Kompilieren von OpenCBM:

make -f LINUX/Makefile opencbm plugin-xum1541
sudo make -f LINUX/Makefile install install-plugin-xum1541
sudo cp ./xum1541/udev/45-opencbm-xum1541.rules /etc/udev/rules.d

Zum Schreiben von nkasse auf die Floppy:

export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
cbmctrl detect
cbmctrl dir 8
cbmcopy -w 8 nkasse
sur5r commented 8 months ago

See also https://spiro.trikaliotis.net/debian and https://software.opensuse.org/download.html?project=home%3Astrik&package=opencbm for installing opencbm.

stapelberg commented 8 months ago

Thanks! I’m thinking about buying a xum1541 adapter, because it seems handy to use in the future to update the software.