Closed cxbrooks closed 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 .
These, in order:
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
I recommend:
sudo chgrp netdev /dev/i2c-*
sudo chmod g+rw /dev/i2c-*
@cxbrooks in README.md there is a link to the process for building a debian image for the Intel Edison.
This is a text based browser that will give people a fighting chance of being able to navigate a captive portal.
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.
Below are some updates I'd like to see in the Edison Image:
[x] Install Node and npm. Node 6.9.5 is preferred. See Edison Node Notes. Accessors will require Node.
[x] 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.
[x] Set up a sbuser with the appropriate keys, see Set up the sbuser account on the Edison. 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.