Build fails - Label not found &SRAM
error is logged as > Label or path sram not found
The DTS file at the failing line reads
&sram{
dma_pool:dma_pool@0{
reg = <0x50000 0x10000>;
pool;
};
};
I'm assuming this is to specify where the SRAM pool is. But this automatically generated file fails at build.
The CubeMX project has worked before, just upgraded to mickledore and the latest CubeMX but I don't think that is the problem.
I have done clean bitbakes etc
Building the sample machines and configs appears to work perfectly its only my own new machine that is failing
> looking at the 'equivalent' DTS file in one of the standard builds I dont see SRAM specified anywhere. I think my nachine specification is off although it was build using the tutorial in the docs....... more digging.
