X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.console;h=02428fb396b5bfb5fc865a46aa7f383d6b61b8e2;hb=42c8a112d2e90598f0933d085ab4e47b41ab2aba;hp=c9ef59e9a5f6b6b4e0394c2450d4cd41cc256e92;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=oweals%2Fu-boot.git diff --git a/doc/README.console b/doc/README.console index c9ef59e9a5..02428fb396 100644 --- a/doc/README.console +++ b/doc/README.console @@ -1,8 +1,7 @@ +SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2000 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it - * - * SPDX-License-Identifier: GPL-2.0+ */ U-Boot console handling @@ -25,7 +24,7 @@ stdout or stderr) to any device you see in that list simply by assigning its name to the corresponding environment variable. For example: - setenv stdin wl_kbd <- To use the wireless keyboard + setenv stdin serial <- To use the serial input setenv stdout video <- To use the video console Do a simple "saveenv" to save the console settings in the environment @@ -99,4 +98,3 @@ The driver has been tested with the following configurations (see CREDITS for other contact informations): - MPC823FADS with AD7176 on a PAL TV (YCbYCr) - arsenio@tin.it -- GENIETV with AD7177 on a PAL TV (YCbYCr) - arsenio@tin.it