pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreateRootFS is taking a very long time

rem0nz opened this issue · comments

debootstrap in createrootfs.sh is extremely slow. It takes more than 12 hours to finish.
Anything I can do to fix that ?

commented

That's not normal. It should take couple of a minutes not hours !
Something is wrong with your machine, it could your CPU or the network is too slow ...

Actually no , both of them are good Intel i7 & Ethernet with 600mbps .
I found out that when I ran the same code on a Jetson Nano (arm64) it was working fine, but on the Intel processor , it was very slow.
Could be emulation problem ? this is a brand new ubuntu 18.04 installation.

commented

🤔 that's strange.
Try to to use the build environment that I mentioned in the blog post (Virtualbox + vagrant)
I don't think I can go further than that as it's related to your setup, sorry.