How to run FreeBSD on new boards built on Rockchip 35XX..

Im trying to add sound to rk356x boards. the existing dma driver did not worked and i fixed it

I'm interested for sure. Can you explain what should I do to fix it ? Until now I have postponed the problem while I'm working on the rewriting of the panfrost driver for FreeBSD 15 on the radxa zero,but I saw that the sound part didn't want to compile succesfully so,I have disabled all the options related to sound and midi :

Code:
nooptions SND_PCM
nooptions SND_DEV
nooptions SND_HDA
nooptions SND_MIDI
nooptions SND_SEQ
nooptions SND_TIMER
nodevice sound
nodevice snd
nodevice midi
nodevice pcm
nodevice hdac
nodevice hda

But I never thought that it didn't work on 14.x because I never tested sound.
 
Back
Top