Hi,

  I can't say for sure, but it may be PRU pins that are being described?
  If you take a look at the following file:
https://github.com/beagleboard/bb.org-overlays/blob/master/tools/beaglebone-universal-io/config-pin
  you can find some of these pins.  For example:

    P9_27_PRU="147"
    P9_27_GPIO="115"
    P9_27_PIN="gpio"
    P9_27_PINMUX="default gpio gpio_pu gpio_pd gpio_input qep pruout pruin"
    P9_27_INFO="gpio3_19 default gpio3_19 gpio3_19 gpio3_19 gpio3_19 
eqep0b_in pru0_out5 pru0_in5"
    P9_27_CAPE=""

or

    P9_25_PRU="149"
    P9_25_GPIO="117"
    P9_25_PIN="audio"
    P9_25_PINMUX="default gpio gpio_pu gpio_pd gpio_input qep pruout pruin"
    P9_25_INFO="gpio3_21 default gpio3_21 gpio3_21 gpio3_21 gpio3_21 
eqep0_strobe pru0_out7 pru0_in7"
    P9_25_CAPE=""

   147 here is linked to 9_27, and 149 to 9_25

    I see in the novamill hal file I found online (your link did not work), 
Pin 142, 143, 144, 145, 149... are used which would correspond to pins 
42,43, 44... on the P8, and these would be in the LCD pinout region on the 
bus.
   Generally these pins are reserved for the LCD, so my guess is that the 
number 149 does not refer to pin 49 of P8, rather a different numbering 
scheme, perhaps like the one I mention above.

Jeff

On Friday, January 31, 2020 at 12:08:30 PM UTC-8, Ryan Perez wrote:
>
> Hello good people of the forum.
> I am currently doing a project creating a five-axis CNC machine utilizing 
> Stepper motors.I'm trying to use the BeagleBone Black revC with the 
> Probotix PBX-BB rev 5.2 cape. I have seen that people have had success with 
> the older versions of the PXB-BB but the gpio ports have been changed 
> around. So I will have to either modify/write my own config files.
>
> From examples I have seen, I do not understand how the gpio pin assignment 
> is linked to the Gpio inputs that the cape is set up for. Are there any 
> guides in assigning the gpio pins so they correspond to the location that 
> my cape is asking for? When looking at the Novamill hal file 
> <https://github.com/abopen/cnc-configs/blob/7ca4df21eac33243ac683c0ff4290ec45483ebc8/Novamill/Novamill0.hal%20when%20looking%20at%20the%20this%20hal%20file%20the%20direction%20pin%20is%20set%20to%20149%20I%20understand%20the%20100%20refers%20to%20P8%20but%20there%20are%20only%2046%20pins%20so%20how%20can%20the%20direction%20pin%20be%20set%20to%2049,%20If%20someone%20could%20shed%20light%20on%20how%20the%20pin%20designation%20is%20connected%20to%20the%20actual%20physical%20pins%20that%20would%20be%20most%20helpful>
>  the direction pin is set to 149 I understand the 100 refers to P8 but 
> there are only 46 pins so how can the direction pin be set to 49? If 
> someone could shed light on how the pin designation is connected to the 
> actual physical pins that would be most helpful! I am also having trouble 
> with the root folder password, Debian is telling me the default password is 
> blank but this seems to not be true. I have tried the "machinekit" as well 
> but no success
>
> I have: bone-debian-9.11-Machinekit-ArmHF-2019-12-16-4gb.img installed on 
> my EEMC
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to machinekit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/machinekit/e76403a2-afc6-40cf-9764-449452c39163%40googlegroups.com.

Reply via email to