-
Notifications
You must be signed in to change notification settings - Fork 137
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
U-boot-at91 prints strange characters #31
Comments
Going deeper enabling more verbose logs
|
It looks like your USART registers are configured very differently. Could you send a copy of your u-boot.bin and uboot.env Are you using USART1 for the serial output? Could you also try a full clean rebuild for the whole project? |
Hi Simone, |
Hi Ryan, |
Hello Ryan, D/TC:0 0 call_initcalls:40 level 6 sam_init_scmi_server() Thanks in advance, |
Hello Simone, See if this helps Ryan |
Hello Ryan, thanks a lot for the feedback.
I'm using. |
Hello Simone, SDHC: fix in place for SAMA5D2 SoM VDDSDMMC over-consumption errata <debug_uart> U-Boot 2023.01-dirty (Sep 29 2023 - 11:11:10 -0700) CPU: SAMA5D27 1G bits DDR2 SDRAM DRAM: 128 MiB Environment size: 456/4092 bytes Best, |
Hello
I'm using an ArrowElectronic Shield96 boad which based on SAMA5D27_SIP.
I was able to build:
obtaining a .wic image.
After flashed successfully the SDCard with balenaEtcher, I got that the U-boot print strange characters.
Then kernel start normally.
I noticed
serial_atmel serial@f8020000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
I'm using, more or less, a sama5d27_som1_ek devices tree, so it should be defined correctly.
Seems u-boot change serial baudrate. Is it possible?
The text was updated successfully, but these errors were encountered: