[beagleboard] bb_x15 : DCAN communication problem

2018-08-14 Thread ezio H
Link on ti e2e: https://e2e.ti.com/support/arm/sitara_arm/f/791/t/710355. bb_x15 's DCAM1 don't work on either *ubuntu-16.04.3-minimal-armhf-2017-10-10 * or TI's Arogo On Arogo,I use: root@am57xx-evm:~# canconfig can0 bitrate 5 ctrlmode triple-samplin [ 757.361582] omap_hwmod: dcan1: _wai

[beagleboard] need help (burn to SD card debian8 $ debian9)

2018-08-14 Thread GU LANG
Hi everyone: Two months ago. my friend gave a BBB(2G EMMC SYS:angstrom V2012) board to me. I install debian8(Jessie ) into SD card,[image: 111.png],It's running very well. For some reasons,I cannot but change to debian 9(Stretch) [image: 222.png]But when I burn to sd card ,BBB unable t

[beagleboard] Re: bb_x15 : DCAN communication problem

2018-08-14 Thread ezio H
arch/arm/mach-omap2/omap_hwmod.c: line 1845 /** * _omap4_disable_module - enable CLKCTRL modulemode on OMAP4 * @oh: struct omap_hwmod * * * Disable the PRCM module mode related to the hwmod @oh. * Return EINVAL if the modulemode is not supported and 0 in case of success. */ static int _oma

[beagleboard] header file for CCSv6 & PRU

2018-08-14 Thread Hugh Frater
Does anyone know the header file I need to include to get access to the i2c2 control registers from within the PRU subsystem? Having a hard time getting any info and my google-foo is usually pretty decent... -- For more options, visit http://beagleboard.org/discuss --- You received this messag

[beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread dead0x01
I come across the problem, too. root@beaglebone:/home/debian# modprobe g_printer iProduct="Test" idVendor=0x1d6b idProduct=0x0002 iManufacturer="Canon" iPNPstring="something" iSerialNum="1234" bcdDevice=261 modprobe: ERROR: could not insert 'g_printer': No such device How did you solve this? 在

Re: [beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread Robert Nelson
On Tue, Aug 14, 2018 at 9:25 AM wrote: > > I come across the problem, too. > > root@beaglebone:/home/debian# modprobe g_printer iProduct="Test" > idVendor=0x1d6b idProduct=0x0002 iManufacturer="Canon" iPNPstring="something" > iSerialNum="1234" bcdDevice=261 > modprobe: ERROR: could not insert 'g

Re: [beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread 李林钰
Did you mean the g_printer.ko? root@beaglebone:/lib/modules/4.4.30-ti-r64/kernel/drivers/usb/gadget/legacy# file g_printer.ko g_printer.ko: ELF 32-bit LSB relocatable, ARM, EABI5 version 1 (SYSV), BuildID[sha1]=146c9f734be9bcf8b24a26b3368a7443bfbab22e, not stripped I flashed firmware image bone

Re: [beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread 李林钰
Did you mean mknod g_printer nod? root@beaglebone:/lib/modules/4.4.30-ti-r64/kernel/drivers/usb/gadget/legacy# file g_printer.ko g_printer.ko: ELF 32-bit LSB relocatable, ARM, EABI5 version 1 (SYSV), BuildID[sha1]=146c9f734be9bcf8b24a26b3368a7443bfbab22e, not stripped I flashed bone-debian-8.6-

Re: [beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread Robert Nelson
On Tue, Aug 14, 2018 at 11:12 AM 李林钰 wrote: > > Did you mean mknod g_printer nod? > > root@beaglebone:/lib/modules/4.4.30-ti-r64/kernel/drivers/usb/gadget/legacy# > file g_printer.ko > g_printer.ko: ELF 32-bit LSB relocatable, ARM, EABI5 version 1 (SYSV), > BuildID[sha1]=146c9f734be9bcf8b24a26b3

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-14 Thread sam . abbas3
I tried with Kernel V4.14, but I am still not able to toggle gpio. When i run "dtc -o out.dts am335x-boneblack.dtb" I get following warnings, but I am not sure what to look for here. debian@beaglebone:~/dtb-rebuilder-4.14.x/src/arm$ dtc -o out.dts am335x-boneblac k.dtb

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-14 Thread sam . abbas3
Hi Frank, Actually I am able to toggle GPIO now, but the GPIO is getting reset at Kernel. PHY reset is suppose to happen at startup on u-boot. How can I toggle GPIO at startup? Thanks, Samer On Tuesday, August 14, 2018 at 12:20:13 PM UTC-6, sam.a...@gmail.com wrote: > > I tried with Kernel V4.

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-14 Thread Robert Nelson
On Tue, Aug 14, 2018 at 3:24 PM wrote: > > Hi Frank, > > Actually I am able to toggle GPIO now, but the GPIO is getting reset at > Kernel. PHY reset is suppose to happen at startup on u-boot. How can I toggle > GPIO at startup? No the dts file your tweaking would cause the phy reset to occur in

[beagleboard] Yocto "rocko" on Beagleboneblack, connecting to 4G LTE modem with QMI protocol

2018-08-14 Thread leo . e . meza
I'm building with "rocko" branch of Yocto project for my Beaglebone Black. Trying to connect to an LTE network modem over USB with the QMI protocol. I'm building core-image-minimal with this in "core_image_minimal.bbappend": IMAGE_INSTALL_append = " \ usbutils \ libmbim \ libqmi \ modemma

Re: [beagleboard] header file for CCSv6 & PRU

2018-08-14 Thread Charles Steinkuehler
On 8/14/2018 6:29 AM, Hugh Frater wrote: > Does anyone know the header file I need to include to get access to the > i2c2 control registers from within the PRU subsystem? Having a hard time > getting any info and my google-foo is usually pretty decent... AFAIK, there are no "standard" headers fo

Re: [beagleboard] Re: beaglebone g_printer module and windows host

2018-08-14 Thread 李林钰
Thanks, I will try it later. Robert Nelson 于 2018年8月15日周三 00:17写道: > On Tue, Aug 14, 2018 at 11:12 AM 李林钰 wrote: > > > > Did you mean mknod g_printer nod? > > > > root@beaglebone:/lib/modules/4.4.30-ti-r64/kernel/drivers/usb/gadget/legacy# > file g_printer.ko > > g_printer.ko: ELF 32-bit LSB re