-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Console #61
Comments
2000000 Baud, 8N1 |
What flow control? |
No flow control. Maybe you selected the wrong com-port? |
I opened both at the same time with putty |
Here is a list of things that you could try to solve it:
|
DevCube said it successfully flashed it. Is it still possible that it was not flashed properly? |
Please make sure you are using version 1.8.3 of Devcube. Older versions have a issue. |
Where can I find version v1.8.3? |
I used version v1.8.3 and I still was not able to get a serial console. |
Used v1.8.4 and the latest FW from https://github.com/openbouffalo/buildroot_bouffalo/releases/tag/v1.0.1 but i also didn't get a working serial console (neither 2000000 Bd or 115200 8N1 etc is working) for Linux on GPIO 16/17 (Pin 31/32), just get carbage on GPIO 14/15 (Pin 1/2) used for the programming 🤷 |
1.8.4 is broken with the current buildroot. You have to use 1.8.3.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: jbrunk1966 ***@***.***>
Sent: Wednesday, May 24, 2023 3:24:56 PM
To: openbouffalo/buildroot_bouffalo ***@***.***>
Cc: Justin Hammond ***@***.***>; Comment ***@***.***>
Subject: Re: [openbouffalo/buildroot_bouffalo] Serial Console (Issue #61)
Used v1.8.4 and the latest FW from https://github.com/openbouffalo/buildroot_bouffalo/releases/tag/v1.0.1 but i also didn't get a working serial console (neither 2000000 Bd or 115200 8N1 etc is working) for Linux on GPIO 16/17 (Pin 31/32), just get carbage on GPIO 14/15 (Pin 1/2) used for the programming 🤷
—
Reply to this email directly, view it on GitHub<#61 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGNURDBT3JHXECJ5TYYLRDXHWZURANCNFSM6AAAAAAX5LCMUE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
only 1.8.4 is available from https://dev.bouffalolab.com/download :( |
@Fishwaldo thnx a lot, with 1.8.3 i was able to get "something" from GPIO 16/17 (Pin 31/32), but it's still just carbage. Seems my USB-to-Serial Converter based on CP210x isnt capable to operate above 115200 Bb... |
Bought a CH340G based USB-to-Serial Converter at Amazon for 5 bucks this is able to operate at 2.000.000 Bd :woohoo: |
Which one? Because mine also does not support 2.000.000 Bd. I managed to patch the firmware to run at 115200 Bd, but having a faster serial port might be more convenient. |
bought this one: |
Thanks a lot, bought it. |
were you able to get it working because I am unable to get anything on the serial port 14/15 seems to work but 16/17 isn't working using CH340G based adapter |
flashed it with v1.8.3 via GPIO14/15 (Pin 1/2) in boot mode, afterwards got the serial console for linux via GPIO16/17 (Pin 31/32) ... |
That is exactly what I did still I am not getting anything on 16/17 and when I check 14/15 I get following log and nothing on 16/17 |
seems this is the output of Core M0; maybe something went wrong during flashing? i by myself flashed it with 115200 Bd only |
in that case Ill try to flash it with 115200 |
getting this while flashing MCU but it gets flashed successfully |
that looks not right, re-download the images from https://github.com/openbouffalo/buildroot_bouffalo/releases/tag/v1.0.1 and try it again. i didn't got that error during flashing. maybe you've mistaken m0_lowload_bl808_m0.bin with d0_lowload_bl808_d0.bin or vice versa? |
Nope still getting the same error, re-downloaded and checked if ive mistaken or not, it still gives me same error |
I got the same error. |
did you manage to get it working? |
Arrived and works perfectly. |
Have the same problem on sipeed M1s. Tried listening on all the UART pins from separate usb to uart board. Tried flashing versions from here https://github.com/openbouffalo/buildroot_bouffalo/actions/runs/4754065203, check everything 3 times. Nothing seems to help, just constantly repeating [MBOX] messges about Unhandled Interrupts on E907 uart. EDIT: solved |
To use the CP210x, use the CP21xxCustomizationUtility to change the baud rate to 2000000. |
I had the same problem on my Sipeed M1s (only the M0 core was showing something, while D0 was just completely silent), I managed to solve it by using the old version of DevCube: |
What settings should be used for the linux serial console?
The text was updated successfully, but these errors were encountered: