Cannot upload to Pro Mini

I have recently bought a Pro Mini from banggood.com, it isn't an official arduino board. I tried it out, and it worked fine. I managed to upload some sketches via an official UNO. But now when I try to upload a sketch, it fails with the following message:

Arduino: 1.6.6 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

Sketch uses 9,782 bytes (31%) of program storage space. Maximum is 30,720 bytes.
Global variables use 540 bytes (26%) of dynamic memory, leaving 1,508 bytes for local variables. Maximum is 2,048 bytes.
D:\Windows\Programs\Arduino\hardware\tools\avr/bin/avrdude -CD:\Windows\Programs\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM6 -b57600 -D -Uflash:w:C:\Users\TEGZES~1\AppData\Local\Temp\buildc02574564a72233b0cd601270fd120eb.tmp/DeviceExample.ino.hex:i 

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "D:\Windows\Programs\Arduino\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : COM6
         Using Programmer              : arduino
         Overriding Baud Rate          : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x6d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x6d

avrdude done.  Thank you.

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"
  enabled in File > Preferences.

My connections are:
UNO - Pro Mini
5v - VCC
GND - GND
Tx - TxO
Rx - RxI
RESET -DTR

The UNO is connected to the computer using USB, and no other wires are connected to either of the boards.

The chip is taken out of the UNO. I have tried reburning the bootloader to the Pro Mini, that was successful, and it uploaded the blink sketch. I believe the drivers are in order, because I can upload sketches to the UNO from this computer. Also, I have uploaded sketches before to the Pro Mini with the same setup.
What might have gone wrong? What should I do?

Thanks for your help!