Serial Communication through UART RX TX

I have configured Axon V1.0 UART commincation to custom ipcb board. connection is pi pin no 8 as GND, 10 to IPCB TX, 12 to IPCB RX and aa to IPCB DIR. when i sending command for read voltage unable to get response from RX. Even after sending cmd onlt tx count increasing no change happening in rx count. i am using baud rate 115200 and ttyS1

I hope you are talking about UART Debug pins.
https://docs.vicharak.in/vicharak_sbcs/axon/axon-getting-started/#using-serial-console

For Debug UART Pins, baudrate is 1500000

Could you make video and send it over here!?

If you want to use GPIO pins as header than Kindly go through the documentation.

Kindly go through documentation again.
https://docs.vicharak.in/vicharak_sbcs/axon/peripherals/uart/


attached the video and followed the same steps which mentioned in (UART | Vicharak)

Could you confirm your overlays is turned it or not !?

cat /boot/extlinux/extlinux.conf and also make sure after enabling it, you have rebooted axon.

yes rebooted and extlinux.conf has ##/boot/extlinux/extlinux.conf

IMPORTANT WARNING

The configuration of this file is generated automatically.

Do not edit this file manually, use: u-boot-update

default 10

menu title U-Boot menu

prompt 0

timeout 10

Label 10

menu label Vicharak Linux Kernel 6.1.75-axon

linux/Image-6.1.75-axon

initrd /initrd.img-6.1.75-axon

fdt/rk3588-axon-linux-6.1.75-axon.dtb

fdtoverlays /overlays-6.1.75-axon/rk3588-axon_v0.3-uart1.dtbo

append audit=0 earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchi

p.gicv3_pseudo_nmi=0 loglevel=4 earlyprintk plymouth.ignore-serial-consoles quiet root=PARTUUID=2376a9e2-c4b0-4028-975a-488b107fb0d0 rootwait rw splash coherent_poo

l=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1

root@AXONTEST1001:~#


We have also tried with Axon To Axon communication using UART1 with 115200 baudrate.

Confirm wire health as well.

even for me when looping then working fine but i have connected with ipcb board, there i am getting issues. is there any way to find out whether communication is establishing or not

1 Like