PcDuino3B Install fail

Hi
I have purchased new PCDuino3B and tried to flash with Astrobox, entire flashing process seems to work fine but when it is trying to boot up I keep getting following error

File “/usr/lib/python2.7/dist-packages/dbus/bus.py”, line 278, in start_service_by_name
‘su’, (bus_name, flags)))
File “/usr/lib/python2.7/dist-packages/dbus/connection.py”, line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files

The systems starts to reboot after that and it keeps going over and over.

You’re missing the network manager. Are you using our image?

Yes I am downloading your image following instructions from
https://astroprint.zendesk.com/hc/en-us/articles/202638585-pcDuino-Flashing-the-AstroBox-image-onto-an-SD-card-

I don’t k know how your device doesn’t have network manager. You can install it with:

sudo apt-get install network-manager

The issue I get is that it boots up to that point and as it times out it starts restarting and same thing every time it tries to boot up. even if I try ctrl+alt+F1 F2 F3 I can not login as it is still booting up.

Also I am installing on PCDuino3B not sure if it makes any difference.

I’m not really sure :frowning: we’re now focused on RPi images for the most part. We have found that to be more reliable for our purposes at the moment