wavgat(lgt8f328p chip - clone of atmega328p) uploading problem

I bought the wavgat pro mini - clone of atmega328p pro mini here. I set up arduino ide by referring to this github. All I have is usbasp. I connect usbasp with wavgat in the same way as atmega328p pro mini. But It fail to upload and print the log like this.

C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avrdude -CC:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -cusbasp -Pusb -Uflash:w:C:\Users\yang\AppData\Local\Temp\arduino_build_696224/prime10000.ino.hex:i 

avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : usb
         Using Programmer              : usbasp
         AVR Part                      : ATmega328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : usbasp
         Description     : USBasp, http://www.fischl.de/usbasp/

avrdude: auto set sck period (because given equals null)
avrdude: warning: cannot set sck period. please check for usbasp firmware update.
avrdude: error: program enable: target doesn't answer. 1 
avrdude: initialization failed, rc=-1
         Double check connections and try again, or use -F to override
         this check.


avrdude done.  Thank you.

somebody help me.

The lgt8f328p chip uses a different programming method than an Atmega chip, so your usbasp won't work.

westfw:
The lgt8f328p chip uses a different programming method than an Atmega chip, so your usbasp won't work.

Then I have to use use-to-serial device like FTDI or CH341 board. Thank you.

walon:
Then I have to use use-to-serial device like FTDI or CH341 board. Thank you.

Those wavgat boards are bad news - they call the chip a clone, but, it is very different from the atmega328p in many ways. Not much of a clone! (in an absolute sense, the chip is better - but there are tons of chips better than the atmega328p; what makes it great is that everything already just works with it, and arduino library support is the best around). That "clone" chip is different enough that it it should be considered a different architecture - with bad library support.

Avoid it like the plague (or the coronavirus, this being 2020...).

That page is incredibly deceptive and dishonest! They say "atmega328p" all over the place, but they're selling a chip made on a kind-of-like-a-328p clone and a support team that speaks poor english. I think the chip manufacturer is probably associated with wavgat - I think they are trying to use those boards in the hopes of getting people to start using their parts. Do you think the experiences people are reporting with them are helping, lol?