Can't download "board-2.bin"

Hi. guys. Whats up?

I have a problem doing build openwrt for BPI-R64

Git : GitHub - BPI-SINOVOIP/BPI-R64-openwrt: Supports Banana Pi BPI-R64 (MT7622) openwrt (Kernel 4.19) Hash : be913fdad95e34c538bee31c608cca655b87f5f9

How can download this package?

mkdir -p /storage/home/poplinux/work/bananapi/mpws/buildroot/dl
SHELL= flock /storage/home/poplinux/work/bananapi/mpws/buildroot/tmp/.board-2.bin.ddcec9efd245da9365c474f513a855a55f3ac7fe.flock -c '  	/storage/home/poplinux/work/bananapi/mpws/buildroot/scripts/download.pl "/storage/home/poplinux/work/bananapi/mpws/buildroot/dl" "board-2.bin.ddcec9efd245da9365c474f513a855a55f3ac7fe" "03711ac21e60ef59d3815e235eb721c0c22851b5410299411085aa6f2af45401" "board-2.bin?id=ddcec9efd245da9365c474f513a855a55f3ac7fe" "https://source.codeaurora.org/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA99X0/hw2.0"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://source.codeaurora.org/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA99X0/hw2.0/board-2.bin?id=ddcec9efd245da9365c474f513a855a55f3ac7fe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 1 seconds. 5 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 2 seconds. 4 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 4 seconds. 3 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 8 seconds. 2 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Transient problem: timeout Will retry in 16 seconds. 1 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: source.codeaurora.org
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.openwrt.org/board-2.bin?id=ddcec9efd245da9365c474f513a855a55f3ac7fe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror2.openwrt.org/sources/board-2.bin?id=ddcec9efd245da9365c474f513a855a55f3ac7fe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Download failed.
No more mirrors to try - giving up.

It was my mistake. I made a mistake during the build process. The BPI-R64 package already has the necessary packages added to ./dl , but I deleted the contents of ./dl and tried to download a new one, as I usually do when developing OpenWrt. This caused the problem.