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 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 How can I build an image for the MaaxBoard myself?
  • 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 Suggested Answer
  • Replies 30 replies
  • Answers 12 answers
  • Subscribers 62 subscribers
  • Views 3583 views
  • Users 0 members are here
  • maaxboard
Related

How can I build an image for the MaaxBoard myself?

bryantfhayes
bryantfhayes over 5 years ago

I would like to compile my own image using Yocto, is there a guide for this?

  • Sign in to reply
  • Cancel

Top Replies

  • gonewtinwind
    gonewtinwind over 5 years ago +2
    done! because the maaxboard modified the soc.mk file at u-boot/tools/imx-boot/iMX8M/soc.mk(yocto at imx-mkimage/imx-boot ) it can not support optee before because of no yocto project. I change back, so…
  • bryantfhayes
    bryantfhayes over 5 years ago in reply to joshb86 +1
    Joshua, Great to hear someone is in the same boat. I appreciate you letting me know that EVK conf didn’t work, as that was something I wanted to try. Please do let me know if you have any success with…
  • joshb86
    joshb86 over 5 years ago in reply to bryantfhayes +1 suggested
    First build utilizing imx8_all failed with errors relating to optee. It initially looked like there was a typo somewhere down the layer conf. It reports " Unsupported PLATFORM_FLAVOR "mx8_all " - Notice…
  • clem57
    0 clem57 over 5 years ago

    bryantfhayes  although old, this blog gives the methods of using Yocto to build a custom image:  https://boundarydevices.com/what-is-a-yocto-image-and-how-can-i-modify-it/ . Please read all parts before trying.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • clem57
    0 clem57 over 5 years ago in reply to clem57

    If that gets difficult, this board can run Android 9 from Google...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 5 years ago

    MaaXBoard supports OS include:

    1. Android 9.0

    2. Yocto:

    - U-Boot version: 2018.03

    - Kernel version: 4.14.78

    - image: Yocto sumo 2.5

    - Qt 5.10.1 Library or later

    - Customized UI

     

    Well I looked and I can tell you the way it was built

    https://www.yoctoproject.org/docs/2.5.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html .

    The bad news is the hardware specifics are not freely available. Maybe someone here can help locate the Yocto hardware details?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bryantfhayes
    0 bryantfhayes over 5 years ago in reply to clem57

    Thanks for the response!

     

    I am familiar with building via Yocto, I guess my question is more about getting access to the Yocto Board Support Layers used to build specifically for the MaaxBoard Hardware. Are there not build instructions on how to produce an image similar to the pre-built one? Typically, I try to find a BSP layer to make sure the image is compatible with the hardware, but I haven't seen anything like that so far for this board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 5 years ago in reply to bryantfhayes

    Hey Bryant,

     

    The BSP for the MaaXBoard can be found here MaaXBoard

     

    image

     

    Is that what your looking for?

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bryantfhayes
    0 bryantfhayes over 5 years ago in reply to jafoste4

    I've seen the kernel BSP stuff, I guess I am referring to the Layers responsible for Yocto building a root file system. In my past experience with the iMX8MQ, NXP has provided layers to build a demo image. It seems like Embest provides the kernel and uboot source, but no Yocto layers that actually use this source code. I would expect to find a linux-4.14.98.bbappend recipe file or something that builds the kernel for the target hardware.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bryantfhayes
    0 bryantfhayes over 5 years ago in reply to jafoste4

    I also don't see a MACHINE conf file for the board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 5 years ago in reply to bryantfhayes

    Hi Bryant,

     

    This documentation by NXP shows their typical process for rebuilding an image for one of their boards. Perhaps you can take this and re-purpose this to the MaaXBoard?

    https://community.nxp.com/docs/DOC-94866

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • james.flynn
    0 james.flynn over 5 years ago in reply to bryantfhayes

    Bryant, I am checking with Embest to get this information.  They were in the process of switching to the Debian rootfs (Buster) and I am not aware of the current status.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • joshb86
    0 joshb86 over 5 years ago

    I'm hunting down the same trail Bryant. I can confirm that no distro or image variation built for imx8mqevk.conf will boot on the MAAXBOARD. I'm running a build for imx8_all now and will report back if I have any luck. It appears to me that there isn't a machine conf specifically supported just yet.

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