Jump to content

Viktor Nikitin

Members
  • Posts

    5
  • Joined

  • Last visited

  1. I think there is some error in the driver need to compare the source code from Radxa Debian B6 and Armbian Connect dtbo or compile dts for the desired camera (I tested both Raspberry camera V2 and Radxa 8M) enter the command (pre-install the v4l-utils package): media-ctl -d /dev/media0 -p -v in Debian b6 will be at the end of the command output: In Armbian it will be like this: Apparently, something was not initialized...
  2. if anyone is stuck, temporary solution It looks like some Gnome services are loading the system. I installed the previous image Armbian_community_25.2.0-trunk.13_Radxa-zero3_noble_vendor_6.1.75_gnome_desktop.img Through the COM port (UART Serial Console) perform the initial configuration, set up the Internet, connect the necessary DTS (in the case of 3W, you must disable the wired Ethernet using DTS) Without updating the system, remove Gnome. aptitude purge `dpkg --get-selections | grep gnome | cut -f 1` aptitude -f install aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1` aptitude -f install Then update the system and after that you can install xfce from the repository. apt install xfce4 xdm apt install xfce4-goodies systemctl enable xdm.service reboot
  3. I installed Desktop images with Armbian Linux v6.1 Ubuntu 24.04 (Noble) Gnome (Zero 3W) And out of the box after installation I get the message -bash: fork: retry: Resource temporarily unavailable (I have to work through the com port, because because of this error ssh and the desktop cannot work) I checked the performance of the equipment by installing Debian 11 from Radxa, the equipment works correctly (CPU RAM eMMC). Has anyone encountered this problem?
  4. Did you manage to launch the camera? I used the following DTS Taken from here, But it hasn't worked out yet https://github.com/radxa-pkg/radxa-overlays/tree/main/arch/arm64/boot/dts/rockchip/overlays And loaded via sudo armbian-add-overlay /dts-v1/; /plugin/; / { metadata { title = "Enable Radxa Camera 8M 219"; compatible = "radxa,zero3"; category = "camera"; exclusive = "csi2_dphy0"; description = "Enable Radxa Camera 8M 219."; }; }; &{/} { clk_cam_24m: external-camera-clock-24m { status = "okay"; compatible = "fixed-clock"; clock-frequency = <24000000>; clock-output-names = "clk_cam_24m"; #clock-cells = <0>; }; camera_pwdn_gpio: camera-pwdn-gpio { status = "okay"; compatible = "regulator-fixed"; regulator-name = "camera_pwdn_gpio"; regulator-always-on; regulator-boot-on; enable-active-high; gpio = <&gpio3 22 0>; }; }; &i2c2 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&i2c2m1_xfer>; #address-cells = <1>; #size-cells = <0>; camera_imx219: camera-imx219@10 { status = "okay"; compatible = "sony,imx219"; reg = <0x10>; clocks = <&clk_cam_24m>; clock-names = "xvclk"; rockchip,camera-module-index = <0>; rockchip,camera-module-facing = "back"; rockchip,camera-module-name = "RADXA-CAMERA-8M"; rockchip,camera-module-lens-name = "default"; port { ucam_out0: endpoint { remote-endpoint = <&mipi_in_ucam0>; data-lanes = <1 2>; }; }; }; }; &csi2_dphy_hw { status = "okay"; }; &csi2_dphy0 { status = "okay"; ports { #address-cells = <1>; #size-cells = <0>; port@0 { reg = <0>; #address-cells = <1>; #size-cells = <0>; mipi_in_ucam0: endpoint@1 { reg = <1>; remote-endpoint = <&ucam_out0>; data-lanes = <1 2>; }; }; port@1 { reg = <1>; #address-cells = <1>; #size-cells = <0>; dphy0_out: endpoint@1 { reg = <1>; remote-endpoint = <&isp0_in>; }; }; }; }; &rkisp_vir0 { status = "okay"; port { #address-cells = <1>; #size-cells = <0>; isp0_in: endpoint@0 { reg = <0>; remote-endpoint = <&dphy0_out>; }; }; }; &rkisp { status = "okay"; }; &rkisp_mmu { status = "okay"; }; &rkcif_mmu { status = "okay"; }; &rkcif { status = "okay"; };
  5. https://github.com/radxa-pkg/radxa-overlays/tree/main/arch/arm64/boot/dts/rockchip/overlays
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines