pull/4/head
Igor Zalatov 2022-01-13 15:53:00 +03:00
parent 9b85688d39
commit 4da5f1eea4
3 changed files with 72 additions and 30 deletions

View File

@ -22,7 +22,49 @@
* [https://github.com/OpenIPC/wiki/blob/master/en/old_manual.md](https://openipc.org/wiki/en/old-manual) * [https://github.com/OpenIPC/wiki/blob/master/en/old_manual.md](https://openipc.org/wiki/en/old-manual)
* [https://github.com/OpenIPC/wiki/blob/master/en/old-notes-for-resorting.md](https://github.com/OpenIPC/wiki/blob/master/en/old-notes-for-resorting.md) * [https://github.com/OpenIPC/wiki/blob/master/en/old-notes-for-resorting.md](https://github.com/OpenIPC/wiki/blob/master/en/old-notes-for-resorting.md)
* [https://github.com/OpenIPC/camerasrnd](https://github.com/OpenIPC/camerasrnd) * [https://github.com/OpenIPC/camerasrnd](https://github.com/OpenIPC/camerasrnd)
* [https://github.com/OpenIPC/firmware/wiki](https://github.com/OpenIPC/firmware/wiki)
* [https://github.com/OpenIPC/openipc.github.io](https://github.com/OpenIPC/openipc.github.io) * [https://github.com/OpenIPC/openipc.github.io](https://github.com/OpenIPC/openipc.github.io)
* [https://openwrt.org/docs/techref/hardware/soc/soc.hisilicon.hi35xx](https://openwrt.org/docs/techref/hardware/soc/soc.hisilicon.hi35xx) * [https://openwrt.org/docs/techref/hardware/soc/soc.hisilicon.hi35xx](https://openwrt.org/docs/techref/hardware/soc/soc.hisilicon.hi35xx)
## Navigation Menu
* **Introduction**
* [Supported devices](transfer-supported-devices)
* [Show changelog](transfer-show-changelog)
* **Installation**
* [Goke based boards](transfer-install-goke)
* [HiSilicon based boards](transfer-install-hisi)
* [Novatek based boards](transfer-install-novatek)
* [SigmaStar based boards](transfer-install-ssc335)
* [XM510 based boards](transfer-install-xm510)
* [XM530 based boards](transfer-install-xm530)
* **Usage**
* [System features](transfer-system-features)
* [Majestic streamer](transfer-majestic-streamer)
* [Microbe WEB interface](transfer-microbe-web)
* [Upgrade firmware](transfer-sysupgrade)
* [Image quality tuning](transfer-image-quality-tuning)
* [Memory tuning](transfer-memory-tuning)
* [Using ipctool](transfer-example-ipctool)
* [GPIO settings](transfer-gpio-settings)
* [ACMEv2](transfer-acmev2)
* [YouTube streaming](transfer-youtube-streaming)
* [WiFi XM530](transfer-wifi-xm530)
* **Firmware**
* [Releases in GitHub](https://github.com/OpenIPC/firmware/releases/tag/latest)
* [Releases in Telegram](https://t.me/s/openipc_dev)
* [Source code](transfer-source-code)
* **Development**
* [Interesting tricks](transfer-dev-tricks)
* [Boot device with NFS](transfer-dev-nfs-boot)
* [FFMPEG usage](transfer-dev-ffmpeg-usage)
* **Device Integration**
* [Kernel configuration](transfer-integration-kernel)
* **Specialized device settings**
* [Switcam HS303(v2)](transfer-special-hs303v2)
* **Contacts**
* [Bug reports](https://github.com/OpenIPC/firmware/issues)
* **Roadmap**
* [ToDo](transfer-todo-all)
* [Discussion (ru)](transfer-discussion-ru)
* [Developers](transfer-developers)

View File

@ -1,46 +1,46 @@
![OpenIPC logo](https://cdn.themactep.com/images/logo_openipc.png "OpenIPC logo") ![OpenIPC logo](https://cdn.themactep.com/images/logo_openipc.png "OpenIPC logo")
# Navigation Menu ## Navigation Menu
* **Introduction** * **Introduction**
* [Supported devices](supported_devices) * [Supported devices](transfer-supported-devices)
* [Show changelog](show_changelog) * [Show changelog](transfer-show-changelog)
* **Installation** * **Installation**
* [Goke based boards](install_goke) * [Goke based boards](transfer-install-goke)
* [HiSilicon based boards](install_hisi) * [HiSilicon based boards](transfer-install-hisi)
* [Novatek based boards](install_novatek) * [Novatek based boards](transfer-install-novatek)
* [SigmaStar based boards](install_ssc335) * [SigmaStar based boards](transfer-install-ssc335)
* [XM510 based boards](install_xm510) * [XM510 based boards](transfer-install-xm510)
* [XM530 based boards](install_xm530) * [XM530 based boards](transfer-install-xm530)
* **Usage** * **Usage**
* [System features](system_features) * [System features](transfer-system-features)
* [Majestic streamer](majestic_streamer) * [Majestic streamer](transfer-majestic-streamer)
* [Microbe WEB interface](microbe-web) * [Microbe WEB interface](transfer-microbe-web)
* [Upgrade firmware](sysupgrade) * [Upgrade firmware](transfer-sysupgrade)
* [Image quality tuning](Image-quality-tuning) * [Image quality tuning](transfer-image-quality-tuning)
* [Memory tuning](Memory-tuning) * [Memory tuning](transfer-memory-tuning)
* [Using ipctool](example_ipctool) * [Using ipctool](transfer-example-ipctool)
* [GPIO settings](gpio_settings) * [GPIO settings](transfer-gpio-settings)
* [ACMEv2](ACMEv2) * [ACMEv2](transfer-acmev2)
* [YouTube streaming](YouTube-streaming) * [YouTube streaming](transfer-youtube-streaming)
* [WiFi XM530](wifi_xm530) * [WiFi XM530](transfer-wifi-xm530)
* **Firmware** * **Firmware**
* [Releases in GitHub](https://github.com/OpenIPC/firmware/releases/tag/latest) * [Releases in GitHub](https://github.com/OpenIPC/firmware/releases/tag/latest)
* [Releases in Telegram](https://t.me/s/openipc_dev) * [Releases in Telegram](https://t.me/s/openipc_dev)
* [Source code](source_code) * [Source code](transfer-source-code)
* **Development** * **Development**
* [Interesting tricks](dev_tricks) * [Interesting tricks](transfer-dev-tricks)
* [Boot device with NFS](dev_nfs_boot) * [Boot device with NFS](transfer-dev-nfs-boot)
* [FFMPEG usage](dev_ffmpeg_usage) * [FFMPEG usage](transfer-dev-ffmpeg-usage)
* **Device Integration** * **Device Integration**
* [Kernel configuration](integration_kernel) * [Kernel configuration](transfer-integration-kernel)
* **Specialized device settings** * **Specialized device settings**
* [Switcam HS303(v2)](special_hs303v2) * [Switcam HS303(v2)](transfer-special-hs303v2)
* **Contacts** * **Contacts**
* [Bug reports](https://github.com/OpenIPC/firmware/issues) * [Bug reports](https://github.com/OpenIPC/firmware/issues)
* **Roadmap** * **Roadmap**
* [ToDo](todo_all) * [ToDo](transfer-todo-all)
* [Discussion (ru)](discussion_ru) * [Discussion (ru)](transfer-discussion-ru)
* [Developers](developers) * [Developers](transfer-developers)
----- -----