We recently added that the whole 8M chip flashing is optional, which is
important indeed. In brough some more stuff in which may be confusion.
We don't want to mention one specific OS because we're really generic
people should try to install whatever they want.
Also, "the command defaults to..." is misleading, as there are commandline
options applied in our example. Remove that.
And lastly, as long as users make the backups we always suggest in the
examples, they can change things at any time.
Despite I've never had any problems, applying external voltage to the
flash is considered dangerous, see #49 and #68. So change our documentation to
suggest not to do this often. Also, remove the note about "WoL power"
not being necessary. We don't document that (yet) anyways.
Fixes#68
This simplifies setup by remove the unneeded RAM voltage checking.
According to the spec, DDR3L RAM has to work using 1.5V, see
https://en.wikipedia.org/wiki/DDR3_SDRAM#DDR3L_and_DDR3U_extensions.
Coreboot simply doesn't always implement changing voltage, which
can never prevent RAM from working though.
Closes#50Fixes#38
We already have a config for a more free version using SeaVGABIOS. From now
on we build, test and release that too. The image filename should just
contail _free_ which is probably enough.
Closes#32
Now our scripts start with _where_ it should be run. x230_*.sh should
be run on the x230 where Skulls should be installed. external_*.sh
obviously not.
This also adds the -f <flasher> option and an interactive menu if not
specified.