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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design Bluetooth issue with 1DX Murata module
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 10 replies
  • Answers 1 answer
  • Subscribers 325 subscribers
  • Views 2866 views
  • Users 0 members are here
  • bluetooth
  • zedboard
  • wi-fi
  • lbee5kl1dx
  • 1dx pmod
  • 1dx
  • murata
Related

Bluetooth issue with 1DX Murata module

3d_srv
3d_srv over 4 years ago

Hello everybody,

 

I'm trying to enable Wi-Fi & Bluetooth connectivity to the ZedBoard, using the 1DX Wi-Fi/BT module (LBEE5KL1DX-883)

A complete tutorial has already been done here: Adding Wi-Fi and Bluetooth Connectivity to the ZedBoard using the Murata 1DX Pmod

 

I succeeded in enabling Wi-Fi, but I'm facing a persistent issue when I try to enable Bluetooth.

I'm using the Harware design provided here (Reference designs section): https://www.avnet.com/wps/portal/us/products/avnet-boards/avnet-board-families/zedboard/

 

image

 

Here is the script I run to enable Bluetooth:

image

 

And here is the issue (bluetooth LED is turned ON when the script is launched):

image

 

Is somebody able to know where I should go to fix this issue concerning hciattach?

 

Regards

  • Sign in to reply
  • Cancel

Top Replies

  • bhfletcher
    bhfletcher over 4 years ago +2
    Looking at your block diagram, you are using a PL-based, AXI-uart16550 for your Bluetooth UART interface. However, assuming these old comments are accurate, you are pointing things to the PS-based UART0…
  • bhfletcher
    bhfletcher over 4 years ago in reply to 3d_srv +1
    Hopefully some of the other software experts can chime in. From what I can tell from your hardware block diagram, you are using a PL-based UART to connect to the Bluetooth. If the PL-based TTYS* device…
  • 3d_srv
    3d_srv over 4 years ago in reply to bhfletcher +1 verified
    Update: It's working, and it was exactly what I thought : if you want ttyS0 to appear you have to make sure the UART IP block is recognized. The problem is that it's not documented at all: UART 16550 IP…
Parents
  • zwabbit
    0 zwabbit over 4 years ago

    Hey Lotfi, did you need to do anything special or different from the instructions on the guide you linked to get wifi working? I've gone through it with the 2020.2 petalinux tools and when the OS attempts to load the driver, I get:

     

    Direct firmware load for brcm/brcmfmac43430-sdio.bin failed with error -2

     

    The top of the guide has some remark about update for petalinux 2017.4, but it doesn't actually say anything about what if anything different we're supposed to do.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • zwabbit
    0 zwabbit over 4 years ago

    Hey Lotfi, did you need to do anything special or different from the instructions on the guide you linked to get wifi working? I've gone through it with the 2020.2 petalinux tools and when the OS attempts to load the driver, I get:

     

    Direct firmware load for brcm/brcmfmac43430-sdio.bin failed with error -2

     

    The top of the guide has some remark about update for petalinux 2017.4, but it doesn't actually say anything about what if anything different we're supposed to do.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • 3d_srv
    0 3d_srv over 4 years ago in reply to zwabbit

    Hello,

     

    Nothing different has been done for Wi-Fi.

    Be careful with the firmware filenames and paths when you copy them into the rootfs:

     

    Wi-Fi --> /lib/firmware/brcm/

                                                 --> brcmfmac43430-sdio.bin

                                                 --> brcmfmac43430-sdio.txt

                                                 --> brcmfmac43430-sdio.xlnx,zynq-zed.txt (this one is the filename for the zedboard, try to copy the above .txt file and change the name)

     

    boot with the ZedBoard, and try to raise the wlan0 interface with "ifup wlan0"

    If it works , you should be able to see your interface with "ifconfig"

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zwabbit
    0 zwabbit over 4 years ago in reply to 3d_srv

    So, followup question. How did you get ahold of the firmware images in the first place?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • 3d_srv
    0 3d_srv over 4 years ago in reply to zwabbit

    You will find the latest 1DX Murata firmware here: https://github.com/murata-wireless

    • 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