diff options
Diffstat (limited to 'doc/board/emulation/qemu-x86.rst')
-rw-r--r-- | doc/board/emulation/qemu-x86.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/emulation/qemu-x86.rst b/doc/board/emulation/qemu-x86.rst index db842f2ece6..e7dd4e994d3 100644 --- a/doc/board/emulation/qemu-x86.rst +++ b/doc/board/emulation/qemu-x86.rst @@ -57,7 +57,8 @@ to instantiate. Note, the maximum supported CPU number in QEMU is 255. U-Boot uses 'distro_bootcmd' by default when booting on x86 QEMU. This tries to load a boot script, kernel, and ramdisk from several different interfaces. For the default boot order, see 'qemu-x86.h'. For more information, see -'README.distro'. Most Linux distros can be booted by writing a uboot script. +'doc/develop/distro.rst'. Most Linux distros can be booted by writing a uboot +script. For example, Debian (stretch) can be booted by creating a script file named 'boot.txt' with the contents:: |