problem uploading to board

I cannot upload the program into the lilypad arduino

the one that I use is lilypad arduino ATmega328p

this is the error message

Arduino: 1.8.7 (Windows Store 1.8.15.0) (Windows 10), Board: "LilyPad Arduino, ATmega328P"

Sketch uses 5522 bytes (17%) of program storage space. Maximum is 30720 bytes.
Global variables use 536 bytes (26%) of dynamic memory, leaving 1512 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa6
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Hi,

Have you installed the drivers for your Arduino Lilypad Board ? In your Tools check for Com Port, I think you have some problems with your drivers. Check the board selection as well.

Make sure you have selected Arduino Lilypad in Boards and have selected the correct Com Port for your board.

Thanks.

The Lilypad has NO drivers because it has no serial interface.

In order to program with the bootloader, you typically use a usb to serial converter. FT232, CH340, CP2102. Any will work, but you must have one.

Which converter board do you have and how is it wired to the Lilypad?

All the response codes being the same and not 0x00 usually means that the wrong board is selected - or rather, that the board you have doesn't have the bootloader you expect it to.

Does it have a crystal? What speed is the crystal, if so? There are 16MHz lilypad clones bootloaded as Uno's floating around, if I'm remembering a thread from a couple of weeks ago correctly. Try calling it an Uno (and failing that, try the other 328p based boards, on the reasoning that it could be a clone with the wrong bootloader.