On 14/12/2017 14:07, Harold Gutch wrote:
Hi, on the Raspberry Pi, the FDT changes now require installation of the .img kernel instead of the .bin kernel and sysinst should follow suit when the user selects "Raspberry Pi". Could somebody please commit the attached diff? Thanks!
Done.
Also, can the .bin kernel even be removed completely? I suppose having the ELF kernel in / might be useful, but right now kern-RPI*.tgz contains three kernels (.bin, .img, ELF) and I am not sure if there still is a point at all in keeping the .bin kernel around after the corresponding .img is built.
Pretty sure the .bin can die - it's a build step only now. Thanks for the fixes. Nick