Hi Alexander thanks for the response - as it turns out there was a
cut/paste error on my part from one of my "bare metal" drivers. The .start
function in ieee802154_ops was returning a positive value instead of 0 for
successful completion. Once I fixed that everything seemed to be working
fine.
Hello,
On Wed, Dec 21, 2011 at 12:06 PM, M Pouillot wrote:
> Hello all,
>
>
>
> I need to implement a 6lowpan linux driver for the CC2530 from TI. This
> transceiver purposes its own serial protocol to manage its Z-MAC (embedded
> 802.15.4 Mac layer). I see Linux-Zigbee allows hardMAC (for trans
Hi again,
2011/12/23 Pierre-Emmanuel Goudet :
> Hi,
>
> Finally we dropped all existing libnl-dev, libnl2, and re-install libnl3 and
> it seems to be ok for this step ...
> We recompile but working on the master branch of linux-zigbee / userspace,
> the iz app seems to not contain the "6Lowpan"
Hi,
Finally we dropped all existing libnl-dev, libnl2, and re-install libnl3 and it
seems to be ok for this step ...
We recompile but working on the master branch of linux-zigbee / userspace, the
iz app seems to not contain the "6Lowpan" option I use to know ?
Any idea ?
Thanks
-Message d
Hi,
2011/12/19 Pierre-Emmanuel Goudet :
> Hi Alexander,
>
> We've start trying 6lowpan modules, we could recompile kernel and modules,
> but when we reach to users tools ( iz,...) compilation we fail on libnl 3.0
> missing when running "autogen.sh". Note that we've installed libnl-dev but it
>
Hi Matt,
could you please describe your kernel in details:
- Where did you get it?
- What is about mac layer in your kernel?
- How did port driver, what the hacks were used?
With best regards,
Alexander
2011/12/21 Matt Wood :
>
>
> -- Forwarded message --
> Hi folks, I'm new to