What's the meaning of compilation result

I have finished the compiling of CoreELEC 9.2.1 ,The information is as follow:

============================================================================
[084/288] [DONE] install image
Successful build, creating image...
============================================================================

Q1:Why the progress number is just 084,not 288?

============================================================================
fayehoo@fayehoo-ubuntu:~/CoreELEC/target$ l
addons/                                                         
CoreELEC-Amlogic.arm-9.2-devel-1583535300-LePotato.img.gz
CoreELEC-Amlogic.arm-9.2-devel-1583535300.system
CoreELEC-Amlogic.arm-9.2-devel-1583535300-Generic.img.gz 
CoreELEC-Amlogic.arm-9.2-devel-1583535300-LePotato.img.gz.sha256
CoreELEC-Amlogic.arm-9.2-devel-1583535300.tar
CoreELEC-Amlogic.arm-9.2-devel-1583535300-Generic.img.gz.sha256
CoreELEC-Amlogic.arm-9.2-devel-1583535300-Odroid_C2.img.gz
CoreELEC-Amlogic.arm-9.2-devel-1583535300.tar.sha256
CoreELEC-Amlogic.arm-9.2-devel-1583535300.kernel
CoreELEC-Amlogic.arm-9.2-devel-1583535300-Odroid_C2.img.gz.sha256
============================================================================

Q2:What is the purpose of these files:LePotato,Odroid_C2,kernel?

Pls help.

A1: Interesting, I didn’t saw this before. If image was build then just ignore it.
A2: Those are separated kernel and system files for 2 specific boards. Ignore them.

Before use make image command. I input “PROJECT=Amlogic ARCH=arm tools/download-tool” to download packages in sources folder.

I never run this step. Just make or make image.