RTL8189ETV and SV6051P driver need

I have two boards assembled on SOC RK3229.

Successfully launched Respeaker Core V2.0, but the integrated WiFi SDIO rtl8189ETV and SV6051P does not work because no drivers.

How can I compile the necessary driver?



ps I try download linux-headers and rtl8189ES sources

sudo apt install linux-headers-$(uname -r)



download driver sources

git clone https://github.com/jwrdegoede/rtl8189ES_linux.git



and compile

cd rtl8189ES_linux

make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnu- KSRC=/usr/src/rtl8189ES_linux



but I have many errors and stop compile .