Jump to content

Jaybyrd

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Make sure you have the adapter set to 3.3V and you only need 3 pins. The ground goes to the ground, but then you need transmit (Tx) to receive (Rx) and receive (Rx) to transmit (Tx). I use minicom in a Linux terminal with baud rate set to 1500000 and the adapter will be located on /dev/ttyUSB0. To adjust those settings in minicom, "sudo minicom -s" and save as dfl. You can also give your user permission to use minicom without sudo. "sudo usermod -a -G $USER dialout" then log out and log back in.
  2. Recover OrangePi 5 Plus Download: https://drive.google.com/drive/folders/19SMZHj1Y8l_Vvr6_SMDHYdJHi41hMgsI Press and hold the MASKROM button, then plug in USB power and release the MASKROM button Open a terminal in Linux and install "rkdeveloptool" *Note, I saved all the files in that URL to /home/$USER/opi5plus then "cd opi5plus" | use "sudo rkdeveloptool ld" to see if your device can be seen (plug in USB cable from PC to the USB-C connector opposite the power). opi5plus$ sudo rkdeveloptool db MiniLoaderAll.bin Downloading bootloader succeeded. opi5plus$ sudo rkdeveloptool ul MiniLoaderAll.bin Upgrading loader succeeded. opi5plus$ sudo rkdeveloptool td Test Device OK. opi5plus$ sudo rkdeveloptool rd Reset Device OK. Make sure you have a freshly baked SD card installed with your Linux flavor of choice then power off, install the SD card and boot up!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines