You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to boot Linux on an Openpiton system with 1 core + only 128MB of RAM. I use the openpiton branch which has the bbl.bin. This one copies the device tree from bootROM, which is configured to have only 128MB of RAM.
I have found that maybe changing the min_free_kbytes , would fix this issue, as the problem is that there is not enough space in RAM for allocation.
How can I config this variable?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to boot Linux on an Openpiton system with 1 core + only 128MB of RAM. I use the openpiton branch which has the bbl.bin. This one copies the device tree from bootROM, which is configured to have only 128MB of RAM.
So booting starts, but after a while I get:
I have found that maybe changing the
min_free_kbytes
, would fix this issue, as the problem is that there is not enough space in RAM for allocation.How can I config this variable?
The text was updated successfully, but these errors were encountered: