-
Notifications
You must be signed in to change notification settings - Fork 19
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
Native USB board #8
Comments
If you mean that USB serial you can assign a default console to it by placing file |
Just to confirm I am talking about the usb connection which is directly
connected to the gpio 19 and gpio 20.
Edit: i figured out the cmdline file thingy will try that and tell you how that goes.
…On Sat, 1 Jun 2024, 3:45 pm Max Filippov, ***@***.***> wrote:
it only works on the native USB
If you mean that
<https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf#section.33>
USB serial you can make it default console by placing file cmdline with
the following text: earlycon=esp32s3acm,mmio32,0x60038000 console=ttyGS3
debug rw root=mtd:rootfs no_hash_pointers into
build/build-buildroot-esp32s3/target/etc, running keep_buildroot=y
keep_rootfs=y keep_bootloader=y keep_toolchain=y nice
./rebuild-esp32s3-linux-wifi.sh and letting it reflash the board
including the etc partition.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGC5FZOXIDRGF7YP5BE4LTZFGNL3AVCNFSM6AAAAABIUALKYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTGM4TEOBVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey If it's not much trouble could you tell me step by step on how I should
do it. I did it multiple times and the outcome is the same. I am pretty
sure I am doing something silly which I cannot find right now. :(
…On Sat, 1 Jun 2024 at 18:08, Aaryav Behl ***@***.***> wrote:
Just to confirm I am talking about the usb connection which is directly
connected to the gpio 19 and gpio 20.
And if it's not a problem can you tell me how should I change that line
because I am fairly new to it.
On Sat, 1 Jun 2024, 3:45 pm Max Filippov, ***@***.***>
wrote:
> it only works on the native USB
>
> If you mean that
> <https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf#section.33>
> USB serial you can make it default console by placing file cmdline with
> the following text: earlycon=esp32s3acm,mmio32,0x60038000 console=ttyGS3
> debug rw root=mtd:rootfs no_hash_pointers into
> build/build-buildroot-esp32s3/target/etc, running keep_buildroot=y
> keep_rootfs=y keep_bootloader=y keep_toolchain=y nice
> ./rebuild-esp32s3-linux-wifi.sh and letting it reflash the board
> including the etc partition.
>
> —
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AVGC5FZOXIDRGF7YP5BE4LTZFGNL3AVCNFSM6AAAAABIUALKYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTGM4TEOBVGU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
You can do it like that with your current directory where the build scripts are:
It will run part of the build, prepare new file system images and prompt you to press enter when it's ready to flash the bootloader, kernel and rootfs and again for etc. |
Awesome!! Will try it as soon as possible and get back to you.
Thank you so much
…On Sun, 2 Jun 2024, 5:05 am Max Filippov, ***@***.***> wrote:
You can do it like that with your current directory where the build
scripts are:
$ echo 'earlycon=esp32s3acm,mmio32,0x60038000 console=ttyGS3 debug rw root=mtd:rootfs no_hash_pointers' > build/build-buildroot-esp32s3/target/etc/cmdline
$ keep_buildroot=y keep_rootfs=y keep_bootloader=y keep_toolchain=y nice ./rebuild-esp32s3-linux-wifi.sh
It will run part of the build, prepare new file system images and prompt
you to press enter when it's ready to flash the rootfs and again for etc.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGC5F2CDCJCWTN455URCDDZFJLCNAVCNFSM6AAAAABIUALKYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTGYZDQNZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I did everything as instructed but it is getting stuck at a different output. |
That looks odd. I only see
on the UART. On the USB serial the default build prints the following for me:
If you don't see that there's something wrong with the bootloader. |
This was getting print when I installed without any modification to the
cmdline but after that it was stuck there
…On Mon, 3 Jun 2024, 8:51 am Max Filippov, ***@***.***> wrote:
That looks odd. For me the default build prints the following on the USB
serial:
linux ptr = 0x42120000
vectors ptr = 0x4037c000
If you don't see that there's something wrong with the bootloader.
Are you able to get output from any other firmware flashed into your
board? Can you point me to a spec for your board?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGC5F55DIWYBWLJH7MI5FTZFPOMNAVCNFSM6AAAAABIUALKYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUGIYDINJTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Okay so I get this exact output "linux ptr = 0x42120000 |
I suspect that this is the same issue that was found here. Please rebuild your image with the updated bootloader and let me know if there's still no console output. |
All right I will try it and give you update
…On Thu, 13 Jun 2024, 2:27 pm Max Filippov, ***@***.***> wrote:
I suspect that this is the same issue that was found here
<#9 (comment)>.
Please rebuild your image with the updated bootloader and let me know if
there's still no console output.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGC5F5MZHYQD4TO3ZPKL6TZHFNI3AVCNFSM6AAAAABIUALKYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRVGA2DSMBWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi,
I bought a esp32 board which has no UART connection it only works on the native USB. It gets flashed easily but when I open putty with 115200 baud rate and the correct COM port it is stuck at the very first line "ESP-ROM:esp32s3-20210327". Can someone help me out please?
The text was updated successfully, but these errors were encountered: