Forums » Software Development »
U-boot update
Added by Shane Avery almost 6 years ago
I've noticed the u-boot you've provided on your git server is the socfpga_v2013.01.01 branch. I'm having some problems with fatwrite in u-boot. When I run it in the debugger I see everything go south when the set_cluster function tries to write to the eMMC with a size of 0. So I google it up and find that DENX has addressed it in 2015ish. Along with a whole host of other fatwrite issues.
http://u-boot.10912.n7.nabble.com/fatwrite-problem-td152299.html
So help me understand what's unique/special about CL's u-boot on your repo. If I wanted to grab the latest u-boot-socfpga from DENX what would I need to added to it? Just the board/cl directory? Does CL have a more up to date u-boot that they can link to on your git server?
Go to top