Changes

Line 416: Line 416:     
[[File:Color2.png|border|class=tlt-border]]
 
[[File:Color2.png|border|class=tlt-border]]
 +
 +
To save, type '''Ctrl + X'''. Then, click '''Y'''.
 +
 +
After making changes and saving them to the directory, we may '''build compile''' using the following commands:
 +
 +
./scripts/feeds update -a
 +
 +
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.
 +
 +
The firmware can then be found in the directory listed below '''*Depends on the target*''':
 +
rutos-ath79-rut9-gpl>bin>targets>ath79>generic>tltFws>RUTX_R_GPL_00.07.05.3_WEBUI
 +
'''file name''': RUTX_R_GPL_00.07.05.X_WEBUI
 +
 +
'''RESULTS:'''
 +
 +
[[File:Color4.png|border|1100px|class=tlt-border]]
    
==Disclaimer==
 
==Disclaimer==
 
It may not be necessary to update scripts and make clean after making firmware changes; this will depend on the changes undertaken. In these cases, the commands were used to assure clean compilation and the removal of any potential artifacts from previous environments.
 
It may not be necessary to update scripts and make clean after making firmware changes; this will depend on the changes undertaken. In these cases, the commands were used to assure clean compilation and the removal of any potential artifacts from previous environments.