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

V3S won't boot from SPI #105

Open
bamkrs opened this issue Oct 24, 2019 · 0 comments
Open

V3S won't boot from SPI #105

bamkrs opened this issue Oct 24, 2019 · 0 comments

Comments

@bamkrs
Copy link

bamkrs commented Oct 24, 2019

Hi

I added a new board and u-boot boots fine from a SDCard. However, when I'm flashing the uboot-with-spl to the SPI, it won't come up and enters FEL-mode.

My config:

CONFIG_CONS_INDEX=3
CONFIG_ARM=y
CONFIG_ARCH_SUNXI=y
CONFIG_MACH_SUN8I_V3S=y
CONFIG_DRAM_CLK=360
CONFIG_DRAM_ZQ=14779
CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-dolphinpi"
CONFIG_SPL=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUNXI=y
CONFIG_LOGLEVEL=7

The board I'm working on was delivered with an working SPI-boot0 booting to boot1 followed by some ancient u-boot (2011.yy). Again, my spl/u-boot works perfectly fine on a SDCard. I've patched the Kconfig file to allow sunxi-spi-spl.c to be build and liked in.

I've backed up the whole SPL, boot0 and boot1 from the SPI that was shipped with the Board. When I'm running sunxi-bootinfo on it most values are empty. When trying to verify the original SPL with the checksum it fails.

My compiled SPL checksum seems to be correct.

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

1 participant