Beaglebone Black kernel build

Hi

I am working with beaglebone black with Debian Bullseye IoT Image 2023-09-02.
I connected a 7 inch lcd with ft5306 touchscreen controller to board. Touch do not work and there is no touch device in evtest detected while i2c is working fine and detect touch conteoller. I want to change edt_ft5x06 driver config to manual that may help debugging and rebuild kernel.
Run /usr/src/ti-linux-kernel-dev# ./build_kernel.sh I get:

cloning GitHub - beagleboard/mirror-ti-linux-kernel: Mirror of: https://git.ti.com/gitweb?p=ti-linux-kernel/ti-linux-kernel.git;a=summary into default location: /usr/src/ti-linux-kernel-dev/ignore/linux-src
Cloning into ‘/usr/src/ti-linux-kernel-dev/ignore/linux-src’…
remote: Enumerating objects: 14524083, done.
remote: Counting objects: 100% (1421433/1421433), done.
remote: Compressing objects: 100% (285521/285521), done.
fatal: Out of memory, calloc failed
fatal: index-pack failed
Try to download from web page on GitHub - beagleboard/mirror-ti-linux-kernel: Mirror of: https://git.ti.com/gitweb?p=ti-linux-kernel/ti-linux-kernel.git;a=summary
there is no exact match for 5.10.168-ti-r71.

Any suggestion on touch or kernel build problem would be appreciated.
Thanks