After wheezy install image and u-boot update, I managed to patch and compile a 3.2.61 kernel package for the bubba3 and the bubba|two. I choose this version because it's the one debian uses in wheezy. It runs apparently fine on my b3 and on my b2, so I need some volunteers to test it.
up to date binary packages :
- bubba3-kernel_3.2.62-1_armel.deb
- bubba3-kernel-headers-armel_3.2.62-1_armel.deb
- bubba3-kernel_3.2.62-1_powerpc.deb
- bubba3-kernel-headers-powerpc_3.2.62-1_powerpc.deb
To install the kernel, download the bubba3-kernel_3.2.62-1_armel.deb or bubba3-kernel_3.2.62-1_powerpc.deb file and install it with :
Code: Select all
dpkg -i bubba3-kernel_3.2.62-1_[armel|powerpc].deb
The package structure is very similar to the previous official kernel package from Excito (2.6.39.4-13). I took the vanilla sources, carefully ported the patches and made minor changes in the debian files. The kernel configuration is also based on the previous one, I just added options to allow systemd to run and the XFS file system as a module.
Note that the B2 version works fine with the old version of u-boot shipped with the board (the u-boot bug is specific to the kirwood SoC of the B3)