My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Links

Motivation

Traditionally U-Boot has worked with terminal applications such as minicom/hyperterminal/ckermit etc. However,

  • These applications dont work out fine when we think of automating these as part of scripts or the like.
  • Many corporations use a mixture of Operating Systems at work. Common applications functioning similarly accross host Operating Systems are sadly lacking.

With the bunch of utilities in this project, we hope to bridge these gaps. We can create wrappers on top of these utilities, allowing us to potentially have scripted interfaces or even GUI, or IDE integration!

Hosting Notes

OMAP-U-Boot-Utils is hosted at two places:

Access Source Code

Considering that most U-Boot and Linux kernel developers are git users, the source is hosted at github. There are two access paths:

To get a copy of the code, it is as simple as:

git-clone git/http link

NOTE:

Operating Systems Supported

The targetted Operating Systems to be supported by this are:

  • Linux
  • Windows
  • Mac OS X
NOTE: Not all O/S are functioning at the moment for all applications. documentation has further information

How to Discuss/ Send Patches for OMAP U-Boot Utils

There is no specific mailing list setup at the moment - but send a patch to http://groups.google.com/group/beagleboard with subject OMAP-U-Boot-Utils and I will pick it up..

Coding style is Linux kernel coding style, and do run checkpatch.pl and Lindent to indent the file.. See http://lxr.linux.no/linux/Documentation/CodingStyle for more details

Happy Hunting..

Powered by Google Project Hosting