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 Failed to Fetch the source
  • 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 19 replies
  • Subscribers 57 subscribers
  • Views 3836 views
  • Users 0 members are here
  • meta_maaxboard
  • maaxboard
Related

Failed to Fetch the source

marvintien
marvintien over 4 years ago

Fetch the source

.......................

Clone this repo

$cd sources

$ git clone http://192.168.2.149/imx8m/meta-maaxboard.git

Cloning into 'meta-maaxboard'...

fatal: unable to access 'http://192.168.2.149/imx8m/meta-maaxboard.git/': Failed to connect to 192.168.2.149 port 80: Connection timed out

 

Please tell me how to fix it? Thanks.

  • Sign in to reply
  • Cancel

Top Replies

  • jafoste4
    jafoste4 over 4 years ago +1
    Hi Marvin, This was an issue on our end where the repo pointed to out internal development location. It has now been fixed and points to : $ git clone https://github.com/Avnet/meta-maaxboard.git Let me…
  • jafoste4
    jafoste4 over 4 years ago

    Hi Marvin,

     

    This was an issue on our end where the repo pointed to out internal development location. It has now been fixed and points to : $ git clone https://github.com/Avnet/meta-maaxboard.git

    Let me know if you run into any additional issues.

     

    -Josh

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago in reply to jafoste4

    Hi Joshua,

        Thanks a lot. By now I can build yocto's image.

    But it seems that this yocto's image does not support X window desktop via HDMI monitor, please kindly tell me how to build the Debian image to support the support X window?

    or provide the datasheet.

     

    Thanks

    Marvin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jafoste4
    jafoste4 over 4 years ago in reply to marvintien

    Hi Martin,

     

    Have you looked under the technical documents section for the MaaXBoard? We have guides for rebuiding the debian sources.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago

    Hi Joshua,

         I found this github site: https://github.com/Avnet/maaxboard-debian-build

    There are common.ini, maaxboard-lite.ini, maaxboard.ini under maaxboard-debian-build/board/maaxboard/

    I bought MaaXBoard with 2GB DDR, Quad core,  micro-SD slot.

    As follows, for option -b which .init file I should apply?  Thanks.

    sudo ./debian_build.sh -c rootfs -b ../board/maaxboard/maaxboard.ini

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago in reply to marvintien

    Hi Joshua,

        In fact, I cannot find the technical document for rebuiding the debian sources.

    Please kindly tell me where I can get it. Thanks.

    Marvin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago in reply to marvintien

    Hi Joshua,

    $ git clone https://github.com/Avnet/maaxboard-debian-build

    $ cd maaxboard-debian-build

    $ sudo ./debian_build.sh -b rootfs -f ./board/maaxboard/maaxboard.ini

    (But below errors occur:)

    https://github.com/Avnet/maaxboard-debian-build

    Connecting to 192.168.2.100:80... failed: Connection timed out.

    failed: Connection timed out.

    Retrying.

     

    How can I modify "board/maaxboard/maaxboard.ini"?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago

    Hi Joshua,

         I download and extract 02LinuxShipmentImage_Debian.zip, get MaaXBoard-LinuxShipmentImage-Debian-V1.1.1r10.img, and boot it from microSD card, but can't enter Debian Desktop environment. I wonder why? Please kindly reply me. Thanks in advance.

    B.R.

    Marvin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jafoste4
    jafoste4 over 4 years ago in reply to marvintien

    Hi Marvin,

     

    The Desktop environment should work out of box. What are you utilizing as a display(HDMI or MIPI LCD)? Are you getting anything on the display?

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jafoste4
    jafoste4 over 4 years ago in reply to marvintien

    Hi Marvin,

     

    I have been out of office over the Holidays I am looking into this now.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • marvintien
    marvintien over 4 years ago in reply to jafoste4

    Hi Joshua:

          I am using HDMI monitor to connect to Maaxboard and can't enter Debian5 Desktop.

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