Some of the reference designs from Trenz Electronics include a preconfigured yocto bsp layer that can be used to generate a Linux image and a prebuilt yocto linux image, that can be copied directly to sd card.
Generate image with predefined yocto BSP layer
The yocto bsp layer will be generated with the quartus project in the <project name>/os/yocto/meta-<module> folder. The generated layers depends on the meta-altera layer (for more information see: Yocto KICKstart#Used source files).
Download a reference design that includes yocto bsp layer
Build the image with following command (the image recipes are located in meta-<module>/recipes-images/yocto/):
bitbake <module>-image-minimal
Copy image to SD card
Yocto generates a full sd card image with u-boot, zImage, rootfs etc. included.
The generated image is stored in path/to/yocto/poky/build/tmp/deploy/images/<machine>/<image_name>.wic.
If you downloaded a reference design with prebuilt files, you can find a generated yocto linux image in <project name>/prebuilt/Board_Part_Short_Name/os/yocto/images/.
Do following steps to copy the image to the SD card:
Insert the sd card into a sd card reader connected to the computer
Run following command to get the device name of the SD card (e.g. /dev/sdx):
lsblk
Copy the generated *.wic image to the sd card (replace 'sdx' in 'of=/dev/sdx' with the correct sd card device name: