S32g Yocto Environment construction

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32g Yocto Environment construction

跳至解决方案
1,172 次查看
Zzzz1
Contributor II

Help:

When I was setting up the Yocto environment according to the Linux BSP 43.0 User Manual for S32G2 platforms, I was unable to repo properly, but the network was working properly. Is this method still feasible?

Zzzz1_0-1752545491898.png

In addition, I attempted to compile an image file for Qspi startup without relying on the Yocto environment, and compiled relevant files such as uboot, kernel, TFA (bl2, fip) according to the manual. But it seems that there is no method for building a root file system in the manual, so I used busybox to create a universal embedded root file system and used the "dd" command to integrate various files into a. bin file according to the following memory layout.

" For QSPI, the image layout is organized as follows:
BL2 [0x0000_0000 : 0x000d_0000]
FIP [0x000d_0000 : 0x002a_0000]
U-Boot Env [0x002a_0000 : 0x002b_0000]
Kernel [0x002b_0000 : 0x0138_0000]
DTB [0x0138_0000 : 0x013b_0000]
Rootfs [0x013b_0000 : 0x032c_0000]
PFE-Firmware [0x032c_0000 : 0x0400_0000] "
I don't have the PFE Firmware file.

My board is S32G-VNP-RDB2S32G-VNP-RDB2. When burned onto the development board, there was no response. Is my operating procedure normal?
Thank you.

0 项奖励
回复
1 解答
1,159 次查看
Joey_z
NXP Employee
NXP Employee

hi,Zzzz1

Thank you for your information.

When you use the repo sync command after, You should waiter the all the process finish. The all the relate package need be download in this step, it need some time for the repo sync, and this relate your network status.

In addition, it is recommended to use the normal method to boot the development board. We have the different version of BSP for customer using, and customer can configure the uboot/ATF to choose the boot mode of QSPI.

BR

Joey

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,156 次查看
Zzzz1
Contributor II

Thank you very much. I will try a few more times.

0 项奖励
回复
1,160 次查看
Joey_z
NXP Employee
NXP Employee

hi,Zzzz1

Thank you for your information.

When you use the repo sync command after, You should waiter the all the process finish. The all the relate package need be download in this step, it need some time for the repo sync, and this relate your network status.

In addition, it is recommended to use the normal method to boot the development board. We have the different version of BSP for customer using, and customer can configure the uboot/ATF to choose the boot mode of QSPI.

BR

Joey

0 项奖励
回复