[beagleboard] Re: rproc bind/unbind problem

2018-04-12 Thread wm . bain . jr
>From the command line, this seems to work for me: sudo sh -c "echo '4a334000.pru0' > /sys/bus/platform/drivers/pru-rproc/unbind" I hope it works for you, too. -- Will On Monday, February 19, 2018 at 8:03:32 AM UTC-7, Filip Kotouček wrote: > > Hello everyone, > > I have a problem with rproc PR

Re: [beagleboard] Re: Serial Communication on Beaglebone Black

2017-11-14 Thread wm . bain . jr
Well, I stumbled across this discussion because I just found out today after wasting hours that my Beaglebone appears to have RX and TX mislabeled (swapped). Maybe that's the source of some of the confusion that others are having, too? I am accustomed to always connecting TX to RX and vice-versa

[beagleboard] Re: battery power for PocketBeagle?

2017-11-11 Thread wm . bain . jr
Adam -- This data sheet will be very useful. Thanks for sharing it! Sincerely, -- Will -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receivi

[beagleboard] Re: [beagle-alpha] v4.9.x-ti now open for testing...

2017-01-30 Thread Franklin S Cooper Jr
EPCLK_EN_ACK)) > { >dev_err(&pdev->dev, "PWMSS config space clock enable failed\n"); >ret = -EINVAL; >goto pwmss_clk_failure; > } > > The function pwmss_submodule_state_change() appears to have been > removed by this commit: >

[beagleboard] Protect eMMC/eMMC flasher Data

2015-12-22 Thread jr
Hello all, We use beaglebone black with Debian Console 7.9 (2015-11-03) for our project. All work fines and the project is in completion phase. But we want protect our application files. SSH was protect but if a person start the BBB with a µSD card with debian, this person can access to eMMC

Re: [beagleboard] Change Network Vendor Name

2015-11-25 Thread jr
OK perfect ! Thanks for help. Best Regards, Julien. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [beagleboard] Change Network Vendor Name

2015-11-25 Thread jr
Ok, I knew not this standard. I was thinking is just a string in a file.. We don't have a personal mac address block and the price requires reflection... If we buy a personal mac address block, which file should i change the block? Thanks for your very fast reponse ! Julien. -- For more opti

[beagleboard] Change Network Vendor Name

2015-11-25 Thread jr
Hello All, When i scan my network the BBB vendor name is Texas Instruments. Exemple in fing : Is it possible to change this text (Texas Instruments) by my text ? Thanks, Best regards. Juli

[beagleboard] Re: Issues with Enabling SPIDev on Beaglebone Black

2015-07-03 Thread emile . cormier . jr
There is a bug in recent kernels that makes the " capemgr.enable_partno=BB-SPI1-01" part not work. It has something to do with the filesystem not being available during boot up (I don't pretend to know the exact technical reasons why). I have been able to load the SPI device overlay during boot

Re: [beagleboard] Auto Mount SD Card

2015-03-25 Thread jr
Hi, After more test and search i found a solution with udev rules. I was inspired by this thread : http://unix.stackexchange.com/questions/44454/how-to-mount-removable-media-in-media-label-automatically-when-inserted-with I modified the scripts for detect if the point is the sd card... @+ --

Re: [beagleboard] Auto Mount SD Card

2015-03-18 Thread jr
Hi Robert, Can you give me an example or a method to automatically mount ? How i can execute a script after SD is inserted ? (Such as /etc/network/if-up.d/ for the network...) I tested a script at startup who edit fstab file depending if SD card is in slot at startup. It work but when i remo

Re: [beagleboard] Auto Mount SD Card

2014-12-04 Thread jr
Le mardi 28 octobre 2014 17:41:21 UTC+1, RobertCNelson a écrit : > > On Tue, Oct 28, 2014 at 11:37 AM, > > wrote: > > Dear all, > > > > I want auto mount a SD card, with fstab no problem. > > > > But when i boot with a SD card in slot, the device is assigned to > > /dev/mmcblk0p1 and if i

Re: [beagleboard] Auto Mount SD Card

2014-10-29 Thread jr
Thanks for your help ! For the uuid i don't know that, I'll go see it... For meino@gmx.de i don't use an usb card reader, i use the sd card slot of bbb. It is not visible with lsusb... Otherwise, is it possible to force the assignment of the eMMC on /dev/mmcblk0p1 or /dev/mmcblk1p1 wit

[beagleboard] Auto Mount SD Card

2014-10-28 Thread jr
Dear all, I want auto mount a SD card, with fstab no problem. But when i boot with a SD card in slot, the device is assigned to /dev/mmcblk0p1 and if i boot without SD card, the device is assigned to /dev/mmcblk1p1 after i insert SD card. In my project I do not know if the SD card are in the

[beagleboard] Configure all of the serial port as TTYO0

2013-12-10 Thread jr
Hello, When i connect the RX and TX pins of serial debugger and launch minicom with TTYO0, the character sent is received. It's a normal situation, but if i connect all other RX and TX pins of serial ports (P9_26-P9_24, P9_22-P9_21, P9_11-P9_13, P8_38-P8_37) and launch minicom with TTYS0, TTY

[beagleboard] Configure all of the serial port as TTYO0

2013-12-10 Thread jr
Hello, When i connect the RX and TX pins of serial debugger and launch minicom with TTYO0, the character sent is received. It's a normal situation, but if i connect all other serial ports (P9_26-P9_24, P9_22-P9_21, P9_11-P9_13, P8_38-P8_37) and launch minicom with TTYS0, TTYS1, TTYS2 or TTYS3,