Thanx for your reply Peter
I.v fired up an VM and trying to setup an cross complier in FC28 to see if it is the issue. Do not have experience in the Fedora environment, does this look oke?
rpmbuild --rebuild --target aarch64 --with=cross --without=perf \ --without=tools --without=debuginfo --without=pae --define="_arch aarch64" \ --define="_build_arch aarch64" --define="__strip /usr/bin/aarch64-linux-gnu-strip" \ kernel-4.18.16-<release>.fc28.src.rpm
I use: rpmbuild --rebuild --target aarch64 --with=cross --without=perf --without=tools --without=debuginfo --define="_arch aarch64" --define="_build_arch aarch64" --define="__strip /usr/bin/ arm-linux-gnu-strip" kernel.src.rpm
- patches are welcome to improve support
Do not feel knowledgeable enough to do so, but is this is all I may dare to do it.. We will see..
May I ask you to give some thoughts about the u-boot autoboot failure too?
I suspect the failure is due to the lack of two patches we add to out U-Boot for Fedora, I need to investigate the difference there and either get something upstream or fix the difference in our current boot process there, it's on my todo list but I ran out of runway for F-29. Hopefully in the next few weeks.
P