Forums » Software Development »
U-Boot Source Code
Added by Terrence Lawrence almost 12 years ago
Does anyone know where I can find the U-Boot (UBL version 1.65:2.28) source code? Does the UBL source come bundled with the MDK? I am using MDK-2011-12-05.
Replies (4)
RE: U-Boot Source Code - Added by Jonathan Cormier almost 12 years ago
Have you checked the sw/ARM directory in the MDK?
-Jonathan
RE: U-Boot Source Code - Added by Jonathan Cormier almost 12 years ago
Also the git repository can be explored here. http://support.criticallink.com/gitweb/?p=u-boot-mitydspl138.git;a=summary
U-boot wiki page: Das_U-Boot_Port
RE: U-Boot Source Code - Added by Alexander Block almost 12 years ago
Terrence,
The U-Boot source code is maintained in a GIT repository and not wholly contained in the MDK however a seed version of the GIT repository is included but you should update it to the latest.
Considerable information is on the Das U-Boot Port Wiki page here: [[http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Das_U-Boot_Port]]
Please let us know after looking through the Wiki if you have any further questions.
Alex
RE: U-Boot Source Code - Added by Michael Williamson almost 12 years ago
Hi Terrence,
To confirm: are you looking for u-Boot code, or the User Boot Loader (UBL) code?
As Jonathan and Alex indicate, u-Boot is availble from GIT. The MDK should include a copy of the UBL project, which I believe was compiled using CCS 3.3.
-Mike