Jump to content

Alberto

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Alberto

  1. Thank you Heisath, I tried with: sudo ./compile.sh CLEAN="" OFFLINE_WORK=yes BOARD=nanopineo3 BRANCH=current RELEASE=focal BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,gpg,img but unfortunately my pcm5102a.c was replaced with the original one after few instructions of the compile script (perhaps from patching?)
  2. Thank you all, I modified pcm5102a.c for capture and I’m working on a new file for TLV320AIC3101 (from tlv320aic31xx). My knowledge are very low so I start with: ./compile.sh OFFLINE_WORK=yes BOARD=nanopineo3 BRANCH=current RELEASE=focal BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,gpg,img The script ./compile.sh replaces all my files in ./cache/sources/linux-mainline/linux-5.10.y/sound/soc/codecs/ so I would like to keep my file, how can I do it? I replace files in “cache/../codecs/” with my own files every time the Script stops for menuconfig so I am able to compile mine. It works, but I’m sure there will be a better way. Can you suggest it to me, please? Is there a way to compile only files in the directory ./cache/sources/linux-mainline/linux-5.10.y/sound/soc/codecs/ ? (without general rebuilt) In the case, how can I compile only the files in the boards? I attached debug info. debuginfo
  3. Hello everyone. I have to change drivers code in ./cache/sources/linux-mainline/linux-5.10.y/sound/soc/codecs/ Which is the best way to compile a single sound driver without building all the kernel and without lost modification. I would like to work in my Ubuntu pc build Armbian directory.
  4. Hi, I’m using a nanopi neo3 board, 5.10.19-rockchip64, I’m trying to use i2s with a capture codec. I tried to change dts lines: “dma-names = "tx", "rx";” “rockchip,capture-channels = <0x02>;” in i2s@ff010000 node both with armbian-config and also changing rk3328-nanopi-neo3-rev02.dtb file. After the reboot in /sys/firmware/devicetree/base/i2s@ff010000 there is still the old value dma-names = "tx\0"rx"; and there isn’t the capture-channels line. I aim to enable capture audio with I2S input pin using a bidirectional codec. Any suggestion is very welcome. System information: http://ix.io/2TbU
  5. I have a nanopi neo3 rk3328. I would like to modify the i2s(1) at start. I tried to modify /boot/dtb/rockchip/rk3328-nanopi-neo3-rev02.dtb but nothing change. Which is the right dtb file its load at start? Thank you.
  6. Hi guys. I would like at least 2 audio inputs and two audio outputs. I have a nanopi neo3 board, it has I2C and I2S and SPI bus available. Do you know if there are some drivers for audio codec that could work with this board connecting directly the board pins (i2s bus) to codec. If yes can you tell me please which could I use, if not please can you tell me some tips to follow to build the bridge between the soc_rockchip_i2s and tlv320aic31xx (for example) or some other (codec) board available. Best regards.
  7. I’m new here, and a newby of Armbian. I would like at least 2 audio inputs and two audio outputs, I have a nanopi neo3 it has I2C and I2S. Do you know if there are some drivers for audio codec that could work with this board. If yes can you tell me please which could I use, if not please can you tell me some tips to follow to build the software bridge between the soc_rockchip_i2s and tlv320aic31xx (for example) or some other (codec) board available. Best regards.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines