Git Product home page Git Product logo

linux-rtl8822cs-wifi's Introduction

These wireless drivers are recommended to build at host than the target.
We never build these drivers at target. 

Compatible Linux versions: Linux-5.9.8

1. export cross-compiler

2. build linux, assume /path/to/linux
   # wireless core
   CONFIG_WIRELESS=y
   CONFIG_CFG80211=y
   CONFIG_MAC80211=y
   CONFIG_CFG80211_WEXT=y

   # wireless drivers
   CONFIG_WLAN=y

3. build rtl8822cs

   $ cd rtl8822cs
   $ make ARCH=arm64 -C "/path/to/linux" M="/path/to/rtl8822cs" CONFIG_RTL8822CS=m
   $ make ARCH=arm64 -C "/path/to/linux" M="/path/to/rtl8822cs" INSTALL_MOD_PATH="/path/to/modules" modules_install

linux-rtl8822cs-wifi's People

Contributors

openedev avatar sunielmahesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

linux-rtl8822cs-wifi's Issues

How to build on arm, linux source and header installed from apt

Hi,

I want to build this dirver on s905x3 armbian. I don't have source code and config of kernel. So i install from apt.

root@amlogic:~# uname -a
Linux amlogic 5.8.16-xxx-46+ #21 SMP Sat Oct 17 22:48:49 CST 2020 aarch64 GNU/Linux

linux-source-5.8.16-meson64
linux-headers-5.8.16-sunxi64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.