Hi
expert.
I have qnx panic error.
I use SDK7_1 and custom key HS-SE board.
So I rebuild SBL with "make
sciclient_boardcfg BOARD=j721e_evm BUILD_HS=
yes
-j8" command.
After that, I have qnx panic error. HS-TI dummy key board have no error.
I compared SBL code and I find difference in "sciclient_defaultBoardcfg_rm.c" because of es1_1 patch.
In Custom key board if I change "io-pkt-v6-hc" command option, other outputs appear.
"on -C 0 io-pkt-v6-hc -d cpsw2g ptp=1,mac-to-mac=1,speed=1000,p0mac=020000002010,typed_mem=cpsw2g,udma_chnum=53,smmu=1,virt_id=5 -ptcpip pkt_typed_mem=cpsw2g"
1. smmu = 1 -> 0
no panic
2. smmu = 1 and virt_id=5 -> 2
no panic, but virt_id=1 and virt_id=4 have panic status.
Q. I want to know role of smmu and virt_id and how to set those value?
Thank you.