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
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum wireless cape bricks the beaglebone
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 21 replies
  • Subscribers 103 subscribers
  • Views 2902 views
  • Users 0 members are here
Related

wireless cape bricks the beaglebone

chicagobob
chicagobob over 6 years ago

Latest img https://beagleboard.org/latest-images

Follow the directions and the beagle board no longer boots.

GREAT !!

What is going on?

Edit

/boot/uEnv.txt

> sudo nano /boot/uEnv.txt

# Enable the overlay dtb

(eMMC/hdmi/etc are disabled)

dtb=am335x-boneblack-overlay.dtb

# Enable the gateway/connectivity cape overlay:

cape_enable=bone_capemgr.enable_partno=BB-BONE-WL183

Write out & save edits.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 6 years ago +1
    Hi Robert, I don't know the answer, but I know how to begin troubleshooting such types of issues. It will be worth removing any cape (in case it is interfering with the boot mode pins) and trying to start…
  • chicagobob
    chicagobob over 6 years ago +1
    Thanks so much for the replies. Sorry for the lack of clarity. I am trying to get the Element 14 wireless cape working on the Beagle bone black with the latest debian. These are new items purchased in…
  • shabaz
    shabaz over 6 years ago in reply to chicagobob +1
    Hi Robert, Are you powering via USB? If you are, then this discussion mentions that it may not provide enough power: Wireless cape issues It is almost inevitable to have issues in future too, depending…
Parents
  • chicagobob
    chicagobob over 6 years ago

    Yes I have tried doing this without the uEnv.txt edits. The wifi cape lights do not even turn on and

    worst part is when I get the turned on, I can not log into the beagleboard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jomoenginer
    jomoenginer over 6 years ago in reply to chicagobob

    Try changing the dtb line from:

    dtb=am335x-boneblack-overlay.dtb

     

    TO

     

    dtb=am335x-boneblack-wl1835mod.dtb

     

    Reference:

    https://e2e.ti.com/support/wireless-connectivity/other-wireless/f/667/t/738811

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mp2100
    mp2100 over 6 years ago in reply to jomoenginer

    I came across a lot of frustration from this discussion, from 2016, 2017, attached to the wireless cape readme file:

    BBONE-GATEWAY-CAPE_README_11292016_v0 1.pdf

      (the discussion shows up below the pdf rendering)

     

    M_Hudson points out the the cape enable line in uEnv.txt says to use "BB-BONE-WL183"

     

    While the technical details for the wireless cape say on this page:

    Wireless Connectivity Cape for BeagleBone Black

    that it uses "WL1837MOD"

    Is there a  dtb=am335x-boneblack-wl1837mod.dtb that would work???  Of course, you'd need that dtb file, and I don't see that the instructions say where the file would come from. I see on my BBB-Wireless (not the cape, but the BBB with wireless on the main board), that I have the file mentioned above by Jon Morss,  am335x-boneblack-wl1835mod.dtb  but no wl183 or wl1837.  This is with the debian 9.5 verson (October 2018) .  Maybe an older version of debian had the correct dtb?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • mp2100
    mp2100 over 6 years ago in reply to jomoenginer

    I came across a lot of frustration from this discussion, from 2016, 2017, attached to the wireless cape readme file:

    BBONE-GATEWAY-CAPE_README_11292016_v0 1.pdf

      (the discussion shows up below the pdf rendering)

     

    M_Hudson points out the the cape enable line in uEnv.txt says to use "BB-BONE-WL183"

     

    While the technical details for the wireless cape say on this page:

    Wireless Connectivity Cape for BeagleBone Black

    that it uses "WL1837MOD"

    Is there a  dtb=am335x-boneblack-wl1837mod.dtb that would work???  Of course, you'd need that dtb file, and I don't see that the instructions say where the file would come from. I see on my BBB-Wireless (not the cape, but the BBB with wireless on the main board), that I have the file mentioned above by Jon Morss,  am335x-boneblack-wl1835mod.dtb  but no wl183 or wl1837.  This is with the debian 9.5 verson (October 2018) .  Maybe an older version of debian had the correct dtb?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • chicagobob
    chicagobob over 6 years ago in reply to mp2100

    Hi thanks for the reply Allen.

     

    The am335x-boneblack-wl1837mod.dtb file is there in the directory /boot/dtbs/4.14.71-ti-r80

    All you have to do is use it, and I have tired it with the uboot_overlay_addr0=/lib/firmware/BB-GATEWAY-1837-00A0.dtbo

    and without.

    Both fail to allow me to Putty back into the Beagle.

     

    When I use am335x-boneblack-wl1837mod.dtb the wifi unit light up (which seems operational ?) and I can no longer putty to the Beagle.

    Its a brick.

    Can not see video output either.  It becomes useless. I have reloaded the OS about 4 times so far today onto the SD card because the

    wrong combination just stops access to the board altogether.

    I need help..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mp2100
    mp2100 over 6 years ago in reply to mp2100

    TL;DR but, following the links from here:

    https://www.element14.com/community/docs/DOC-79264/l/wireless-connectivity-cape-for-beaglebone-black#documents

     

    leads to here:

    WL18xx First Time Getting Started Guide (Beaglebone) - Texas Instruments Wiki

     

    which leads to here:

    WL1835 Cape on BeagleBone with MainLine Kernel Debian Filesystem - Texas Instruments Wiki

     

    which gives instructions on how to build this for the BBB on Debian 8.1 (July 2015 version).  I'm not sure this helps, it's yet another rabbit hole to get lost in.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • chicagobob
    chicagobob over 6 years ago in reply to mp2100

    I am downloading the Debian 8.3 version which is already built.

    I tried this line of thinking but can't recall how far back I went.

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