cancel
Showing results for 
Search instead for 
Did you mean: 

GNSS Device Tree Issue on STM32MPU

GabyGad
Associate II

Hello,


I have a problem with the PDF tutorial (attached) for installing the GNSS1 module on the STM32MP257F-EV1.

 

It says:

Step 1. Modify the device tree or copy it from the folder provided.

Step 2. Download the kernel sources as described in Section 4.3.

Step 3. Copy the dts file from the directory: x-linux-gnss1-app\linux-kernel\patch\5.15\kernel to the kernel

source directory at <KERNEL SOURCE PATH>/ arch/arm/boot/dts/.

 

So I followed the tutorial Modify Rebuild and Reload the Linux Kernel:

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel

 

I copied the patch and applied them with this line:

 

```for p in `ls -1 *.patch`; do patch -p1 < $p; done```

 

Then I tried to compile the device tree (after starting the SDK)

 

Here are the errors:

 

make[2]: *** No rule to make target “debian/canonical-certs.pem”, needed by “certs/x509_certificate_list”. Stop.

make[1]: *** [scripts/Makefile.build:500: certs] Error 2

make: *** [Makefile:2035: .] Error 2

 

 

Does anyone have any ideas on how to do this?

 

Sincerely

 

Gabriel

0 REPLIES 0