Sugar Creation Kit/sck/Advanced Topics: Difference between revisions
m →Ubuntu on Chromebook: Developer mode |
|||
| Line 359: | Line 359: | ||
====Ubuntu on Chromebook==== | ====Ubuntu on Chromebook==== | ||
*https://plus.google.com/109993695638569781190/posts/b2fazijJppZ | *https://plus.google.com/109993695638569781190/posts/b2fazijJppZ | ||
*https://sites.google.com/a/chromium.org/dev/ | |||
*http://liliputing.com/2012/10/samsungs-arm-powered-chromebook-can-run-ubuntu.html | *http://liliputing.com/2012/10/samsungs-arm-powered-chromebook-can-run-ubuntu.html | ||
:http://www.samsung.com/global/business/semiconductor/minisite/Exynos/products5dual.html | :http://www.samsung.com/global/business/semiconductor/minisite/Exynos/products5dual.html | ||
:http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=4917324 | :http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=4917324 | ||
*Entering Developer Mode | |||
:http://goo.gl/TSZxs | |||
"On this device, both the recovery button and the dev-switch have been virtualized. | |||
Our partners don't really like physical switches - they cost money, take up space on the motherboard, and require holes in the case. | |||
To invoke Recovery mode, you hold down the ESC and Refresh keys and poke the Power button. | |||
To enter Dev-mode you first invoke Recovery, and at the Recovery screen press Ctrl-D (there's no prompt - you have to know to do it). | |||
It will ask you to confirm, then reboot into dev-mode. | |||
Dev-mode works the same as always: It will show the scary boot screen and you need to press Ctrl-D or wait 30 seconds to continue booting. | |||
You'll still have to run "crossystem dev_boot_usb=1" and reboot once to boot from USB drives with Ctrl-U. | |||
To leave Dev-mode and go back to normal mode, just follow the instructions at the scary boot screen. It will prompt you to confirm. | |||
If you want to leave Dev-mode programmatically, you can run "crossystem disable_dev_request=1; reboot" from a root shell . | |||
Th ere's no way to enter Dev-mode programmatically, and just seeing the Recovery screen isn't enough - | |||
you have to use the three-finger salute which hard-resets the machine first. | |||
That's to prevent a remote attacker from tricking your machine into dev-mode without your knowledge. | |||
An unrelated note: Holding just Refresh and poking the Power button hard-resets the machine without entering Recovery. | |||
That's occasionally useful, but use it with care - it doesn't sync the disk or shut down politely, | |||
so there's a nonzero chance of trashing the contents of your stateful partition." | |||
====gitweb==== | ====gitweb==== | ||