Linux 3.19 on BeagleBoard C (OMAP3530)?

Hi,
I have tried to launch Linux 3.19-rc5 on some old BeagleBoard C2 with the
omap3-beagle.dtb but it fails beyond loading the kernel.

The same kernel image (with the omap3-beagle-xm.dtb) boots on
a BeagleBoard XM (DM3730CBP).

So is there something special to consider (different kernel config?) for the
BB with OMAP3530CBB chip?

Thanks,
hns

Oh i can get it too boot, it has a few issues:

http://paste.debian.net/141470/

Beagle C4

Other then a little bit-rot, there's i2c fixes coming down for 3.20...

Regards,

btw, to replicate ^ that..

http://elinux.org/BeagleBoardDebian#BeagleBoard_.28classic.29

then:
sudo apt-get update ; sudo apt-get install
linux-image-3.19.0-rc5-armv7-x3 ; sudo reboot

src + config:
https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/3.19-rc5-armv7-x3

Regards,

Hi,
I have tried to launch Linux 3.19-rc5 on some old BeagleBoard C2 with the
omap3-beagle.dtb but it fails beyond loading the kernel.

The same kernel image (with the omap3-beagle-xm.dtb) boots on
a BeagleBoard XM (DM3730CBP).

So is there something special to consider (different kernel config?) for the
BB with OMAP3530CBB chip?

Oh i can get it too boot, it has a few issues:

Ah, great!

Debian paste error

Beagle C4

Other then a little bit-rot, there's i2c fixes coming down for 3.20...

btw, to replicate ^ that..

BeagleBoardDebian - eLinux.org

then:
sudo apt-get update ; sudo apt-get install
linux-image-3.19.0-rc5-armv7-x3 ; sudo reboot

src + config:
GitHub - RobertCNelson/linux-stable-rcn-ee at 3.19-rc5-armv7-x3

ok, I will do a git pull and then look for diffs. They should give the biggest learningsā€¦

Thanks,
hns