Onboard UTOC (CAN Bus) Interface Description
Important Notice
The CAN interface of the Fly-MINI-Pad cannot be disabled via software. Therefore, please pay attention when using it:
Usage Scenarios and Configuration Methods
- If you need to connect a CAN tool board: You must flash the motherboard with USB firmware, then connect the CAN tool board directly to the CAN interface of the Fly-MINI-Pad.
- If CAN functionality is not needed: This interface can be left idle without affecting other functions.
Wiring
Loading...
Solution When UTOC Cannot Be Found
-
Short-circuit the pins as shown in the diagram below with the power off
-
Ensure the short-circuit is properly in place, then power on the system
Loading...
Flashing
- Reference: Flash using Linux-APM32
- Firmware Flashing Tutorial
- FLY host computer usually has dfu-util built-in, no need to install flashing tool again.
- Confirm the device has entered DFU flashing mode.lsusb
If you can see 314b:0106, it means DFU flashing mode has been entered successfully.
Loading... - Pull/update firmware repository.git clone https://cnb.cool/3dmellow/FLY-Firmware /data/FLY-Firmwareln -s /data/FLY-Firmware /root/FLY-Firmwarecd /data/FLY-Firmware && git pull --ff-only
- Flash firmware.sudo dfu-util -a 0 -d 314b:0106 --dfuse-address 0x08000000 -D /data/FLY-Firmware/ExtensionBoard/UTOC/FLY_UTOC.bin
- If File downloaded successfully appears, flashing is successful.Loading...
- After flashing is complete, power off and restart.
Loading...