Hi, On 11/12/2014 02:03 PM, Jens Lucius wrote: > Is it possible to boot a mainline (or more recent) u-boot with sunxi kernel > 3.4? > > I tried to boot 2014.10 with no success. Then I saw the discussion around > OLD_SUNXI_KERNEL_COMPAT and from what I have seen it should be possible? > > As I have seen the patches for OLD_SUNXI_KERNEL_COMPAT are not in mainline > u-boot, so I switched to fork "u-boot-sunxi", master branch from denx git > where the patches are included. > > I added > > +S:OLD_SUNXI_KERNEL_COMPAT=y > > to the A20-OLinuXino_MICRO_defconfig file, but still it is not working.
That is because that option is not (yet) supported in mainline u-boot, if you use my tree: https://github.com/jwrdegoede/u-boot-sunxi/tree/sunxi-wip then this should work. Note this tree is in a constant state of development, so no guarantees. Regards, Hans -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
