element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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 1653 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 ;-…
  • Former Member
    Former Member over 10 years ago

    BTW, here are the links I used to get the TM7000 to work with the SAMA5D4 Xplained for linux.

     

    How to move resistor jumpers on TM7000

    http://www.atmel.com/Images/Atmel-44019-Cortex-A5-Microcontroller-Using-Display-Module-TM7000-on-SAMA5D4-Xplained-Ultra-Board_Application-Note.pdf

     

    How to load linux packages on the SAMA5D4 Xplained

    https://www.youtube.com/watch?v=5pronTeX0lo

    SAMA5D4 Xplained Ultra - Tips and Tricks #1 - Getting Displays up and Running


    Linux image that works for this hardware configuration

    ftp://ftp.linux4sam.org/pub/demo/linux4sam_4.6/linux4sam-poky-sama5d4_xplained_pda7-timesys-demo.zip

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

    This is great.  I'll let you know how it goes.

     

    Thanks again.

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

    Thanks for giving a clear direction which has been lacking on the bogs lately.

    Cheers,

    Clem

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

    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 ;-)

    - the address of the maXTouch is 0x4a on PDA4 whereas it's 0x4c on PDA7

    - change the machine compatible string form "pda,tm43xx" to "pda,tm70xx" or add the "pda,tm70xx" if it's missing.

     

    It also seems that the demo here ftp://ftp.linux4sam.org/pub/demo/linux4sam_4.6/linux4sam-poky-sama5d4_xplained_pda7-timesys-demo.zip embeds a PDA7 device tree which seems correct at a first sight.

     

    Once you have the dtb (taken from archive or compiled) you can change its name in the .tcl file that allows SAM-BA to flash the board.

     

    Bye,

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to noglitch

    Thanks for the quick response.

     

    I already used your second solution to get the TM7000 to work with the sama5d4 xplained.  I've been able to load linux packages with no problem, but now I want to use it with Android.  I'm not interested in using the sama5d3.

     

    My problem now is that I can't find an Android package that will work with the sama5d4 xplained and the TM7000.  As I mentioned in my original post, there is a package for a 4.3 screen and one for the TM7000 with sama5d4ek, but not one for the sama5d4 xplained.

     

    I'm new at this so I don't know how to create my own package for the TM7000.  I've looked at SAMA5D4 Xplained Ultra - Tips and Tricks #1 - Getting Displays up and Running but I just get lost. image

     

    Any other ideas?

    • 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 © 2025 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