]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Update README to explain booting Ubuntu on Minnowmax
authorSimon Glass <sjg@chromium.org>
Mon, 27 Jul 2015 21:47:31 +0000 (15:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:54 +0000 (08:00 +0200)
commit59ee32648e80c9625462a12ae722f75f9091e340
tree3a9713900a0c26c4158b9210022c63416c7fbd6c
parent29d5775da94b31690cf4603f778f3d97e88c8779
x86: Update README to explain booting Ubuntu on Minnowmax

The steps required to boot a Linux distribution from U-Boot on x86 are not
very complicated, but it is a good idea to have these written down in an
accessible place.

Document how to examine the boot media from U-Boot, how to load a kernel,
load a ramdisk, set the kernel boot arguments and start the kernel. With
these instructions Ubuntu boots mostly normally on Minnowmax.

Note that the TSC timer does not operate correctly and gives warnings in
the boot log. I expect that ACPI support will solve this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/README.x86