[U-Boot-Users] A starter of por ting u-boot to a new boar d
Eric Miao
eric.y.miao at gmail.com
Sat Apr 28 10:34:12 CEST 2007
I'm not sure which exception you are experiencing, but most likely to be
a data abort which happens if the access is beyond valid address space
please have a check with your board/xxxx/config.mk and see if TEXT_BASE
is pointed to a valid address, usually the address you want your u-boot to
be running at.
If your boot-up process will involve a relocation from flash to RAM, please
also check you enabled that relocation process, it's usually controlled by
some macro, whic I dont' remember clearly
More information about the U-Boot
mailing list