XU1541 unter Ubuntu 18.04.1 installieren: Unterschied zwischen den Versionen

Aus www.electronic-man.randschtoischlotzer.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „===CC65 und OpenCBM installieren=== *CC65: sudo apt-get install libusb-dev build-essential linux-headers-generic git libncurses-dev cd ~ git clone https://g…“)
(kein Unterschied)

Version vom 15. Mai 2019, 00:19 Uhr

CC65 und OpenCBM installieren

  • CC65:
sudo apt-get install libusb-dev build-essential linux-headers-generic git libncurses-dev
cd ~
git clone https://github.com/cc65/cc65.git
cd cc65
make
sudo PREFIX=/usr make install
  • OpenCBM
cd ~
wget https://downloads.sourceforge.net/project/opencbm/opencbm/opencbm-0.4.99.99/opencbm-0.4.99.99.tar.bz2
tar -xjf opencbm-0.4.99.99.tar.bz2
cd opencbm-0.4.99.99/
make -f LINUX/Makefile opencbm plugin-xu1541
sudo make -f LINUX/Makefile install install-plugin-xu1541
sudo ln -s /usr/local/lib/libopencbm.so.0 /usr/lib/libopencbm.so.0
  • Test:
cbmctrl detect
cbmctrl dir 8
  • XU1541 anzeigen:
lsusb | grep xu1541
    • Ausgabe:
Device 019: ID 0403:c632 Future Technology Devices International, Ltd xu1541 c64 floppy drive interface

Quelle: