by iwonbigbro » Mon Dec 02, 2013 9:10 am
Thanks for the heads up. I'll use the patch directly from the github repo you provided from now on. On a side note, how did you get the kernel to boot on the nsa320 without the device tree definition for this device? I am not fussed either way with the boot loader/device tree, so just be happy to get it working with a recent kernel.
When I flashed my LinkStation a few years back, I had to go through some arduous steps to get uBoot to boot a custom uImage, something like this in fact:
$this->bbcode_second_pass_code('', '
devio 'wl 0xe3a01c06,4' 'wl 0xe3811031,4' >$builddir/tmp/devio-$suffix
cat $builddir/tmp/devio-$suffix arch/arm/boot/zImage >$builddir/boot/zImage-$suffix
')
Do I need to do something similar for the nsa320 kernel?