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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Using Xilinx Tools Forum Docker on Petalinux
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 336 subscribers
  • Views 1854 views
  • Users 0 members are here
Related

Docker on Petalinux

e_rush
e_rush over 7 years ago

Hi! I'm trying to build petalinux image with docker on it and run it on QEMU. So far I've added docker to user packages via petalinux-config and built it. But wherever I try to boot it with qemu error message appears. Any help would be appretiated!

 
  INFO: The image provided is a zImage
  INFO: Set QEMU tftp to /home/e_rush/docker_test/images/linux 
  INFO: TCP PORT is free 
  INFO: Starting arm QEMU
  INFO:  qemu-system-aarch64 -M arm-generic-fdt-7series -machine linux=on   -serial /dev/null -serial mon:stdio -display none -kernel /home/e_rush/docker_test/build/qemu_image.elf -gdb tcp::9000 -dtb /home/e_rush/docker_test/pre-built/linux/images/system.dtb  -net nic,vlan=1 -net user,vlan=1,tftp=/home/e_rush/docker_test/images/linux -net nic -device loader,addr=0xf8000008,data=0xDF0D,data-len=4 -device loader,addr=0xf8000140,data=0x00500801,data-len=4 -device loader,addr=0xf800012c,data=0x1ed044d,data-len=4 -device loader,addr=0xf8000108,data=0x0001e008,data-len=4 -device loader,addr=0xF8000910,data=0xF,data-len=0x4    
  qemu-system-aarch64: -net nic,vlan=1: 'vlan' is deprecated. Please use 'netdev' instead.
  qemu-system-aarch64: warning: vlan 0 is not connected to host network
  rom: requested regions overlap (rom bootloader. free=0x0000000004ca8be8, addr=0x0000000000000000)
  Uncompressing Linux... done, booting the kernel.
   
 
Error: unrecognized/unsupported machine ID (r1 = 0x00000d32).
Available machine support:
ID (hex) NAME
ffffffff Generic DT based system
ffffffff ARM-Versatile Express
ffffffff Xilinx Zynq Platform
Please check your kernel config and/or bootloader.
 
 
Steps I performed before:
 
1) Installed Vivado and Petalinux Tools
2) Downloaded zedboard bsp
3) Created project with "petalinux-create -t project -n docket_test -s bsps/zed.bsp"
4) Then I've edited $PROJ/project-spec/meta-user/recipes-core/images/petalinux-image.bbappend to add docker (IMAGE_INSTALL_append = " docker")
5) With petalinux-config -c rootfs enabled docker recipes
6) Built image with petalinux-build
7) Replaced prebuilt image with petalinux-package --prebuilt --force
8) Tried to boot with petalinux-boot --qemu --prebuilt 3
 
 
  • Sign in to reply
  • Cancel
  • jafoste4
    0 jafoste4 over 7 years ago

    hello,

    What deveopment hardware are you using/targeting? 

    --Josh

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

    I have created project using zedboard bsp from xilinx site

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

    Sorry I wasn't able to write more info before. System tagged my messages as spam

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

    Hello,

    Are you developing this for use with the Zedboard? Or are you using this as a starting point for a custom board?

    --Josh

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

    I am developing this for a Zedboard. Moving to custom board is possible in the long term.

    • 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