[opencbm-user] Help: Opencbm + RaspberryPi + ZoomFloppy
Brought to you by:
strik
From: Sönke R. <s.r...@go...> - 2013-09-04 08:47:42
|
Hello, i want to use Zoomfloppy with a RaspberryPi to use mnibtools. First of all, i have to install opencbm, right? Some system information: cc65 V2.14.0 Linux raspberrypi 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l GNU/Linux So i downloaded the latest Source with the following command: git clone git://git.code.sf.net/p/opencbm/code opencbm-code Change to directory "opencbm-code/opencbm" and entering following command: sudo make -f LINUX/Makefile And I get an error: # check if KERNEL_SOURCE is set if [ -z "" ]; then echo "No KERNEL_SOURCE found, aborting!"; exit 1; fi No KERNEL_SOURCE found, aborting! make[1]: *** [checksources] Error 1 make[1]: Leaving directory `/home/pi/Source/opencbm/opencbm-code/opencbm/sys/linux' make: *** [BUILDSYSTEM.sys/linux/.all] Error 2 i found something about this error at http://opencbm-user.22011.x6.nabble.com/opencbm-user-opencbm-on-Raspberry-Pi-td63.html. Nate wrote: That's used for building the xa1541 plugin, for LPT ports. You can get around it by editing the following line in opencbm/LINUX/Makefile to remove 'plugin-xa1541': PLUGINS=plugin-xum1541 plugin-xu1541 plugin-xa1541 So, i removed "plugin-xa1541" and next try: "sudo make - f LINUX/Makefile" and i works fine. Next command: sudo make -f LINUX/Makefile dev sudo make -f LINUX/Makefile install And how to go on now? Please help, because i found some manuals to load the parallel port like "/sbin/modprobe parport", but i want to use the USB Part. regards pcollins |