Re: Ethernet over USB on Arduino Due

2019-12-24 Thread Adam Feuer
compile. But when I flash nuttx.bin to the board > > using bossac, I get a blinking RX light, which indicates a panic. > > > > Here's the changes I made: > > > > > https://github.com/apache/incubator-nuttx/compare/master...adamfeuer:feature/arduino-due-ethernet-over-us

Re: Ethernet over USB on Arduino Due

2019-12-24 Thread Adam Feuer
, I get a blinking RX light, which indicates a panic. Here's the changes I made: https://github.com/apache/incubator-nuttx/compare/master...adamfeuer:feature/arduino-due-ethernet-over-usb I guess I need to debug this too. :) Any tips? Did I do something wrong with these modifications? cheers adam

Re: Ethernet over USB on Arduino Due

2019-12-23 Thread Gregory Nutt
: https://github.com/apache/incubator-nuttx/compare/master...adamfeuer:feature/arduino-due-ethernet-over-usb I guess I need to debug this too. :) Any tips? Did I do something wrong with these modifications? cheers adam On Mon, Dec 23, 2019 at 11:43 AM Gregory Nutt <mailto:spudan...@gmail.

Re: Ethernet over USB on Arduino Due

2019-12-23 Thread Gregory Nutt
..., but I'm down to this last missing function: void up_usbinitialize(void) Defined here: $ grep -r up_usbinitialize arch/arm/src/sam34 arch/arm/src/sam34/sam_udp.c: * Name: up_usbinitialize arch/arm/src/sam34/sam_udp.c:void up_usbinitialize(void) arch/arm/src/sam34/sam_udp.c:   * in when

Ethernet over USB on Arduino Due

2019-12-23 Thread Adam Feuer
Hi, Does anyone know if it's possible to do Ethernet over USB on NuttX on the Arduino Due? For instance, like Alan Carvalho de Assis discusses in this Youtube video ? I can get a minimal NuttX installation working without TCP/IP and UDP/IP networking.