Partition the SD card
On Windows 10
Using built-in GUI ‘Disk Management’ feature
TBD
Using diskpart
TBD
Using PowerShell
TBD
On Linux (many distros)
GUI
Using command line (CLI)
Partitioning on the Linux command line
Creating a filesystem on the Linux command line
On Mac OS
TBD
Copy the tarball contents to ‘boot’ partition
On Windows 10
You will need to install a program such a 7-zip
TBD
On Linux (many distros)
Copy install tarball to boot partition using GUI file manager
Using CLI commands
Assuming you have mounted your new boot partition on /mnt
you can (as root) do:
tar -C /mnt -xzf /path/to/install-tarball.tar.gz
On Mac OS
TBD