Line 89:
Line 89:
In addition, a compiled linux kernel installation package and Android image is provided in the [https://github.com/veyeimaging/rk356x_radxa/releases releases].
In addition, a compiled linux kernel installation package and Android image is provided in the [https://github.com/veyeimaging/rk356x_radxa/releases releases].
−
===Upgrade Radxa Ubuntu system===
+
===Upgrade Radxa Debain system===
−
For the ROC-RK3566-PC and ROC-RK3588S-PC, we have provided an image of the release system.
+
====Overview====
+
This section describes how to update the RK35xx system to support our camera modules.
−
Download the latest Ubuntu imge from [https://github.com/veyeimaging/rk35xx_firefly/releases/ https://github.com/veyeimaging/rk35xx_Radxa/releases/] .
+
We provide a deb installation package that can be installed directly.
+
====Burn Radxa standard system====
+
Refer to the [https://wiki.t-firefly.com/en/ROC-RK3566-PC/01-bootmode.html Radxa documentation] to burn in a standard system.
+
====Using prebuilt Image and dtb file====
+
Using the compiled debain installation package
−
Refer to the Radxa documentation [https://wiki.t-firefly.com/en/ROC-RK3588S-PC/upgrade_bootmode.html ROC-RK3588S-PC] [https://wiki.t-firefly.com/en/ROC-RK3566-PC/03-upgrade_firmware.html ROC-RK3566-PC]to burn in a standard system.
+
On the RK35xx board,
+
+
Download the latest rk356x_Radxa_ubuntu.tar.gz from [https://github.com/veyeimaging/rk35xx_radxa/releases/ https://github.com/veyeimaging/rk35xx_Radxa/releases/] .
+
+
<code>tar -xavf rk356x_radxa_zero3w.tar.gz</code>
+
+
<code>cd rk356x_radxa_zero3w/released_images/cam2m</code>
+
+
<code>sudo dpkg -i linux-headers-5.10.160-36-rk356x_5.10.160-36_arm64_cam2m.deb</code>
+
+
<code>sudo dpkg -i linux-image-5.10.160-36-rk356x_5.10.160-36_arm64_cam2m.deb</code>
+
+
<code>sudo reboot</code>
+
+
If the version does not match, it needs to be compiled from the source code.
===Check system status===
===Check system status===
====Whether the camera is correctly recognized====
====Whether the camera is correctly recognized====