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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum MaaxBoard Debian Image - Tips, Add-Ins, and Fixes
  • 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
  • Replies 9 replies
  • Subscribers 58 subscribers
  • Views 3230 views
  • Users 0 members are here
  • debian
  • imx8
  • kernel
  • maaxboard
  • linux
Related

MaaxBoard Debian Image - Tips, Add-Ins, and Fixes

joshb86
joshb86 over 5 years ago

Hello All,

 

Now that we have the official Debian image for the MaaxBoard we have been tearing away at building the system for our needs. In the process we are coming across some changes and modifications that I'll log in this thread to hopefully save others some time. We are also feeding these details directly to our Avnet engineering team to hopefully help refine future image releases.

 

I'll try to keep this as organized as possible so I'll update this initial post with quick links to future posts to help save everyone some time on reading through posts that aren't related to what they are searching for:

 

 

Image V1.1.1.r10

 

Identified Issues

    • Corrupted libqmi-glib5
    • libIL.so.1 ldconfig error
    • libOpenVG.so ldconfig error

 

Add-Ins

    • FTDI & Usb Serial Support (Pre-Built drivers attached)

 

Tips

    • Expand Primary Partition (Utilize free space on SD Card)
    • Resolve APT Release File Errors
    • Compile and Import New Modules/Drivers
  • Sign in to reply
  • Cancel

Top Replies

  • joshb86
    joshb86 over 5 years ago +2
    Compiling modules/drivers for kernel 4.14.78 Previously I shared serial related drivers that I compiled for my needs. You may come across support that's missing for your needs, so I thought I'd share how…
Parents
  • joshb86
    joshb86 over 5 years ago

    libOpenVG.so is not a symbolic link

     

    Another ldconfig warning you'll see when using apt is related to libOpenVG.so. This is is a bit more strange and maybe someone from embest/avnet can respond on this. The error is:

     

    ldconfig: /usr/lib/aarch64-linux-gnu/libOpenVG.so is not a symbolic link

     

    It's complaining that the lib is not a symbolic link, but if we look further we can see that the accompanied file libOpenVG.3d.so is actually the same exact file as libOpenVG.so:

     

    root@maaxboard:~# md5sum /usr/lib/aarch64-linux-gnu/libOpenVG*
    6739d5a1b6fed46fd0e6b68f3457952e /usr/lib/aarch64-linux-gnu/libOpenVG.3d.so
    6739d5a1b6fed46fd0e6b68f3457952e /usr/lib/aarch64-linux-gnu/libOpenVG.so

     

    I'm not sure why this is the case, or if my method is OK/correct, but you can suppress this error by renaming the file. I chose not to remove it just in case something creeps up as a need or alternate fix:

     

    1. mv /usr/lib/aarch64-linux-gnu/libOpenVG.so /usr/lib/aarch64-linux-gnu/libOpenVG.so.OLD
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • joshb86
    joshb86 over 5 years ago

    libOpenVG.so is not a symbolic link

     

    Another ldconfig warning you'll see when using apt is related to libOpenVG.so. This is is a bit more strange and maybe someone from embest/avnet can respond on this. The error is:

     

    ldconfig: /usr/lib/aarch64-linux-gnu/libOpenVG.so is not a symbolic link

     

    It's complaining that the lib is not a symbolic link, but if we look further we can see that the accompanied file libOpenVG.3d.so is actually the same exact file as libOpenVG.so:

     

    root@maaxboard:~# md5sum /usr/lib/aarch64-linux-gnu/libOpenVG*
    6739d5a1b6fed46fd0e6b68f3457952e /usr/lib/aarch64-linux-gnu/libOpenVG.3d.so
    6739d5a1b6fed46fd0e6b68f3457952e /usr/lib/aarch64-linux-gnu/libOpenVG.so

     

    I'm not sure why this is the case, or if my method is OK/correct, but you can suppress this error by renaming the file. I chose not to remove it just in case something creeps up as a need or alternate fix:

     

    1. mv /usr/lib/aarch64-linux-gnu/libOpenVG.so /usr/lib/aarch64-linux-gnu/libOpenVG.so.OLD
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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