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

    Expand Primary Partition

     

    If you're flashing the image to say a 16gb SD card, you'll notice that there isn't a first boot script yet like you see with the Rpi that will auto expand the primary partition so you can utilize all of the remaining free space of your SD. This guide will help you reclaim the free space to actually make the system usable for growth.

     

    Requirements

    • Secondary linux system (VirtualBox VM is always a good quick option)
    • SD card slot, or SD to USB adapter for host machine

     

    Once the requirements are in place, this guide will walk you through expanding the partition: https://elinux.org/RPi_Resize_Flash_Partitions#Manually_resizing_the_SD_card_on_Linux

     

    NOTE: If you currently have critical data on the card, back it up first.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • kenkirch
    kenkirch over 5 years ago in reply to joshb86

    Great blog on Hackster.io to do this.

    Here is a shorten version of the blog.

    start Terminal

    df -h                               this will show the SD card at only 6.4g

    fdisk /dev/mmcblk0

    p                                   to show partitions, take note of the start number for the second partition ####### /dev/mmcblk0p2 it should be something like 544768

    d

    2

    n

    p

    2

    ########

    Press Enter for default last sector

    N

    w

    resize2fs /dev/mmcblk0p2

    df -h

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • kenkirch
    kenkirch over 5 years ago in reply to joshb86

    Great blog on Hackster.io to do this.

    Here is a shorten version of the blog.

    start Terminal

    df -h                               this will show the SD card at only 6.4g

    fdisk /dev/mmcblk0

    p                                   to show partitions, take note of the start number for the second partition ####### /dev/mmcblk0p2 it should be something like 544768

    d

    2

    n

    p

    2

    ########

    Press Enter for default last sector

    N

    w

    resize2fs /dev/mmcblk0p2

    df -h

    • 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