On Wed, 14 May 2014, Viesturs L?cis wrote:

> Date: Wed, 14 May 2014 06:54:46 -0400
> From: "[UTF-8] Viesturs L?cis" <viesturs.la...@gmail.com>
> Reply-To: "Enhanced Machine Controller (EMC)"
>     <emc-users@lists.sourceforge.net>
> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
> Subject: Re: [Emc-users] 5i24?
> 
> I finally received 5i24 board, but I am stucj at getting LinuxCNC to
> cooperate with it.
> I have 2.7.0-pre0.43... and I am getting an error:

There is a patch that needs to be applied to hm2_pci.c

change

675        case HM2_PCI_DEV_MESA5I25:
676        case HM2_PCI_DEV_MESA6I25: {


to

675        case HM2_PCI_DEV_MESA5I24:
676        case HM2_PCI_DEV_MESA5I25:
677        case HM2_PCI_DEV_MESA6I25: {



>
> Debug file information:
> ...
> insmod: error inserting
> '/usr/realtime-2.6.32-122-rtai/modules/linuxcnc/hm2_pci.ko': -1 No such
> device
> hm2-servo.hal:58: exit value: 1
> hm2-servo.hal:58: insmod failed, returned -1
> See the output of 'dmesg' for more information.
> ...
>
> Kernel message information:
> ...
> [  319.121928] hm2: loading Mesa HostMot2 driver version 0.15
> [  319.128450] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
> [  319.128516] hm2_pci 0000:01:07.0: PCI INT A -> Link[LNK4] -> GSI 10
> (level, low) -> IRQ 10
> [  319.128523] hm2_pci: discovered 5i24 at 0000:01:07.0
> [  319.128533] hm2_5i24.0: unknown PCI Device ID 0x5124
> [  319.128540] hm2_pci 0000:01:07.0: PCI INT A disabled
> [  319.643069] hm2: unloading
> [  319.798730] RTAI[math]: unloaded.
> [  319.895691] SCHED releases registered named ALIEN RTGLBH
> [  319.910192] RTAI[malloc]: unloaded.
> [  320.008018] RTAI[sched]: unloaded (forced hard/soft/hard transitions:
> traps 0, syscalls 0).
> [  320.013750] I-pipe: Domain RTAI unregistered.
> [  320.013762] RTAI[hal]: unmounted.
>
>
> I would appreciate any suggestions...
>
>
> Viesturs
>
>
> 2014-04-11 9:05 GMT-04:00 Peter C. Wallace <p...@mesanet.com>:
>
>> On Fri, 11 Apr 2014, Viesturs L?cis wrote:
>>
>>> Date: Fri, 11 Apr 2014 10:26:02 +0300
>>> From: "[UTF-8] Viesturs L?cis" <viesturs.la...@gmail.com>
>>> Reply-To: "Enhanced Machine Controller (EMC)"
>>>     <emc-users@lists.sourceforge.net>
>>> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net
>>>
>>> Subject: Re: [Emc-users] 5i24?
>>>
>>> 2014-04-11 6:22 GMT+03:00 Peter C. Wallace <p...@mesanet.com>:
>>>
>>>>> 1) do I understand correctly that firmware for 2x 7i39s and few
>> stepgens
>>>> is
>>>>> not that demaning and also smaller fpga of 5i24 will handle it with
>> ease?
>>>>
>>>> It will fit easily (the 5I24-16's FPGA is about 2x the size of the 5I23
>>>> FPGA)
>>>
>>>
>>> And 5i24-25 is even bigger... Nice!
>>>
>>>
>>>>> 2) could you help me out with the firmware file? or at least share vhd
>>>> file
>>>>> of 5i24 firmware for 7i39 card, so that I could try to add stepgens to
>>>> it?
>>>>>
>>>>
>>>> The pinout file will be the same for any 72 pin I/O fpga card, so your
>> 5i23
>>>> bitfile name might be a clue.
>>>>
>>>> PIN_SVSTTP6_5_7I39_72.vhd
>>>> PIN_SVSTTP6_6_7I39_72.vhd
>>>
>>>
>>> The name of the bitfile you sent me 2 years ago is SVSTTP6_6.BIT, so the
>>> second vhd file it is. Where can I find it? I do not see it here:
>>>
>> http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=tree;h=refs/heads/master;hb=refs/heads/master
>>>
>>> Viesturs
>>
>>
>> Its in the 5i24.zip file from mesa as are the bit files for 5I24-16
>> and 5I24-25 cards
>>
>>
>> Peter Wallace
>> Mesa Electronics
>>
>> (\__/)
>> (='.'=) This is Bunny. Copy and paste bunny into your
>> (")_(") signature to help him gain world domination.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Put Bad Developers to Shame
>> Dominate Development with Jenkins Continuous Integration
>> Continuously Automate Build, Test & Deployment
>> Start a new project now. Try Jenkins in the cloud.
>> http://p.sf.net/sfu/13600_Cloudbees
>> _______________________________________________
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to