Device Tree Editor not available in Preferences as in documentation

Discussion in 'UDOO NEO' started by Bryan, Apr 5, 2016.

  1. Bryan

    Bryan New Member

    Joined:
    Feb 9, 2016
    Messages:
    2
    Likes Received:
    1
    Hello

    It seems that the, "Device Tree Editor", which is both named and shown in the documentation is simply not there on my system. :-/

    Googling has yielded no information regarding where to obtain or how to install this GUI app.

    I'm running a UDOO NEO (advanced) using the MicroSD image it came with (KickStarter) and having since performed an apt-get upgrade.

    I was able to use the CLI tools to do the job. So, no biggie. But I am still curious.

    Cheers,

    Bryan

    Screen Shot 2016-04-05 at 4.56.16 PM.png
     
    Last edited: Apr 5, 2016
  2. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
    The device tree editor has been added only in later SD images.
    If you flash the newest image, RC2, you will find it.
    Otherwise you can try to
    Code:
    apt update
    apt dist-upgrade
    apt install dtweb
    it *may* work, but it is unsupported.
     
    delba likes this.
  3. Bryan

    Bryan New Member

    Joined:
    Feb 9, 2016
    Messages:
    2
    Likes Received:
    1
    Oh, right. It was dist-upgrade I should have done, which may not have worked anyway.

    I'll get the RC2 image. Thanks!

    Been messing about with the M4 and motion sensors, using Arduino IDE on my desktop (for compiler speed) and FOTA. Pretty cool stuff!

    I have to say, this distro and entire set-up is impressive. It's obvious that a HUGEamount of work has gone into it all.

    Keep up the great work!

    Gruvin
     
    Francesco likes this.

Share This Page