My board has arrived, I really hoped that it would work like a charm, but I was just naive again.
I get the following error if I'd like to upload a simple sketch to the board (USBasp, Upload Using Programmer, selected Arduino Pro or Pro Mini, 3.3V, 8 MHz):
An error occurred while uploading the sketch
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.
"Brand new AVR chips usually come configured from the factory with an internal clock of 1MHz. This is set as part of the “fuse bits” inside the microcontroller. If you use the Arduino IDE it gets reprogrammed to use the external 16MHz crystal when you upload the Arduino bootloader."
But unfortunately this command line upload also gives an error:
avrdude: set SCK frequency to 187500 Hz
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.
Voltages seems OK, I added the ICSP header according to the KiCad pinout, reset has a 10k pullup.