[beagleboard] 0005-tty-serial-8250-use-mctrl_gpio-helpers.patch

2016-05-28 Thread 'Jan Kinkazu' via BeagleBoard
Hi all. Any chance of this patch to be applied with 4.6 kernel? Would I have its functionality available in 4.7? Kind regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] Re: RS485 support for BBB

2016-04-25 Thread 'Jan Kinkazu' via BeagleBoard
So i compiled (bb-kernel, all patches) and installed 4.5.2-bone4 I have modified am335-boneblack.dts and compiled it. #include "am335x-peripheral-ttyS1.dtsi" #include "am335x-bone-pinmux-ttyS1.dtsi" _pinmux { uart1_pins: pinmux_uart1_pins { pinctrl-single,pins = <

[beagleboard] kernel 4.1.2-bone 12, how to edit default cmdline

2015-07-14 Thread Jan Kinkazu
Hi all. System starts with 0.00] Kernel command line: console=ttyO0,115200n8 root=UUID=250d80ed-1acd-4cc5-906f-2af2805ff23d ro rootfstype=ext4 rootwait fixrtc even if there is nothing defined in uEnv.txt Where and how i can edit default cmdline? Thanks -- For more options, visit

[beagleboard] g_multi doesn't work properly when am335x-bone-common-no-capemgr.dtsi and 4.1.x/ dtb rebuilder

2015-07-14 Thread Jan Kinkazu
windows drivers don't match g_multi settings -- 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

[beagleboard] 4.2-rc1-bone1

2015-07-12 Thread Jan Kinkazu
Hi all. Could you tell me please if this patch: http://www.spinics.net/lists/linux-omap/msg119622.html is going to be applied when I build kernel with bb-kernel? Kind Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

[beagleboard] Linux beaglebone 4.1.1-bone9 kernel and set serial

2015-07-11 Thread Jan Kinkazu
HI all. Has anyone made setserial working on BBB? root@beaglebone:~# setserial -g /dev/ttyO[124] /dev/ttyO1, UART: undefined, Port: 0x, IRQ: 156 /dev/ttyO2, UART: undefined, Port: 0x, IRQ: 157 /dev/ttyO4, UART: undefined, Port: 0x, IRQ: 158 Why UART type is undefined? Why port is

Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2015-06-29 Thread Jan Kinkazu
Have this problem in 4.1-bone9 net eth0: initializing cpsw version 1.12 (0) [9.014985] net eth0: phy found : id is : 0x7c0f1 [9.015081] libphy: PHY 4a101000.mdio:01 not found [9.020112] net eth0: phy 4a101000.mdio:01 not found on slave 1 kernel was generated by up to date

[beagleboard] Re: Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
I observed exactly the same behavior in kernel 3.8.13. The only difference is, I was able to capture more using debug console. here is the dump: http://pastebin.com/b73vnbmX In 4.0.0-bone0 there is only: unexpected IRQ trap at vector 00 On Thursday, 30 April 2015 16:00:56 UTC+1, Jan Kinkazu

Re: [beagleboard] Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
Hi Peter. I replicate this as many times as I want. I have got can0 interface and SIM908 connected to ttyO2 (GPS) and ttyO4 (GSM). To achieve this all I need to do is: Option 1: run candump can0 in one session of putty cat /dev/ttyO2 (gives GPS position) on second putty session Wait a little

Re: [beagleboard] Re: Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
Great, thank you. This means it is related to something else. On Thursday, 30 April 2015 18:25:57 UTC+1, RobertCNelson wrote: On Thu, Apr 30, 2015 at 12:21 PM, Jan Kinkazu fes...@googlemail.com javascript: wrote: Thank you very much for your answer Robert. No I haven't looked anywhere

[beagleboard] Re: Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
Thank you very much for your answer Robert. No I haven't looked anywhere, I am total newbie. All i know is how to compile a kernel using your build_deb.sh and install it. I have no idea where is a git history. I don't know how to check if this patch has been applied to mainline. I can't even

[beagleboard] Re: Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
I found one more patch with same problem: davinci_emac https://kernel.googlesource.com/pub/scm/linux/kernel/git/horms/ipvs/+/cd2d6d33e2c5be653d10cdc8fcd7dcf0be28de50%5E%21/#F0 Is this one also applied to 4.0.0-bone0? Sorry for all those questions, I am like a child in the fog. -- For more

[beagleboard] Re: Linux beaglebone 4.0.0-bone0 - unexpected IRQ trap at vector 00

2015-04-30 Thread Jan Kinkazu
Regards On Thursday, 30 April 2015 16:00:56 UTC+1, Jan Kinkazu wrote: Hi all. I am experiencing unexpected IRQ trap at vector 00 problem on my BBB. This suppose to be fixed in 3.14 version of kernel as per: https://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.14.30 cpsw.c Can anybody