Skip to content
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

address of the fdt is invalid (NULL) #92

Open
rdunkle34 opened this issue Mar 15, 2024 · 6 comments
Open

address of the fdt is invalid (NULL) #92

rdunkle34 opened this issue Mar 15, 2024 · 6 comments

Comments

@rdunkle34
Copy link

rdunkle34 commented Mar 15, 2024

booting from sdcard image
U-Boot SPL 2021.10 (Mar 14 2024 - 19:21:18 +0800)
LPDDR4: 8G version: g8ad50857.
Trying to boot from MMC2

always see this error message
Scanning mmc 1:4...
The address of the fdt is invalid (NULL)

@Dasimaladaima
Copy link

could you please show some entire log?

@Dasimaladaima
Copy link

or you can try to boot from QSPI mode (update the spl and uboot to latest in QSPI)

@rdunkle34
Copy link
Author

Here is log from spi boot and mmc boot.

fdt_issue_1.txt

@Dasimaladaima
Copy link

Did you use the same board?
When you start from QSPI there are no maessages in eeprom, but when you start from MMC there are some messages.
Maybe you could eraseenv under the uboot and have a try

@rdunkle34
Copy link
Author

I am using the same board. I did this:
env default -f -a
env save
poweroff
That appeared to be the fix.

@Dasimaladaima
Copy link

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants