bouffalolab / bl808_linux

Apache License 2.0
129 stars 41 forks source link

Compatibility with Ox64 #24

Closed dewgenenny closed 1 year ago

dewgenenny commented 1 year ago

Hey. Apologies if this is a stupid question.

First of all - is this software compatible with Pine Ox64 boards?

I have managed to follow the instructions and flash all parts of the built software to my Pine Ox64, however I am unsure where the console is outputting to - I have tried all the TX/RX combinations listed on this graphic https://wiki.pine64.org/images/2/24/Ox64_pinout.png with no joy.

Thanks thanks thanks for your answer

Pavlos1 commented 1 year ago

Make sure to run switch_to_m1sdock.sh before building, as the (D0) UART pins are inaccessible otherwise.

Your console will then be on TX=GPIO16, RX=GPIO17.

dewgenenny commented 1 year ago

Yep that helped, thank you.