Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-23 Thread Deval Shah
I retested with the updated RTEMS master, everything is working great. I didn't have to make any changes. On Sat, Jul 23, 2016 3:51 PM, Pavel Pisa ppisa4li...@pikron.com wrote: Hello Deval Shah, On Thursday 21 of July 2016 18:57:11 Deval Shah wrote: Hello all, Good news ! The usb_eth

Re: I2C testcase linking error

2016-07-23 Thread Ben Gras
All, I tried to reproduce this. The I2C branch of your repo doesn't build because of struct i2c not being defined. So I #if 0'd out all the function bodies in i2c.c, and then everything builds, without linker errors. What is your state now? Are you blocked on this (or anything else) still? If so

Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-23 Thread Pavel Pisa
Hello Deval Shah, On Thursday 21 of July 2016 18:57:11 Deval Shah wrote: > Hello all, > Good news ! The usb_ethernet controller is working. > Dr. Joel pointed out to check if I am actually getting the interrupt. So I > checked there and found out that there was no entry for USB interrupt. As > soo

Re: Help required with setting up TFTP communication between QEMU instance and host machine

2016-07-23 Thread vivek kukreja
Hi Chris, Thank you for your prompt advice regarding tap interface. I followed this mail chain and successfully run the ping01 example in rtems-libbsd: https://lists.rtems.org/pipermail/users/2015-June/029063.html Now I can ping and FTP into the QEMU instance from host machine! Regards, Vivek