Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question : startup time? #359

Open
aminjoharinia opened this issue Jan 21, 2018 · 5 comments
Open

Question : startup time? #359

aminjoharinia opened this issue Jan 21, 2018 · 5 comments

Comments

@aminjoharinia
Copy link

aminjoharinia commented Jan 21, 2018

How much time does tessel 2 takes from power off to run the code?
Think a lightweight server on it , and should respond to data that clients sends
another question : could we set a static ip address for this server using Ethernet?
Thanks

@HipsterBrown
Copy link
Contributor

@aminjoharinia It usually takes about 30 seconds to boot tessel from power off and start running code.

For your second question, that should be possible but I don't think we expose a method in our hardware API or the cli commands yet.

@kevinmehall
Copy link
Member

For a static IP, use t2 root or a serial terminal to get access to the underlying Linux system, and edit /etc/config/network to change the network configuration -- see https://wiki.openwrt.org/doc/uci/network#protocol_static for documentation on that file.

@aminjoharinia
Copy link
Author

@HipsterBrown @kevinmehall Thank You very Much

@JasonKleban
Copy link

I’ve seen some linux fast-boot videos of booting a computer with the barest minimums in a few seconds and maybe one of just a few milliseconds. I’m extreme new to embedded systems, but I anticipate that long/noticeable boot time is something that will bug me. If I make a device or toy, I want to be able to power it up as I toss it in the air, and have it self-orienting and landing on all fours like a cat. (And then blink an led). I’d have to have a pretty good arm for a 30sec boot time. All boards seem to suffer from this and I’m not sure why experts have tolerated it if it could be possibly shorter - why does it need to take so long? Especially if the core hardware configuration never changes. Is wifi/dhcp the bulk of it? Can that stuff be deferred? How fast is it with your static ip configuration?

@JasonKleban
Copy link

I found this old issue. tessel/t2-firmware#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants