TinyCoreLinux
How install TinyCoreLinux & Repository System.
Install / Use
/learn @DigitalElectronic/TinyCoreLinuxREADME
TinyCoreLinux

<b>1º Download the image .ISO AutoBoot.</b>
http://tinycorelinux.net/12.x/x86/release/TinyCore-current.iso
<b>2º Go to repository list web to select name of Application, The system have indiviual build.</b>
http://distro.ibiblio.org/tinycorelinux/3.x/tcz/
3º <b>To install you need push the Right Button Mousse and Go to System-Option and click in where say Apps.</b><br>

Select the mirror where you want download the applications. <sub> Repository APPs</sub> <br>
Go to /App/Browser and wait to the list.
<b>4º You need this "Apt" to minimal compiler ARM.</b>
git.tcz
compiletc.tcz
grub2-multi.tcz
unzip.tcz
ncursesw-dev.tcz
<table class="editorDemoTable"> <tbody> <tr> <td><strong>Cross Compiler</strong></td> </tr> <tr> <td>U-Boot</td> </tr> <tr> <td>Compile C+ Code</td> </tr> <tr> <td>Make Binary Files</td> </tr> </tbody> </table>
<b> 2º How create a Binary Files </b>


May be clone repository.
You need go to Folder u-boot/confgis/ to copy the name of board selected to command write. Example-> rpi_2_defconfig
<b>1º Source Code Links Repository.</b>
https://github.com/ARM-software/u-boot.git
<b>2º Compile the folder with board configuration </b>
Go to terminal and folder "u-boot".
Write this commands:
make ARCH=arm rpi_2_defconfig
make ARCH=arm CC=gcc rpi_2_defconfig
make
Now you have a new .config file.
<b>3º Create Image or Binary Files depend how you desing.</b>
Write this;
grub-mkimage
grub-mkimage -c u-boot.cfg -o 23.bin -O x86_64-efi -p boot
or
grub-mkimage -c u-boot.cfg -o 23.img -O x86_64-efi -p boot
<b> 4º Adittional <b>
# To more option in the output file write "grub-mkimage" to read help.
Or go to >>>>>> https://manpages.debian.org/unstable/grub-common/grub-mkimage.1.en.html
You can look the options avaliable.
# Now you have the files in the same folder where you compile before.
View on GitHub75/100
Security Score
Audited on Mar 4, 2026
No findings
