How to correct memory space issue to run llce sample by uboot ?

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

How to correct memory space issue to run llce sample by uboot ?

843 次查看
fengxianeric
Contributor IV

Hi team,  I am testing llce sample and run it by startm7 command, and confirmed sample running on m7 core already, but uboot hangup (bootloader on sdcard) .  Could you please give suggestions to correct this issue ?

----------
=> dcache off
=> mw.q 0x34000000 0x0 0x100000
=> tftp 0x80000000 Can_Llce_DS_Can2Can_S32G399A_M7.bin
Failed to get speed of XPCS for emac1_xpcsPFEng firmware file 'mmc@0:1:s32g_pfe_class.fw' loading failed: -2
eth_eqos Waiting for PHY auto negotiation to complete....... done
Using eth_eqos device
TFTP from server 192.168.1.38; our IP address is 192.168.1.100
Filename 'Can_Llce_DS_Can2Can_S32G399A_M7.bin'.
Load address: 0x80000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###################################################
627 KiB/s
done
Bytes transferred = 5505032 (540008 hex)
=> cp.q 0x80000000 0x34000000 0x540008
=> startm7 0x34501000 (hangup here,but llce sample running)

Thanks

 

0 项奖励
回复
1 回复

822 次查看
nxf92355
NXP Employee
NXP Employee

Hi Eric Li

Hope you are doing well


Bytes transferred = 5505032 (540008 hex)

and you are using command cp.q 0x80000000 0x34000000 0x540008.

i think cp.q are used for 8 byte count.

did you tried with below command ?

cp.b 0x80000000 0x34000000 0x540008

let us know

 

Regards ,

Tushar

0 项奖励
回复