Hello support!!!
I use ti-processor-sdk-linux-am57xx-evm-06.03.00.106 on am5749 (custom board).
After run Linux on my board I use: cat /proc/meminfo
I see:
SwapTotal: 0 kB
SwapFree: 0 kB
Is it normal ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello support!!!
I use ti-processor-sdk-linux-am57xx-evm-06.03.00.106 on am5749 (custom board).
After run Linux on my board I use: cat /proc/meminfo
I see:
SwapTotal: 0 kB
SwapFree: 0 kB
Is it normal ?
Hi Oleg,
Yes even i am observing the same:
cat /proc/meminfo | grep Swap
SwapCached: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
root@am57xx-evm:~# free -k
total used free shared buff/cache available
Mem: 1636252 127268 1334608 18608 174376 1467176
Swap: 0 0 0
If you need to add may be you can try:
Best Regards,
Keerthy