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 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 3868 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…
Parents
  • gonewtinwind
    0 gonewtinwind over 5 years ago

    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 It supports now.

     

    I share the yocto project tar file here for reference.

     

     

    update source code see my latest post:

     

    https://drive.google.com/file/d/1qEF4AZ9jfCRH7KZ_MyAFVgpHQa2fzTyS/view

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • gonewtinwind
    0 gonewtinwind over 5 years ago

    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 It supports now.

     

    I share the yocto project tar file here for reference.

     

     

    update source code see my latest post:

     

    https://drive.google.com/file/d/1qEF4AZ9jfCRH7KZ_MyAFVgpHQa2fzTyS/view

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • bryantfhayes
    0 bryantfhayes over 5 years ago in reply to gonewtinwind

    This method seems to be on the right track, and I can compile a "core-image-minimal", but when I try to build "fsl-image-validation-imx" it fails due to imx-vpu not having a compatible recipe. Any ideas on why that might be?

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

    try my new source code for source folder. my project almost done

    kernel and u-boot code  completely  use maaxboard company's source code(only u-boot source code is changes back  to support optee)

    please remove my project's executable code

    you can compare source folder with the fsl source folder to find what changed

     

    it should  work.

    local.conf and readme are inside

    https://drive.google.com/open?id=1qEF4AZ9jfCRH7KZ_MyAFVgpHQa2fzTyS

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

    Originally you were using linux-imx from NXP directly, and then just patching in the device tree. Is there a reason you switched to using a .tar.gz of the kernel from Embest?

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

    Originally you were using linux-imx from NXP directly, and then just patching in the device tree. 

    Is there a reason you switched to using a .tar.gz of the kernel from Embest?

    ans: 

     

    in my old posting info. I use patches(device tree) and nxp yocto kernel, but something wrong. it could not display in touchscreen.

    so I directly ,completely use kernel source code(maybe change device tree, now I can not remember) from maaxboard company ,because in the company's code.the are some drivers for display. I  fixed my display issue. so I did not care about where are the drivers  and what difference  for  hardware with the nxp imx 8 imx8mqevk demo board),  I download the source code  from here(in paulderr1 Jan 21, 2020 7:47 AM   posting before or other place I found before) : https://www.dropbox.com/sh/ft2o8olt88vm9mi/AABd76gFyXGhd-cGU8RDM89la/02Linux/01LinuxSourceCode/MaaXBoard-LinuxSourceCode…

     

    and put the u-boot and kernel code in yocto source,and change something to support optee

     

    yocto location:

    1 ./meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx/u-boot_2018.03._develop_50b1e8d144.tar.gz

     

    2 ./meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx/linux_4.14.78_develop_16c7d5eeed2d.tar.gz 

     

     

    actually I downloaded here,and some docs:

    https://www.dropbox.com/sh/ft2o8olt88vm9mi/AAAnEPcsOom0iikejUs5u_XIa?dl=0

     

     

    attached file is .MX_Yocto_Project_User_guide.pdf

    Attachments:
    imagei.MX_Yocto_Project_User_guide.pdf
    • 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