element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Atmel Xplained Boards
  • Products
  • Dev Tools
  • Atmel Xplained Boards
  • More
  • Cancel
Atmel Xplained Boards
Blog TM7000 Display module with SAMA5D4 Xplained running Android
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Atmel Xplained Boards to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 9 Apr 2015 6:44 PM Date Created
  • Views 1842 views
  • Likes 1 like
  • Comments 9 comments
  • android
  • sama5d4
  • tm7000
  • xplained
Related
Recommended

TM7000 Display module with SAMA5D4 Xplained running Android

Former Member
Former Member
9 Apr 2015

I've tried using the instructions on Android4SAM (Android4SAMv44 < Android4SAM < TWiki) but I've had no luck getting Android to work on Xplained with a TM7000 Display module. 

 

I've been able to load the package for the SAMA5D4 Xplained, but it's meant for a 4.3" display ( Precision Design Associates - 43xx Series).  All I get on the display is the initial white haze before fading to black.  The SAMA5D4EK package loads but it also doesn't work.  The initial Android screen opens correctly, but the touch doesn't work

 

Has anyone else had luck getting the the SAMA5D4 Xplained to work with the TM7000?  Or, can someone give some instructions that explain how to get it work?

 

Any help is appreciated.  Thanks.

  • Sign in to reply

Top Comments

  • noglitch
    noglitch over 10 years ago in reply to Former Member +1
    From the top of my head, you can take the pda4 dtsi/dts files and change some details. Note that this only applies on a linux-3.10-at91 based kernel (the one of the demo actually): - the file names ;-…
  • clem57
    clem57 over 10 years ago in reply to Former Member

    No problem. Just wanted to make sure it was NOT the hardware. Android is a funny beast and I need more time to figure it out. It is Linux like but the driver support very different as you may know.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to clem57

    Thanks Clem.

     

    I've had no problem getting the TM7000 to work with the linux packages, but I really want to use it with Android.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • noglitch
    noglitch over 10 years ago

    The wires are not organized the same on sama5d3 vs. sama5d4 in 16bits mode. On PDA 4.3", we use the 24bits mode whereas on the PDA 7", the 16bits mode must be used: this is why we didn't produce a DTB for sama5d4 xplained with PDA 7" yet.

     

    So, to have a solution, you would need to swap some wires on the ribbon cable and adapt some voltage levels... which is not easy I admit. Or wait for our production of a special ribbon cable that is design to match these new requirements.

     

    Another solution, if you don't intend to connect your PDA 7" screen to any sama5d3 xplained system, would be to de-solder and re-solder the 0 Ohms resistors that stand at the back of the screen as two parallel series (must be documented in PDA's dataseet). Plus, you would need to provide 3.3V to the LCD through the pins 48-49 of the ribbon cable instead of 5V: for this, you would de-solder the R417 resistor and solder the R416 resistor (check the sama5d4 xplained schematics for more insight).

    And the comprehensive documentation is here: http://www.atmel.com/Images/Atmel-44019-Cortex-A5-Microcontroller-Using-Display-Module-TM7000-on-SAMA5D4-Xplained-Ultra-…

     

    Hope that it helps....

    Bye,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 10 years ago

    http://www.pdaatl.com/doc/tm7000_sama5d3xpld_qs.pdf try this out. It is linux, but can prove the hardware works with yours. Note the SAMA5D3 is close but not exactly the same. I would use the DTB for SAMA5D4 with the LCD support.

    Hope this helps,

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube