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
  • 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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum BB view, Can't boot TI SDK image to BBB
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 9 replies
  • Subscribers 59 subscribers
  • Views 958 views
  • Users 0 members are here
  • embedded_linux
  • bb-view
  • beaglebone_black
  • bbb
Related

BB view, Can't boot TI SDK image to BBB

Former Member
Former Member over 11 years ago

I am having trouble getting the TI SDK image to boot on BBB. I  wrote the image file,

bb-view-emmc-flasher-2013-09-09.img to a micro ad card and flashed the emmc accordingly. After Flashing the BBB (all LEDs steady lit after only 15 mins, vs the typical 30-45?)  I install the BB view cape and 7" LCD module, and reboot without the sd card.  I can see the backlight come on, but never displays anything. The pwr led on the BBB stays lit, but none of the other LEDs, on the BBB. However, One of the leds on the cape does blink. any help would be greatly appreciated.

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Hi,

     

    I'm experinsing almost the same thing. Can it be related to a new version of the BBB?

     

    How can someone from the developer be contacted?

     

    Regards.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    I tried the TI SDK with a 4.3" BBB some time ago. Sounds like I did exactly what you did and it worked for me.

     

    Usually there's some different settings needed for the different displays, so it might be worth seeing if there's any docs that tell you what needs changed.  My recollection is that it's probably a line in uEnv.txt that you change to say which display you have connected, but I could be wrong.. Like I say it was a while ago..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aaronpbrooks
    0 aaronpbrooks over 11 years ago

    Any luck figuring this out?  I'm also having this issue.  I see some faint pixels on the screen which quickly fade shortly after powerup, a line across the screen, and then black, with backlight enabled.  The user LEDs on the BBB don't indicate any activity, but LED0 on the cape blinks twice.

     

    On first glance, it looked like it could be a power issue, but I haven't been able to confirm.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aaronpbrooks
    0 aaronpbrooks over 11 years ago

    Alright, I've got things working now.  If you have a 3.3v FTDI 232 serial cable/adaptor, you should be able to resolve this fairly easily.  Here are the steps that I took:

    • Shutdown/remove power from BBB
    • Remove cape from BBB
    • Plug in FTDI cable, and open/configure your favorite terminal application (I'm on a mac and really like CoolTerm (http://freeware.the-meiers.org/), but there are other options
    • Power BBB, and verify that bootup occurs (there will be no LED activity on the board, but you will see the bootup sequence via your terminal)
      • Login password for "am37x-evm" is "root"
    • Make changes described in the user manual (here: http://www.farnell.com/datasheets/1817212.pdf) in section 5.1.3, including removal of the 'pointercal' file
    • Perform shutdown ("shutdown now")
    • Remove power source
    • Place cape onto BBB
    • Supply power (through barrel jack is probably more reliable, but I have found that my USB port does actually supply enough current)
    • If all is well, the calibration screen will now appear!

     

    Good luck!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to aaronpbrooks

    I think it's related to powering the board from USB or external supply. I was unable to restore the BBB until I connected an external supply, and right now I have a 7'' LCD running directly from the uSD just as described in the manual for the old BB.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aaronpbrooks
    0 aaronpbrooks over 11 years ago in reply to Former Member

    Despite my claim that I got the board powered via USB, you are likely correct.  I got as far as the calibration before it started to draw too much current from my USB.  I switched to a 3A 5V supply and it worked swimmingly.  Hooked up to my variable power supply and measuring with a cheap multimeter, the BBB w/display attached draws just shy of 1A (~950mA), with peak somewhere around 1.2A.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to aaronpbrooks

    Exactly what I needed to do! Display is working perfectly! I appreciate the help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    See the Post from Aaron Brooks, and do as he suggested. This should get you going. Good Luck!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • lotusf33t
    0 lotusf33t over 10 years ago in reply to aaronpbrooks

    Hi Aaron,

     

    I know this thread is one year stale, but I am just entering these waters so it is new to me... I am trying to figure out the dimensions the TI EZ-Linux has to offer that are different than the Angstrom distro, and it seems like programming one of my two BBBs with the TI-SDK is the way to go. I am unable to connect the board to the HDMI monitor I have, both my 5V supply and my HDMI are two-prong appliances so I suspect the grounds might be floating from each other? So monitor, keyboard, mouse option is out. That is related to my main problem of since I flashed the board last night (in kind of record time, less than ten minutes) I can't get any indication that it is working. Here is my real question:

     

         Why do I have to use the 3.3 FTDI cable to communicate with the BBB running TI-SDK? (I am assuming this to be a foregone conclusion and ordering one this morning.)

         Why does the method of mini-usb not work with this OS like Angstrom?

         Is there a way to put the TI-SDK on the sd card as a bootable OS rather than as an EMMC flash image? Seems like the 2GB onboard does not leave a lot of room for additional stuff.

     

    My goal is to get a minimal version of wXPython running for some cool touchscreen UI development, I didn't mention yet that I am paying with both the 4.3 and 7 inch LCD for BBB.

     

    If you or anyone with the know-how can answer this, please hop in.

     

    Respectfully,

     

    Jack AKA lotusf33t

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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