[BPI-R4] No UART comunication

Hello! I’ve just got BPI-R4 in my hands, burned image on SD, both switches down, UART adapter connected, everything set aaaand… nothing. First I was thinking that maybe my adapter is broken, so I decided to bridge tx and rx and was hoping for echo, but no, characters just going as I typing, when I press enter it goes back to the start of the line and overwrite what I type (but tx and rx diodes blinking)

When I connecting it to BPI-R4 there is just blank terminal, I can’t type anything and not reciving any informations, and the diodes are like this:

491527430_10085488921461294_499297530710877817_n-ezgif.com-video-to-webp-converter

Even if I pull out sd card and switch to nand or emmc the response is the same (only one difference on nand and emmc is the led is red only, no blinking)

Is it bricked? No hope?

Which adapter do you use (ftdi recommended)?

Have you crossed rx and tx?

Which application and settings do you use for uart?

You are for sure on the right device with your app?

Hello! Thank you for response.

I use this one (attached by seller): firefox_E3GQf5SfFQ

Then I tried atmega 2560 pro clone with 18 and 19 pin but ended with echo (not sure if its good or bad sign)

Yes, I crossed rx and tx

I tried putty and MobaXterm both with: bps 115200, data 8 stop 1, parity none, flow control none

I’m sure I’m using right device, but plot twist, device just died, I mean it’s not even recognized by windows device manager, so there is a chance my code for atmega was faulty and I’ll try to fix it

In meantime I’ll order new adapter, but there are only two available in my area:

obraz

Which one you recommend?

Settings are right

Be careful with atmega. Afaik (from my arduinos) it is 5v. Also the second cable could be 5v,so i suggest the first one set to 3v3 by jumper.

I also found these on my local store that I can pick up today:

  1. USB micro->UART RS232 TTL FT232 obraz

  2. RS232/FT232 FTDI USB/TTL obraz

  3. USB/UART RS232/TTL 3,3V/5V CP2 obraz

The last one is CP2102 but I’m not sure how to set it to 3.3v

I have some that look like this one. But the jumper is in the wrong place, it should be on the 5V or the 3.3V pin and on the middle pin. Normally they are delivered on the 5V pin and need to be changed over to 3.3V

image

Just got the device, I moved the jumper to 3.3v, connected tx to rx and rx to tx, gnd to gnd and the same My last hope is the drivers are bad, what does is say in device manager when you connect the adapter?

is the r4 booting? do you see openwrt webpage?

i had issues with some usb c cable that wasnt providing enough power

yeah, I’m using power supply delivered by seller, 12v 5A 60W, and the green diode is blinking like its trying to read sd card but maybe I’m wrong

wrong com configured? i just took com1 proposed by putty but under the sys it was com3… just trying to give idea of why :slight_smile:

Yeah yeah I know, I really appreciate that :heart: I double checked, upluged the adapter, pluged it again and I picked that one was missing before. I think something is wrong with UART on bpi or with bpi itself. I think it’s not bricked since it trying to read from SD, maybe preloader or uboot?

1 Like

by any chance, which image did you burn? with which piece of software? might be faulty sd card? may be try to reburn it or another one?

No matter the image, there should always be something to see on the debug uart. Even if the very first part of the image is not ok, you still get errorcodes from the bootrom on the uart.

You are connected to the debug uart? Not to the uart on the gpio header?

1 Like

No no, I’m connecting to the side debug uart with standalone gnd, tx, rx, not to gpio. I talked to the seller and he said that board might be damaged, he will send me a new one :slight_smile: for now I don’t want to close this topic, let’s wait until I’ll get the new one and see

1 Like