Forum Discussion
Altera_Forum
Honored Contributor
16 years agoU-Boot DIV64 Issue
I just made u-boot works with Ethernet and Flash access and try to boot the linux kernel. but there is an error exception. --- Quote Start --- ==> imi e8060000 # # Checking Image at...
Altera_Forum
Honored Contributor
16 years agoI follow your way to create a new branch.
but the result is still the same. btw, if enable CONFIG_AUTOBOOT_KEYED, u-boot will halt. the code hung is a (uint64_t) * (ulong) operation. it seems that compiled code in my environment can't handle 64b-vs-64b or 64b-vs-32b well. but there is no warning/error during compiling. so discouraged. :(