Forums - This version of Symphony is targeted to Snapdragon(TM) platforms

4 posts / 0 new
Last post
This version of Symphony is targeted to Snapdragon(TM) platforms
jundols
Join Date: 18 Mar 18
Posts: 2
Posted: Mon, 2018-04-02 02:14

Hello

When I run snpe-net-run on Linux, I get the following error.

 
FATAL        0 tffffaea07000 /home/host/build/aarch64-linux-gcc4.9/SecondParty/symphony/src/symphony/src/lib/runtime.cc:468 runtime_init() This version of Symphony is targeted to Snapdragon(TM) platforms
tffffaea07000 /home/host/build/aarch64-linux-gcc4.9/SecondParty/symphony/src/symphony/src/lib/runtime.cc:468 - Terminating with exit(1)
 
 

---Test environment information---

 * Eragon 820 evaluation board (APQ8096)

 * OS : Debian 8 (aarch64-linux-gcc4.9)

# cat /proc/cpuinfo
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0x1
CPU part : 0x211
CPU revision : 2
  • Up0
  • Down0
d.borisoglebsky
Join Date: 16 Feb 17
Posts: 1
Posted: Thu, 2018-04-12 08:00

I have the same problem

  • Up0
  • Down0
sarveshd
Join Date: 14 Feb 19
Posts: 4
Posted: Mon, 2019-03-04 15:07

You able to resolve this. I m getting same error 820 Qualcomm dev board. How did you solve this?

  • Up0
  • Down0
gesqdn-forum
Join Date: 4 Nov 18
Posts: 184
Posted: Thu, 2019-03-14 21:40

Hi jundols,

The sarveshd also faced the same issue, And this is how he resolved the problem.

 Edit cpuinfo.c in the kernel code, and had to add below printf statement

seq_printf(m, “Hardware\t: Qualcomm Technologies, Inc APQ8096\n”);

after the CPU Revision printf statement as given below

seq_printf(m, “CPU revision\t: %d\n\n”, MIDR_REVISION(midr));
seq_printf(m, “Hardware\t: Qualcomm Technologies, Inc APQ8096\n”);

 

and then build it and reflash the board.

Hope this will fix your issue.

 

 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.