[riot-devel] Posix_Sockets example

2020-01-20 Thread Brenton Chetty
Hi guys, does anyone know how to get a Board communicating with a native node using the posix_sockets example? I managed to get 2 nodes (on native) communicating successfully. I also managed to get 2 "SamR21-Xpro" boards communicating successfully via a border router. How do I get the Board to

[riot-devel] Undefined reference to `writev'

2019-08-19 Thread Brenton Chetty
Hi guys, I managed to compile and upload the Zenoh protocol to a TI CC2538 board. However I had to comment out a vital line of code. The compiler could not detect the "writev" function, i.e. "int n = writev(sock, iov, iovcnt); " Any ideas on how to solve this issue. Is there a USEMODULE I could

[riot-devel] Porting Zenoh Protocol to RIOT

2019-07-26 Thread Brenton Chetty
Hi guys, I managed to do a port for the Zenoh protocol (ZHe and Zenoh-C) ( https://github.com/atolab/zenoh-c) (https://github.com/atolab/zhe). It works on native, however when I try to compile it for a board it fails during the CMAKE build phase. Note, I used RIOTs package system. When i compile

[riot-devel] Incorporating OMG Data-Distribution Service for Real-Time Systems (DDS)

2019-07-02 Thread Brenton Chetty
Hi Guys Is anyone currently working on incorporating DDS into RIOT? With regards Brenton ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] CC2538dk Riotboot support

2019-06-07 Thread Brenton Chetty
Please ignore my previous email. I forgot to add '$()' for $(IMAGE_OFFSET). Everything seems fine now. Just need to find out how to erase the necessary flash instead of a complete erase. Regards Brenton On Fri, Jun 7, 2019 at 11:20 AM Brenton Chetty wrote: > Hi Gaëtan > > I manag

Re: [riot-devel] CC2538dk Riotboot support

2019-06-07 Thread Brenton Chetty
ok on the supported CPUs as examples. > > > > 3. Make tests/riotboot pass > > > > 4. Perform a firmware update or flash different firmwares with different > > versions so the bootloader choses the newest. > > > > Optionally you might want to test if the

Re: [riot-devel] CC2538dk Riotboot support

2019-05-31 Thread Brenton Chetty
as examples. > > > > 3. Make tests/riotboot pass > > > > 4. Perform a firmware update or flash different firmwares with different > > versions so the bootloader choses the newest. > > > > Optionally you might want to test if the WIP SUIT update format works. >

Re: [riot-devel] CC2538dk Riotboot support

2019-05-29 Thread Brenton Chetty
works. I assume its an offset issue as Gaëtan mentioned. Also, I used the cortexm_base.ld Linker Script. Thanks for the help guys On Wed, May 29, 2019 at 2:18 PM Brenton Chetty wrote: > Thanks for the advice guys, but I'm still struggling to get the cc2538dk > to pass the riotboot tests. &g

Re: [riot-devel] CC2538dk Riotboot support

2019-05-29 Thread Brenton Chetty
n, take a look on the supported CPUs as examples. > > 3. Make tests/riotboot pass > > 4. Perform a firmware update or flash different firmwares with different > versions so the bootloader choses the newest. > > Optionally you might want to test if the WIP SUIT update format works.

[riot-devel] CC2538dk Riotboot support

2019-05-24 Thread Brenton Chetty
Hey guys, has anyone succeeded in providing riotboot support for the cc2538dk board as yet? ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] Wakaama_RIOT

2019-04-15 Thread Brenton Chetty
over serial an option to consider? Also when using a Board, which Server URI should we use? Regards Brenton On Fri, Apr 12, 2019 at 6:25 PM Brenton Chetty wrote: > Hey Leandro, it's working now. Thank you so much.I had forgotten to create > the tap interfaces. I don't plan on using the boo

Re: [riot-devel] Wakaama_RIOT

2019-04-12 Thread Brenton Chetty
node registering to the server. > Please tell me if that works. > > Cheers, > Leandro. > > On Fri, 2019-04-12 at 16:23 +0200, Brenton Chetty wrote: > > Hi > > > > I've had a look at the implementation pointed out by José. I cannot > > get the Leshan server to registe

Re: [riot-devel] Wakaama_RIOT

2019-04-12 Thread Brenton Chetty
omments on that PR as well. > > > > Thanks, > > Ken > > > > On 4/10/19 2:34 PM, José Alamos wrote: > > > Hello Brenton, > > > > > > There's an open PR with a basic LWM2M Wakaama client for RIOT here > > > [1]. > > > You can

[riot-devel] Wakaama_RIOT

2019-04-10 Thread Brenton Chetty
Hey guys, sorry to worry you'll. I just graduated, and I'm an intern. I need to update a STM32 device over the air using a Leshan Server, and a Wakaama Client (RIOT). I managed to send a .bin file from the Server to the RIOT_Wakaama client using the Linux native interface. I used the 2015