23:59 | TrevorH | I'm also thinking that since there is a zImage cubox-dove kernel on the xilka site that there must be a u-boot that can work with it somewhere |
00:00 | suihkulokki | TrevorH: also you need the kernel config option to append the dtb to the kernel, and then append the dtb file to the zImage before making a uImage |
00:00 | TrevorH | yes, I do that already |
00:00 | TrevorH | 3.14.35 works fine and various previous ones did but 3.14 is coming to the end of its long term support era so I want to move up |
00:01 | suihkulokki | I'm running 4.2 on mine |
00:02 | TrevorH | do you remember if it was the address on the ext4load that you changed or the one on the make uImage? |
00:03 | suihkulokki | not really :-/ |
00:03 | TrevorH | I'll try both, easy enough |
00:04 | suihkulokki | ping be back on monday if no luck |
00:04 | TrevorH | thanks |
00:04 | TrevorH | rebuilding already |
00:27 | TrevorH | looks like the one in the uImage is dependent on a constant in the kernel in arch/arm/mach-dove/Makefile.boot |
00:49 | TrevorH | ok, seems I got it, you have to append the dtb to the zImage not to the uImage then build the uImage. It worked doing it the other way around from about 3.6.9 onwards |