Line 46: |
Line 46: |
| | | |
| === Upgrade Firefly Ubuntu system === | | === Upgrade Firefly Ubuntu system === |
− | <br /> | + | |
| + | ==== Overview ==== |
| + | This section describes how to update the RK35xx system to support our camera modules. |
| + | |
| + | For some versions, we provide a deb installer that can be installed directly. For versions where no installer is provided, you will need to refer to later chapters to compile from the driver source code. |
| + | |
| + | Although we are now using Ubuntu system as an example to introduce, other Linux distributions can also refer to this article. |
| + | |
| + | ====Burn Firefly standard system==== |
| + | Refer to the [https://wiki.t-firefly.com/en/ROC-RK3566-PC/01-bootmode.html Firefly documentation] to burn in a standard system. |
| + | ====Using prebuilt Image and dtb file==== |
| + | Using the compiled debain installation package |
| + | |
| + | On the RK35xx board, execute : |
| + | |
| + | <code>wget <nowiki>https://github.com/veyeimaging/rk356x_firefly/releases/latest/download/rk356x_firefly.tar.gz</nowiki></code> |
| + | |
| + | <code>tar -xavf rk356x_firefly.tar.gz</code> |
| + | |
| + | <code>cd cd rk356x_firefly/released_images/ROC-RK3566-PC/ubuntu/</code> |
| + | |
| + | <code>sudo dpkg -i linux-image-4.19.232_4.19.232-21_arm64.deb</code> |
| + | |
| + | If the version does not match, it needs to be compiled from the source code. |
| + | |
| === Check system status === | | === Check system status === |
| | | |