procount
procount
Sorry for late response - had a busy day! I wonder if the question should not really be about detecting NOOBS/PINN formats, but rather about trying to detect the formats...
NOOBS uses parted, so what is the issue with it in PiShrink? If PiShrink assumes a standard Raspbian layout with 2 partitions, then if it resizes /dev/mmcblk0p2 on a NOOBS...
Currently I'm just using the driver code from the rpi-linux github account. 4.1.y of the 8192cu does not include a cfg80211 interface, so I was modifying NOOBS to use the...
So before I sharpened my SED skills, I removed the 8192cu driver and added the 8188eu driver from 4.4.y kernel version just to check it worked. It built without any...
Thanks. I'll give it a go.
After successfully renaming the functions and integrating this 8188eu driver on the v4.1.8_9499 branch into Buildroot as a builtin driver with cfg80211 for kernel 4.1.y, I am now trying to...
Thanks for the background info. I'm not building for Ubuntu. I'm building from rpi-linux kernel repo and it worked fine in 4.1.y. Hopefully it's just a few compiler options somewhere...
EDIT: Doh! I think I need to pull down the latest commit and rename the functions again 😉
Yeah, when I remembered you said it built perfectly on 4.16, I had a lightbulb moment and then saw I was slowly re-implementing all the commits you had already done!...
I think `include/osdep_service.h` is missing the following section on branch `v4.1.8_9499` ``` #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) #include #endif ``` That gets everything compiled up until: ``` drivers/net/wireless/realtek/rtl8188eu/os_dep/ioctl_cfg80211.c: In...