Forum Discussion
Altera_Forum
Honored Contributor
10 years agohi!!
my question: What do you mean with a Data table? Its a lot of Data? Should be fast? It changes or your going to write just one time on memory? -For a lot of data and fast: Reserved memory using kernel parameters (use the uboot source file) -For some data (changing): DMA -For some Data (ones): Onchip RAM ..... depends!!!! regards c