Changes

m
Line 171: Line 171:  
  make clean
 
  make clean
   −
Following that, we can execute the "'''nproc'''" command to determine the number of processors, and it will return a number, such as 1, allowing us to run command. “'''make -j1 V=sc'''” for verbose output. This way you will see more logs that may help to troubleshoot compilation issues.
+
Following that, when compiling firmware using '''make''' command, specifying the number of processors to be used is possible, thus speeding it up. To determine the number of available processors, you can use '''nproc''' command. Then, pass this number to the '''-j''' option in '''make''' command.
 +
make -j1 V=sc
    
The exact path to the firmware depends on the target. In this example, the firmware can be found in the following directory:
 
The exact path to the firmware depends on the target. In this example, the firmware can be found in the following directory: