关于帖子:Build U-Boot SPL for custom board
我有非常相似的情况:基于FreeScale芯片的定制板:i.MX6
我有以下问题:正确的CONFIG_SPL_LDSCRIPT变量是什么?
我的是:CONFIG_SPL_LDSCRIPT =“ arch / arm / mach-omap2 / u-boot-spl.lds”
对我来说(与原始文章中的设置相同)会产生以下SPL链接器/加载器错误:
LD spl/u-boot-spl
arm-linux-gnueabihf-ld.bfd: invalid length for memory region .sram
make[1]: *** [scripts/Makefile.spl:404: spl/u-boot-spl] Error 1
make: *** [Makefile:1762: spl/u-boot-spl] Error 2
有人建议如何解决这个问题吗?
谢谢你, 没人