This is a repository to help me keep track of changes I need to make to U-Boot to set up the beagleboard for HUGnet. This patch does the following:
- Puts UART2 (/dev/ttyO1) onto the correct pins for our addon board.
- Enables GPIO168 as an GPIO output
- Enables bootz*
- Enables raw ramdisk images*
- These are to support the Ubuntu images that I am using for HUGnet on the Beagleboard. More information can be found at http://elinux.org/BeagleBoardUbuntu .
mux.patch is the patch file, created by git that can be used to make these changes in other u-boot repositories. It is just a small change, and it is unique to HUGnet, so I didn't actually clone the whole u-boot repository.
Where you really want to go is:
http://downloads.hugllc.com/beagleboard/
You can download the latest binaries there.
Bug reports can be filed on GitHub
This is released under the GNU GPL V3. You can find the complete text in the LICENSE file, or at http://opensource.org/licenses/gpl-3.0.html