WiFi on the Xilinx Kria KV260 Vision AI Starter Kit (202104-28895)

Asked by Sanjay

I was trying to install WiFi Driver for my Xlinx KRIA KV260 which has Ubuntu as OS. This is the doc I found on net which has the driver source and steps to compile

I am getting following error while running make. I assume its because some modules / lib are missing

Any help in this regard is much appreciated

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu-Certification Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sanjay (san45) said :
#1

    ubuntu@kria:~/mt7601usta/src$ sudo make
    make -C tools
    make[1]: Entering directory '/home/ubuntu/mt7601usta/src/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory '/home/ubuntu/mt7601usta/src/tools'
    /home/ubuntu/mt7601usta/src/tools/bin2h
    cp -f os/linux/Makefile.6 /home/ubuntu/mt7601usta/src/os/linux/Makefile
    make -C /lib/modules/5.4.0-1017-xilinx-zynqmp/build SUBDIRS=/home/ubuntu/mt7601usta/src/os/linux modules
    make[1]: Entering directory '/usr/src/linux-headers-5.4.0-1017-xilinx-zynqmp'
      HOSTCC scripts/selinux/genheaders/genheaders
    scripts/selinux/genheaders/genheaders.c:18:10: fatal error: classmap.h: No such file or directory
       18 | #include "classmap.h"
          | ^~~~~~~~~~~~
    compilation terminated.
    make[4]: *** [scripts/Makefile.host:107: scripts/selinux/genheaders/genheaders] Error 1
    make[3]: *** [scripts/Makefile.build:519: scripts/selinux/genheaders] Error 2
    make[2]: *** [scripts/Makefile.build:519: scripts/selinux] Error 2
    make[1]: *** [Makefile:1147: scripts] Error 2
    make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-1017-xilinx-zynqmp
    make: *** [Makefile:419: LINUX] Error 2

Revision history for this message
Sanjay (san45) said :
#2

    ubuntu@kria:~/mt7601usta/src$ lsusb
    Bus 002 Device 002: ID 0424:5744 Microchip Technology, Inc. (formerly SMSC) Hub
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 009: ID 0424:2740 Microchip Technology, Inc. (formerly SMSC)
    Bus 001 Device 008: ID 04ca:00ac Lite-On Technology Corp.
    Bus 001 Device 007: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter

Revision history for this message
Sanjay (san45) said :
#3

This is the driver I was trying to compile https://github.com/art567/mt7601usta

Revision history for this message
Sylvain Pineau (sylvain-pineau) said :
#4

The Xilinx Kria KV260 Vision AI Starter Kit was not certified with wifi dongles.

If you want to compile external drivers, I'd suggest to ask on ubuntu forums instead, e.g:

https://ubuntuforums.org/showthread.php?t=2459883

Can you help with this problem?

Provide an answer of your own, or ask Sanjay for more information if necessary.

To post a message you must log in.