C779-Software: Difference between revisions
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
pi@raspberrypi:~ $ dmesg | grep cma | pi@raspberrypi:~ $ dmesg | grep cma | ||
[ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000 | [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000 | ||
If it reports less than 96MB assigned to CMA, then please '''''/boot/cmdline.txt''''' as following: | If it reports less than 96MB assigned to CMA, then please '''''/boot/firemare/cmdline.txt''''' as following: | ||
sudo nano /boot/cmdline.txt | sudo nano /boot/firmware/cmdline.txt | ||
then add <code>cma=96M</code> to the start of the line. | then add <code>cma=96M</code> to the start of the line. | ||