mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-14 08:02:16 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
18309f3b48
commit
54b511e9b4
22
README.md
22
README.md
@@ -9,19 +9,9 @@
|
|||||||
|
|
||||||
- Tweaker for automatically configuring devices according to profile (gpio, wifi, etc).
|
- Tweaker for automatically configuring devices according to profile (gpio, wifi, etc).
|
||||||
- Specialized _[storage location](https://github.com/OpenIPC/builder/releases/tag/latest)_ for customized firmware for well-known devices.
|
- Specialized _[storage location](https://github.com/OpenIPC/builder/releases/tag/latest)_ for customized firmware for well-known devices.
|
||||||
- QR code recognition to automatically _[connect to WiFi](https://openipc.org/tools/qr-code-generator)_ on your home network
|
- QR code recognition to automatically _[connect to WiFi](https://openipc.org/tools/qr-code-generator)_ on your home network.
|
||||||
|
|
||||||
|
|
||||||
### Preparing and using the project
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt-get update -y
|
|
||||||
sudo apt-get install -y automake autotools-dev bc build-essential curl fzf git libtool rsync unzip mc tree python-is-python3
|
|
||||||
git clone https://github.com/openipc/builder.git
|
|
||||||
cd builder
|
|
||||||
./builder.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
### List of known devices
|
### List of known devices
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -38,6 +28,16 @@ Uniview C1L-2WN-G-RU SSC337DE OS02G10 RTL8188FU NOR_16M
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Preparing and using the project
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install -y automake autotools-dev bc build-essential curl fzf git libtool rsync unzip mc tree python-is-python3
|
||||||
|
git clone https://github.com/openipc/builder.git
|
||||||
|
cd builder
|
||||||
|
./builder.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Existing problems
|
### Existing problems
|
||||||
|
|
||||||
- On some devices NOR flash 8M is small, and the WiFi driver is very large and the QR scanner currently does not fit into the firmware
|
- On some devices NOR flash 8M is small, and the WiFi driver is very large and the QR scanner currently does not fit into the firmware
|
||||||
|
|||||||
Reference in New Issue
Block a user