Manfred Kreisl
Manfred Kreisl
Ah, ok, mine is bigger (6577 bytes). After removing all comments it works bettter, but `gpio-ir` still not working (overlay is loaded but module `gpio-ir-recv` not, putting module into initramfs...
@pelwell Sure, it is already there ``` root@kmxbilr2 ~ # vcdbg log msg |& grep -vi hdmi 021804.939: brfs: File read: /mfs/sd/config.txt 021805.582: brfs: File read: 508 bytes 021969.696: brfs:...
@JamesH65 > There's does appear to be a 80 character line length limit in one bit of code I looked at, could that be an issue? Hmmm, most of comment...
> -9 is ERR_BADMAGIC - the file doesn't look like an FDT file. My gpio-ir.dtbo is 1212 bytes long, but the log above suggests yours is only 508 bytes long...
> That tcpdump would really help... Agree, will do that next. But have to modify dhcp conf first, because Pi is always getting different IP
@pelwell Here we go. Captured via tcpdump and investigated by Wireshark. Looks ok for me http://www.mediafire.com/file/jki8yl6tr06k13n/tcpdump.log/file
> Just a thought: the use of initramfs is a differentiator - have you tried using "followkernel" as a load address instead of an explicit address? `initramfs initramfs.gz followkernel`: does...
> So with multiple overlays being loaded, all get the same not a valid FDT - err -9 error? Yes, and swapped order of dtoverlay, put them to beginning or...
> OK, thanks - very strange. > > I'm a regular user of network booting (using dnsmasq) without any problems, so we "just" have to find the crucial difference... Yes,...
Initramfs is not the difference. Booted without initramfs into nfsroot, same issue ``` 027162.363: brfs: File read: /mfs/sd/config.txt 027164.041: brfs: File read: 3329 bytes 027295.131: brfs: File read: /mfs/sd/config.txt 027297.147:...