Ethernet device module for odroidc2
Im having trouble with creating a ethernet driver device module for odroid c2. I have tried to create one based on the examples that exists in "/util_libs/libethdrivers/src/plat" to no avail. Looking at it, it does not seem to call the function to intialise the module. This is also evident when I step through the "find_compatible_driver_module" function in the "/camkes-tool/libsel4camkes/src/io.c" file as it does not go in to the loop that, from my understanding, should cycle through a list of modules in order to select an appropriate one. Any suggestions to what I may be missing or any references that would help point me in the right direction will be much appreciated.
On Thu, 2021-01-21 at 15:43 -0800, ogosinkem@gmail.com wrote:
Any suggestions to what I may be missing or any references that would help point me in the right direction will be much appreciated.
We have a funcitoning ethernet driver in use for the UNSW Asdvanced Operating Systems course based on the dirver from U-boot. This can be found in the AOS repository: https://github.com/SEL4PROJ/AOS/tree/master/libethernet Cheers, Curtis
Apologies in advance If this is a duplicate email as most of the time, I am unsure if my emails go through on this mailing list or not. I haven't been able to use this in a camkes application or in any other capacity but I have no doubt that it's something I'm doing wrong. Would it be possible to clarify the exact steps I need to take in order to get it up and running? Thanks, Nkem On Fri, 22 Jan 2021 at 00:04, Millar, Curtis (Data61, Kensington NSW) < Curtis.Millar@data61.csiro.au> wrote:
On Thu, 2021-01-21 at 15:43 -0800, ogosinkem@gmail.com wrote:
Any suggestions to what I may be missing or any references that would help point me in the right direction will be much appreciated.
We have a funcitoning ethernet driver in use for the UNSW Asdvanced Operating Systems course based on the dirver from U-boot. This can be found in the AOS repository:
https://github.com/SEL4PROJ/AOS/tree/master/libethernet
Cheers, Curtis
participants (3)
-
Millar, Curtis (Data61, Kensington NSW)
-
Nkem Ogosi
-
ogosinkem@gmail.com