BBB apt upgrade kernel failed

debian@BeagleBone:~$ sudo apt upgrade bbb.io-kernel-5.10-ti bbb.io-kernel-tasks
[sudo] password for debian: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-image-5.10.162-ti-r59
The following packages will be upgraded:
  bbb.io-kernel-5.10-ti bbb.io-kernel-tasks
2 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 34.5 MB of archives.
After this operation, 61.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://repos.rcn-ee.com/debian bullseye/main armhf linux-image-5.10.162-ti-r59 armhf 1bullseye [34.5 MB]
Err:2 http://repos.rcn-ee.com/debian bullseye/main armhf bbb.io-kernel-5.10-ti armhf 1.20230407.0-0~bullseye+20230407            
  404  Not Found [IP: 45.33.2.10 80]
Err:3 http://repos.rcn-ee.com/debian bullseye/main armhf bbb.io-kernel-tasks armhf 1.20230407.0-0~bullseye+20230407              
  404  Not Found [IP: 45.33.2.10 80]
Fetched 34.5 MB in 1min 1s (563 kB/s)                                                                                            
E: Failed to fetch http://repos.rcn-ee.com/debian/pool/main/b/bbb.io-kernel/bbb.io-kernel-5.10-ti_1.20230407.0-0%7ebullseye%2b20230407_armhf.deb  404  Not Found [IP: 45.33.2.10 80]
E: Failed to fetch http://repos.rcn-ee.com/debian/pool/main/b/bbb.io-kernel/bbb.io-kernel-tasks_1.20230407.0-0%7ebullseye%2b20230407_armhf.deb  404  Not Found [IP: 45.33.2.10 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Does anyone know that something wrong?
Thanks.

Did you do an apt update before the apt upgrade ?

Be sure to do this and what ever other commands from the apt error.

Also, check the time.

@fishman8 @benedict.hewson 's post is correct, the bbb.io-kernel-5.10-ti packages gets bumped quite a bit due to all the kernel branches avaiable. You’ll need to update your apt cache…

Regards,

Upgrade and fix

$ sudo apt-get update && sudo apt-get install -f