[beagleboard] Changing Kernel back to 3.2 for Angstrom - Steps

2014-01-05 Thread Terry Storm
Hello, I am trying to find out how to build the Rowboat 3.2 Kernel and apply it over the latest Angstrom build in the hope to get to a working OS which works for LCD Capes, such as the LCD4, LCD7, 4DCAPE-43T and 4DCAPE-70T I have been told that going back to a stable 3.2 kernel may result in a

Re: [beagleboard] Changing Kernel back to 3.2 for Angstrom - Steps

2014-01-05 Thread Terry Storm
*git clone git://gitorious.org/rowboat/ kernel.git* Seems to be taking a stupid amount of time to do. Currently getting 180kb/s and has now had fatal cutouts after 600 or so mb. Just tried it via windows and it was downloading around 800kb/s, which is still kinda slow

Re: [beagleboard] Changing Kernel back to 3.2 for Angstrom - Steps

2014-01-06 Thread Terry Storm
OK done the steps above and from what I can tell, they succeeded. It didnt like: *git checkout rowboat-am335x-kernel-3.2 -b tmp* and google suggested that I needed to break it into two, so I did: *git checkout rowboat-am335x-kernel-3.2 && git checkout -b tmp* However not sure that is the same t