OpenCore 16550 IP Linux driver: Difference between revisions

From ArmadeusWiki
Line 9: Line 9:


==Usage==
==Usage==
Assuming you have previously loaded your FPGA with the corresponding IP:
  # modprobe 8250
  # modprobe 8250
  # modprobe 16550_ocore
  # modprobe 16550_ocore


Now you should have as much /dev/ttySN as IPs you put in your bitfile.
Now you should have as much /dev/ttySN as IPs you put in your bitfile.

Revision as of 19:43, 24 July 2008

Page under construction... Construction.png Informations on this page are not guaranteed !!

Compilation

$ make menuconfig
Device Drivers  ---> Armadeus specific drivers  ---> FPGA Drivers   ---> <M>   OpenCore 16550 serial IP driver
$ make linux

Usage

Assuming you have previously loaded your FPGA with the corresponding IP:

# modprobe 8250
# modprobe 16550_ocore

Now you should have as much /dev/ttySN as IPs you put in your bitfile.