Re: [Linux-zigbee-devel] Load mrf24j40 on beaglebone

2013-04-19 Thread Alan Ott
I've never seen that before. The beaglebone kernel[1] has been updated so that mrf24j40 on beaglebone should work out of the box when connected to SPI1 (no more patches required). Are you running that, or are you running something older, with your own patches applied? Are you using ubuntu? Are y

Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Alan Ott
On 04/17/2013 05:23 PM, Tony Cheneau wrote: > Add a "baudrate" parameter on the CLI that enables the user to choose > from different baudrates. If no parameter is passed, the baudrate is set > to 115200 (retaining the previous behavior). > > Signed-off-by: Tony Cheneau > --- It looks like your ed

Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Tony Cheneau
Hi, Thanks Alan. I'll correct the spacing issue and split the patch in two: one for getopt, and one for the baudrate setting. Regards, Tony Le 2013-04-19 15:03, Alan Ott a écrit : > On 04/17/2013 05:23 PM, Tony Cheneau wrote: >> Add a "baudrate" parameter on the CLI that enables the user to >>

Re: [Linux-zigbee-devel] [PATCH 1/1] izattach: enable custom baudrate

2013-04-19 Thread Alan Ott
On 04/19/2013 09:38 AM, Tony Cheneau wrote: > > Thanks Alan. I'll correct the spacing issue and split the patch in > two: one for getopt, and one for the baudrate setting. No no... Not one for getopt(). One for the formatting fix at VTIME.