just a quick note

This commit is contained in:
robert jakub 2024-11-24 11:45:27 +01:00
parent 6fcfdccd3a
commit bf0f49e466

19
uconsole/README.md Normal file
View File

@ -0,0 +1,19 @@
# NixOS uConsole support
_just a quick note..._
## recreate the sd-image:
```
nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I nixos-config=sd-image-uConsole.nix
```
## connect to wifi
```
# systemctl start wpa_supplicant.service
# wpa_cli
[...]
```
## enable uconsole-4g-cm4 (disabled by default)
```
hardware.uconsole.module-4g.enable = true;
```