Tool/software:
I've inherited a SOC project loosely based on Beaglebone black, it's a custom board with minor changes to the underlying hardware of a beaglebone black. The previous engineer didn't document the build process and so I'm left with images that A. I don't know how or where they were built. B. They can't be update, i.e. Debian can't be upgraded etc. As best as i can gather the boot/kernel on the board in question were built using an SDK from TI that included QT support (the application uses HDMI), though it's outdated and again i don't know how to re-build or maintain the images. In short I need to go through the process of being able to build the boot portion (MLO/Uboot etc) as well as the Linux Kernel and Modules. I'm looking for the most current boot, SDK, and kernel modules for the AM335x and any help or documentation for the build process would also be greatly appreciated, I have a Ubuntu (x64) machine for building and i have built a beaglebone image from scratch before but those don't run on our custom HW, why, I can't say but I'm guessing maybe I have to build the kernel from the TI SDK and not from beaglebone repository?