open the PI’s configuration screen (in the terminal window) by typing:
sudo raspi-config
click:
Finish
select YES
when it asks for a reboot.
Crowpi2 software is recommended to run on RPi4 2G or higher, preferably 4G or 8GB.
Because this pin is used to detect the start pin of the PCBA board, it may cause the device to shut down if used.
If you use the new Raspbain image, open the config.txt file in the TF kagan directory after the burn is completed, and modify the config.txt code as follows (add at the end):
hdmi_force_hotplug=1
max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1920 1080 60 6 0 0 0
hdmi_drive=2
enable_uart=1
In addition:
Execute the following command:
git clone https://github.com/elecrow-engle/elecrow_crowpi2.git
cd elecrow_crowpi2/GPIO
sudo bash ./start.sh