armpc Posted June 4, 2018 Posted June 4, 2018 downloads u-boot from official site. I do a compilation on the documentation and at the end an error occurs. I'm trying to optimize the code. nothing comes out. where to turn, who can exactly answer my questions?
Igor Posted June 5, 2018 Posted June 5, 2018 On 6/4/2018 at 11:41 PM, armpc said: downloads u-boot from official site. Expand We use official u-boot in case it works better than vendors dirty hacked old u-boot. I would suggest starting with our build tools since it will save you a lot of hassle. You start with something that works and u-boot made this way is installable as any Debian package. It will prepare optimal build environment. Use parameter CREATE_PATCHES="yes" and then do whatever with the u-boot code. When you are done a patch is generated. Repeat that until you are satisfied. Then either send that patch upstream, to us or to Denx or just use it when building u-boot for your needs.
Recommended Posts