An open API service indexing awesome lists of open source software.

https://github.com/simonswine/rockrobo-kernel


https://github.com/simonswine/rockrobo-kernel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Compiling modules for [rockrobo](https://github.com/dgiese/dustcloud/tree/master/devices/xiaomi.vacuum.gen1)

```
# Build kernel within docker image
docker build -t rockrobo-kernel .

# Get wifi kernel module out
docker rm -f rockrobo-kernel || true
docker create --name rockrobo-kernel rockrobo-kernel:latest
docker cp rockrobo-kernel:/usr/src/rtl8812au/8812au.ko .
docker cp rockrobo-kernel:/usr/src/linux-3.4.39/drivers/usb/serial/usbserial.ko .
docker cp rockrobo-kernel:/usr/src/linux-3.4.39/drivers/usb/storage/usb-storage.ko .
```