issues with instructions for u-boot for beagleboard-xm

from http://eewiki.net/display/linuxonarm/BeagleBoard

we have the following procedure:

git clone git://git.denx.de/u-boot.git
cd u-boot/
git checkout v2014.07-rc3 -b tmp
git revert --no-edit a704a6d615179a25f556c99d31cbc4ee366ffb54

currently the git revert doesn't work. Error message is:

error: could not revert a704a6d... ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'

Considering the v3.15.x branch is pretty feature complete, I guess
it's time i drop that "revert' and the ancient board file instructions
from that wiki.

Regards,

Ok, I will try to make it work with 3.15 then.

Regards,

Ivan

Ok, I will try to make it work with 3.15 then.

v3.15.x works fine on the xM, the usb pll errata is enabled, 1Ghz
operation, DRM kms video, etc..

The "old board file" stuff was just "old"..

Regards,

LI-5M03 camera inclusive?

In the kernel config file the option CONFIG_VIDEO_MT9P031 is not even present. Is there a reason for that?

Regards,

Ivan

patches welcome... I can't do everything for you! :wink:

Regards,

Yes, I suppose they are. And I sure would provide them if I could.

But I still have not even learn to deal with device trees yet, so I guess I am a long way to integrate the li5m03 into a new kernel.

Regards,

Ivan