Raspberry Pi OS Installation¶
Download last Lite image from here
Copy the image on the SD card using (change the name of the zip file and the path to the sd card):
unzip -p the_zip_file.zip | sudo dd of=/dev/sdX bs=4M conv=fsync
More informations here