I worked on a pandaboard Linaro android release last year (13.07 I think) and now need to use a Beaglebone black (BBB). Google search indicates that BBB is supported but I can't seem to find the config files to build it. Some of the searchs show building kernel, u-boot, apps separately and then setting up sdcard partitions which I will do if need be. BUT I'd much rather repeat the pandaboard environment.
I'm happy to build Ubuntu, Android, OE, Debian, anything with a linux kernel....
Dave Turvene
On 29 September 2014 19:03, Dave Turvene - Work dturvene@dahetral.com wrote:
I worked on a pandaboard Linaro android release last year (13.07 I think) and now need to use a Beaglebone black (BBB). Google search indicates that BBB is supported but I can't seem to find the config files to build it. Some of the searchs show building kernel, u-boot, apps separately and then setting up sdcard partitions which I will do if need be. BUT I'd much rather repeat the pandaboard environment.
you can use omap2plus_defconfig or in our case, we use config fragments [1]: ./scripts/kconfig/merge_config.sh linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf
[1] https://git.linaro.org/kernel/linux-linaro-tracking.git
I'm happy to build Ubuntu, Android, OE, Debian, anything with a linux kernel....
Dave Turvene
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
Cheers, Fathi