-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (19 loc) · 908 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Amiga drivers for K1208 board SPI peripherals
(C) 2018 Mike Stirling
Compile on Linux with the gcc-2.95 toolchain from
git://github.com/cahirwpz/amigaos-cross-toolchain.git
With the toolchain in the path both drivers can be compiled just by
typing "make". The binaries can be found at:
sd/build-device/spisd.device and
net/build-device/spinet.device
Both of these files should be placed on the Amiga in DEVS:
An example mountfile can be found in the "amiga" directory. This
should be placed in DEVS:DOSDrivers for auto-mount on boot, or
in SYS:Storage/DOSDrivers for on-demand mounting.
The ethernet driver is SANA2 compliant and has been tested with
Miami. Configure as a standard SANA2 ethernet device.
NOTE
----
The network driver requires AmigaOS sana2.h to build. It is not shipped
with this source due to licence incompatibility. Please place a copy
of the file in 'net' before building.