lab11 / signpost

Exploring what happens when you put computers on sign posts.
Apache License 2.0
90 stars 7 forks source link

Updates for the Edison image #30

Closed cxbrooks closed 7 years ago

cxbrooks commented 7 years ago

Below are some updates I'd like to see in the Edison Image:

There is no big rush on these, just when we get around to updating the Edison image, it would be good to consider these.

nealjack commented 7 years ago

Great. This list is very useful. I'm actually working on making a more complete image right now. If you think of any other packages you want installed by default, please add them.

On Feb 17, 2017 11:36 AM, "Christopher Brooks" notifications@github.com wrote:

Below are some updates I'd like to see in the Edison Image:

-

Install Node and npm. Node 6.9.5 is preferred. See Edison Node Notes https://www.icyphy.org/accessors/wiki/Notes/EdisonNodeNotes. Accessors will require Node.

Set the date. When I installed the default Intel-provided image, it seemed like the date was set properly, or at least close to the current time. I ran into problems using wget and npm because the date was set to 1/1/2000 and the certs were not valid.

Set up a sbuser with the appropriate keys, see Set up the sbuser account on the Edison https://www.icyphy.org/accessors/wiki/Notes/Edison#SetUpSbuser. Downloading accessors requires the sbuser account.

There is no big rush on these, just when we get around to updating the Edison image, it would be good to consider these.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lab11/signpost/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AFTwB36LxwBrwwjGP_p2vTn-BYMcseNTks5rdfaggaJpZM4MEqZL .

ppannuto commented 7 years ago

These, in order:

ppannuto commented 7 years ago

Related: mounting my machine's dev folder over nfs while working on the python edison stuff has made for a really nice working setup. This is just the client side and won't mount anything by default, so should be a perfectly sane/reasonable thing to include

ppannuto commented 7 years ago

I recommend:

sudo chgrp netdev /dev/i2c-*
sudo chmod g+rw /dev/i2c-*
cxbrooks commented 7 years ago
nealjack commented 7 years ago

@cxbrooks in README.md there is a link to the process for building a debian image for the Intel Edison.

nealjack commented 7 years ago
ppannuto commented 7 years ago
ppannuto commented 7 years ago

This is a text based browser that will give people a fighting chance of being able to navigate a captive portal.

ppannuto commented 7 years ago

The only unchecked boxes are erpc stuff, but pretty sure @nealjack said that made it in - while it may need some love at some point in the future, that feels like a separate issue. The edison image as it currently stands is in a pretty good place.