Difference between revisions of "Template:CM4-DUAL-ETH-WIFI6-BASE User guide"

From Waveshare Wiki
Jump to: navigation, search
Line 128: Line 128:
 
*Then reboot.
 
*Then reboot.
 
Please refer to [https://www.raspberrypi.com/documentation/computers/compute-module.html Raspberry Pi manual]
 
Please refer to [https://www.raspberrypi.com/documentation/computers/compute-module.html Raspberry Pi manual]
 +
 +
==Openwrt==
 +
Openwrt has high customization and scalable performance. Openwrt is becoming more and more popular at present. Compared with commonly used wireless routers, OpenWrt's modifiable firmware allows us to customize router functions according to our own needs, such as single-arm routing, automatic Define routing policies, qos, etc., intranet penetration, etc. <br >
 +
 +
==img==
 +
=== Compiled without configuration ===
 +
Link: https://drive.google.com/file/d/1KccdLCYQ88Pcm0pp77e3k50qTOSgi_nK/view?usp=share_link
 +
 +
 +
=== Configured ===
 +
Link: https://drive.google.com/file/d/17THOPlBPD-BZZJS9_1JpFUj3MW7_fBh0/view?usp=share_link
 +
 +
==Openwrt Configuration==
 +
 +
<font color="#FF0000">
 +
Note: OpenWrt system will not provide any technical support if there is any problem during use, only the following tutorials and images are provided, and no other technical support other than hardware is provided.
 +
</font>
 +
The OpenWrt image configured above supports CM4 onboard wifi and the driver of RTL8153. CM4 can be turned into a smart router,<br />
 +
The following will tell you how to install Openwrt on the Raspberry Pi to realize the function of a wireless router so that the devices in the local area network can access the Internet through the wireless router, and realize the intelligent management of the local area network. The overall network topology is shown below. <br />
 +
 +
[[file:CM4-DUAL-ETH-BASE-openwrt-1.png]]<br />
 +
 +
After booting up correctly, log in to the system:<br />
 +
The computer is connected to the ETH0 interface, and then directly ssh remote login or web page login<br />
 +
The configured system default IP is: 192.168.14.1<br />
 +
The default IP of the system without configuration is: 192.168.1.1<br />
 +
Account: root without password<br />
 +
[[file:CM4-DUAL-ETH-BASE-openwrt-2.png]]<br />
 +
[[file:CM4-DUAL-ETH-BASE-openwrt-3.png]]<br />
 +
If you think the network port is not enough, you can buy [https://www.waveshare.com/usb-3.2-gen1-to-gigabit-eth.htm USB 3.2 Gen1 TO Gigabit ETH] RTL8153 expansion network port, if any [https://www.waveshare.com/eth-usb-hub-hat.htm ETH/USB HUB HAT] RTL8152 can also expand the 100M Ethernet port and support it.

Revision as of 06:02, 2 December 2022

User Guide

Note

Do not plug or unplug any device while it is powered on.

Image Programming

RTC FAN

Fan

As shown in the figure, switch the FAN voltage according to the position of the resistor, and the default is 12V.
CM4-DUAL-ETH-WIFI6-BASE User guide01.png
The fan PWM pin is controlled by GPIO18.

RTC

RTC chip: PCF85063A
Default I2C: I2C1
I2C address: 0x51

sudo nano /boot/config.txt
  #Add at the end
  dtparam=i2c_vc=on
  dtoverlay=i2c-rtc,pcf85063a
  #Add # in front of dtparam=audio=on
  #dtparam=audio=on
  #Save and exit, restart
  sudo reboot

Hwclock

Synchronize system clock -> hardware clock.

sudo hwclock -w

Synchronize hardware clock -> system clock.

sudo hwclock -s
  #Need to close the network, or close the network time, otherwise it will be changed back.

Set the hardware clock time:

sudo hwclock --set --date="9/8/2021 16:45:05"

View hardware clock.

sudo hwclock -r

Show version information.

sudo hwclock --verbose

CSI DSI

Configure File

CSI and DSI are disabled by default. When using the camera and DSI, three I2C devices, I2C-10, I2C-11, and I2C-0, will be occupied.
Booting is performed as follows:

wget https://www.waveshare.com/w/upload/7/75/CM4_dt_blob_Source.zip
  unzip -o CM4_dt_blob_Source.zip -d ./CM4_dt_blob_Source
  sudo chmod 777 -R CM4_dt_blob_Source
  cd CM4_dt_blob_Source/
  #Execute if two cameras and DSI0 are used
  sudo dtc -I dts -O dtb -o /boot/dt-blob.bin dt-blob-disp0-double_cam.dts
  #Execute if using two cameras and DSI1
  sudo dtc -I dts -O dtb -o /boot/dt-blob.bin dt-blob-disp1-double_cam.dts
  #When using any DSI, HDMI1 has no image output, even if you are not connected to the DSI screen, as long as you compile the corresponding file, then HDMI1 will have no output
  #If you need to restore, delete the corresponding dt-blob.bin: sudo rm -rf /boot/dt-blob.bin
  #Execution is complete, turn off the power and restart CM4

Record Test

Then connect the camera and DSI screen:
1: Make sure to connect when powering off.
2: Connect the power supply.
3: Wait a few seconds for the screen to boot.
4: If it cannot be started, check whether /boot/dt-blob.bin exists and if it exists, restart it again.

Old Version (Buster)

The camera needs to run raspi-config, choose Interfacing Options->Camera->Yes->Finish-Yes, and reboot the system. Open enable camera and restart it to save the changes.
Test the Raspberry Pi camera.
View the screen of the first camera connected:

sudo raspivid -t 0 -cs 0

View the screen of the second connected camera:

sudo raspivid -t 0 -cs 1

New Version (Bullseye)

If you use the newest system OS (Bullseye):

#The new system uses dual cameras
#Remove camera_auto_detect=1 in config.txt
#camera_auto_detect=1

#Add to
dtoverlay=imx219,cam1
dtoverlay=imx219,cam0

#Where imx219 is the camera sensor model, and other sensors are supported
dtoverlay=ov5647,cam0
dtoverlay=imx219,cam0
dtoverlay=ov9281,cam0
dtoverlay=imx477,cam0
dtoverlay=imx519,cam0

# then reboot
reboot

# open camera
libcamera-hello -t 0
or
libcamera-hello


# Other parts of the instructions:
#Check if the camera is detected
libcamera-hello --list-cameras

#Open the corresponding camera, preview for 5 seconds
libcamera-hello --camera 1
libcamera-hello --camera 0

#taking photos
libcamera-jpeg -o test.jpg

#shoot video
libcamera-vid -t 10000 -o test.h264

#You can add --camera to specify the camera
#-t <duration> option allows the user to choose how long the window is displayed in milliseconds

Click here for more commands.

  • NOTE: If using a DSI port to display there will be an HDMI disabled, even if just compiling the corresponding file without connecting the DSI screen.
  • Any connection between two HDMIs can output images, not limited to that HDMI. If two HDMI screens are connected, only HDMI0 has an image output.
  • If you want to enable both HDMI, delete the dt-blob.bin file with the following command:
sudo rm -rf /boot/dt-blob.bin
  • Then reboot.

Please refer to Raspberry Pi manual

Openwrt

Openwrt has high customization and scalable performance. Openwrt is becoming more and more popular at present. Compared with commonly used wireless routers, OpenWrt's modifiable firmware allows us to customize router functions according to our own needs, such as single-arm routing, automatic Define routing policies, qos, etc., intranet penetration, etc.

img

Compiled without configuration

Link: https://drive.google.com/file/d/1KccdLCYQ88Pcm0pp77e3k50qTOSgi_nK/view?usp=share_link


Configured

Link: https://drive.google.com/file/d/17THOPlBPD-BZZJS9_1JpFUj3MW7_fBh0/view?usp=share_link

Openwrt Configuration

Note: OpenWrt system will not provide any technical support if there is any problem during use, only the following tutorials and images are provided, and no other technical support other than hardware is provided. The OpenWrt image configured above supports CM4 onboard wifi and the driver of RTL8153. CM4 can be turned into a smart router,
The following will tell you how to install Openwrt on the Raspberry Pi to realize the function of a wireless router so that the devices in the local area network can access the Internet through the wireless router, and realize the intelligent management of the local area network. The overall network topology is shown below.

CM4-DUAL-ETH-BASE-openwrt-1.png

After booting up correctly, log in to the system:
The computer is connected to the ETH0 interface, and then directly ssh remote login or web page login
The configured system default IP is: 192.168.14.1
The default IP of the system without configuration is: 192.168.1.1
Account: root without password
CM4-DUAL-ETH-BASE-openwrt-2.png
CM4-DUAL-ETH-BASE-openwrt-3.png
If you think the network port is not enough, you can buy USB 3.2 Gen1 TO Gigabit ETH RTL8153 expansion network port, if any ETH/USB HUB HAT RTL8152 can also expand the 100M Ethernet port and support it.