Downloading the Corresponding Image
Download our provided .img image file from the Network Disk🚀 in the System Image/Debian12/ directory.
The image used in this document is: TaishanPi-3M-RK3576_Debian12-Xfce_AP6256-mSATA.img
Basically all images have Ethernet connection enabled by default, so you don't need to specifically download a certain image.
Flashing the Image to the Development Board
Refer to Finished Image Flashing to flash the downloaded image file to the development board.
Connecting the Ethernet Port
The board's Ethernet interface is located at:
Use an Ethernet cable to connect the LAN port of the WiFi router to the board's Ethernet interface. After a short wait, the system will automatically obtain an IP address and connect to the internet:
bash
ifconfig1
Try to ping an external website to see if the network connection is successful
bash
sudo ping www.baidu.com1