|
I'm not sure if I understand you correctly. You are saying that you are using your own builds from latest git sources, right? Then you are not using clean SD card. If you did, then there would be only one fex file, named script.bin. There was also one problem with update file, which didn't update fex file correctly. But it is solved. So to be completely sure that you are using latest source, please doand then rebuild the image. If you want, you can also edit projects/H3/linux/linux.arm.conf and change lines 2050 and 2051 to be:- CONFIG_SND_SUNXI_SOC_DAUDIO0_INTERFACE=y
- CONFIG_SND_SUNXI_SOC_DAUDIO0_PUBLIC_MACHINE=y
Copy code That way you will have I2S drivers built in and you won't have to do any modprobing. |
|