Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3771

Troubleshooting • Re: Paspberry Pi Zero 2 W: Problem with installing RT-Patch

$
0
0
The problem I am having is that the SSH connection becomes unresponsive when executing step

Code:

make -j4 Image.gz modules dtbs
Pi 02W only has 512M. Trying to run 4 compilers (or even worse linkers) in parallel is likely to exhaust RAM and leave you in swap hell.

Try with -j1 which will be slower but much more likely to complete. It's possible -j2 would also work, but -j1 is safer.
Thank you for the help! It is working now.

I changed the code to:

Code:

make -j1 Image.gz modules dtbs
So far I have not had any troubles.

Statistics: Posted by agpolakkattil — Tue Sep 24, 2024 7:48 pm



Viewing all articles
Browse latest Browse all 3771

Trending Articles