Hello all.
Trying out the build specified here: https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG.pdf
"3.2.2.3 Building meta-rtos-industrial"
It fails with fetch errors, anybody know why? and how can it be solved?
Br, Mircea
PS: is the machine an error here? as it contains 8mm and the build 8mp?
"DISTRO=nxp-real-time-edge MACHINE=imx8mm-lpddr4-evk source real-time-edgesetup-env.sh -b build-imx8mpevk-real-time-edge"
I did not modify anything ( except the typo, i fixed it ).
from the linux-imx.inc:
SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH}"
 Harvey021
		
			Harvey021
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
The SRC_URI for kernel should be github.com/nxp-imx/linux-imx. From the error log, we see that "fatal: repository 'https://github.com/git/nxp-imx/linux-imx.git/' not found", make sure that you haven't modified it.
The machine is imx8mm-lpddr4-evk and the "-b build-imx8mpevk-real-time-edge" is a typo. you can modify it to be -b build-imx8mmevk-real-time-edge.
Regards
Harvey
 Harvey021
		
			Harvey021
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Ahelion
I did follow up the same guide and build the same on my side, have not seen such error.
Regards
Harvey
