How to turn the debugging serial port into an ordinary serial port

borad:
VIM3 Pro
ubuntu20.04 kernel 4.9

To control Robots, I need IMU sensor which communicates via UART.

Unfortunately, The UART3 in 40P-GPIO (Pin15, Pin16) is already used by SPI communications.

the debug serial port seems the only choice I have.

So,How to turn the debugging serial port into an ordinary serial port?

By the way, I connect IMU sensor RX and TX to Linux-Tx and Linux-RX. When powering is on. The IMU sensor immediately sends data to VIM3, But the VIM3 can’t correctly startup. It seems stuck on the autoboot.
I emulate the IMU data send to vim3. The output is like below:

[KM]Error:f[keymanage_dts_parse]L307:not a fdt at 0x0000000001000000
gpio: pin GPIOAO_7 (gpio 7) value is 1
saradc: 0x28b, hw_ver: 0x32 (VIM3.V12)
Product checking: pass! Hardware version: VIM3.V12
normal power on
boot wol: disable
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
port mode is usb3.0
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
Hit Enter or space or Ctrl+C key to stop autoboot -- :  1  0 
kvim3#cË„Ô÷€1!„€€!`1 •aoa<INTERRUPT>
kvim3#€ 1p5Ôì‰%=`€1p5Ôì‰%=—€1p5Ôì‰%=„€1p5Ôì‰%=þ€1p5Ôì‰%=z€1p5Ôì‰%=0€1p5Ôì‰%=m€1p5Ôì‰%=Ì€1p5Ôì‰%=aÇ€1p5Ôì‰%=Ä€1p5Ôì‰%=µ€1p5Ôì‰%=€1p5Ôì‰%=€1p5Ôì‰%= €1p5Ôì‰%=„€1p5Ôì‰%=U€1p5Ôì‰%=Z€1p5Ôì‰%=€1p5Ôì‰%=„€1p5Ôì‰%=€1p5Ôì‰%=tõc·!Ïp€[A a„`!=ïô
Unknown command '`—„þz0mÌÇĵ„UZ„€1p5Ôì‰%=' - try 'help'
kvim3#æ   p€[€ „€iÔì         #2Uþ€€$µ£€µ             Õ{£{    êIÏZ    Ô `—„þz0mÌÇĵ„UZ„€1p5Ôì‰%=qaÔ                               

How could I change something to make the VIM3 boot correctly?

Please help me! Thanks a lot!