Which ARM based development boards should I use?

廉价感情. 提交于 2019-12-12 09:39:30

问题


I want to start a project in which I want to do authenticated boot for Android based on ARM's TrustZone technology.

Which board should I use?

The minimal requirements:

  • ARM V7 instruction set
  • USB, VGA/HDMI connectors
  • touch-screen connectors
  • Flash capabilities
  • 512 MB RAM
  • TrustZone enabled
  • JTAG connector and DB-9 UART port
  • power supply
  • Board should have documentation available
  • Android drivers and codecs as I will run Android on it.

So far, I found the Freescale i.MX53, the Pandaboard, the Beagle board xM (which has TrustZone disabled, apparently), the Atmel-based boards, the Versiatile Express A9x4 and the RealView Platform Baseboard for ARM1176JZF-S. But it is often unclear whether the TrustZone extensions are enabled or not.


回答1:


After doing a broad search, it seems that the Freescale iMX53 is probably the board to go, as it is not too expensive, has full Trustzone support (not only the processor, but also the memory/board is TrustZone aware) and it seems usable.




回答2:


I have been recently working on

  1. TI Sitara AM335x
  2. Atmel at91sama5d31-ek

Both them appear to be good, but the TI sitara appear to have better documentation and a larger community (Sep 2013)




回答3:


You can try the freescale i.MX53. Many trustzone projects are on it



来源:https://stackoverflow.com/questions/8148845/which-arm-based-development-boards-should-i-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!