Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yodaos-project/product-kamino18
YODAOS Resources and configs for Kamino18
https://github.com/yodaos-project/product-kamino18
linux openwrt yodaos
Last synced: about 2 months ago
JSON representation
YODAOS Resources and configs for Kamino18
- Host: GitHub
- URL: https://github.com/yodaos-project/product-kamino18
- Owner: yodaos-project
- Created: 2019-02-25T07:13:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T13:17:38.000Z (over 5 years ago)
- Last Synced: 2024-05-14T00:26:59.516Z (8 months ago)
- Topics: linux, openwrt, yodaos
- Language: JavaScript
- Size: 7.15 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YODAOS Kamino18
The `yodaos-kamino18` is to maintain the resources and configs for the following products:
- Kamino18 Devkit 3.0
- Kamino18 Devkit 3.3And it can also be used as an sample of [YODAOS][]'s product.
### Directories
| path | description |
|------|-------------|
| [ota](./ota) | This directory manages the partition table for system OTA. |
| [res](./res) | The runtime resource directory. |
| [configs](./configs) | [YODAOS][] uses [defconfig][] to manage which packages should be compiled. |
| [CMakeLists.txt][] | The build script entry. |### Build
Follow the steps below to compile the product v3.3:
```bash
$ cd openwrt
$ cp ../products/rokid/dev3.3/configs/leo_k18_dev33_defconfig .config
$ make defconfig && make
```### License
Apache 2.0
[YODAOS]: https://github.com/yodaos-project/yodaos
[defconfig]: https://github.com/torvalds/linux/blob/master/arch/csky/configs/defconfig
[CMakeLists.txt]: ./CMakeLists.txt