Difference between revisions of "HMS anybus Linux"

From ArmadeusWiki
Jump to: navigation, search
(New page: {{Under_Construction}} * The Anybus module allow the Armadeus board to communicate on 18 differents industrial network like such as Profibus, Modbus-TCP/RTU, CANOpen, ... * The following...)
 
Line 1: Line 1:
 
  {{Under_Construction}}
 
  {{Under_Construction}}
  
* The Anybus module allow the Armadeus board to communicate on 18 differents industrial network like such as Profibus, Modbus-TCP/RTU, CANOpen, ...
+
* The Anybus module allows the Armadeus board to communicate on 18 differents industrial network such as Profibus, Modbus-TCP/RTU, CANOpen, ...
 
* The following instructions is relative to Armadeus boards APF51-Dev and APF51 with FPGA. Please ensure you use the trunk version of Armadeus.
 
* The following instructions is relative to Armadeus boards APF51-Dev and APF51 with FPGA. Please ensure you use the trunk version of Armadeus.
  

Revision as of 11:30, 18 July 2011

Page under construction... 

Construction.png Informations on this page are not guaranteed !!

  • The Anybus module allows the Armadeus board to communicate on 18 differents industrial network such as Profibus, Modbus-TCP/RTU, CANOpen, ...
  • The following instructions is relative to Armadeus boards APF51-Dev and APF51 with FPGA. Please ensure you use the trunk version of Armadeus.

Creation of the FPGA design with POD

Kernel configuration

In your Armadeus directory:

  [  ] $ make linux26-menuconfig
Device Drivers  --->
  [*] Network device support  --->
    <M>   HMS Anybus driver

Loading the modules driver

  • Load the driver generated by POD.
 # modprobe pod_anybus_interface_platform
  • Load the kernel driver.
 # modprobe anybus_interface
  • Check if the interface anybus0 is available.
 # ifconfig anybus0
  • If yes, mount it.
 # ifconfig anybus0 up

Check the surface mounted LED on the Anybus module (not the front LEDs). This LED should blink at 1Hz if the module is initialised, and 2Hz if not. Then, you can use the interface.

Tools

Links