https://github.com/simonswine/rockrobo-kernel
https://github.com/simonswine/rockrobo-kernel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/rockrobo-kernel
- Owner: simonswine
- Created: 2018-03-13T11:10:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T20:34:11.000Z (about 6 years ago)
- Last Synced: 2025-03-15T16:48:50.730Z (3 months ago)
- Size: 121 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 .
```