Page 12 of 12

Re: SD card image with Debian 8.0, Red Pitaya web server and SDK

Posted: Tue Apr 16, 2024 5:18 pm
by pavel
Since the ACP port does not work for your application and using CMA without ACP makes no sense, I think the solution for you is to not use CMA and go back to the previous solution by limiting the memory available for Linux via device tree.

This can be done by adding the following lines to the first section of dts/common.dts:

Code: Select all

  memory@0 {
    reg = <0x0 0x10000000>;
  };