On Wed, Aug 23, 2017 at 10:56 PM, mugginsac <[email protected]> wrote: > I still have problems with the serial terminal. > > It seems to me like U-boot is starting up and receiving input that is > putting it into command mode. Then it is like the process that outputs the > text from the DE10 is being fed into the console input and confusing the > heck out of the command processor. It keeps reporting command not understood > or not recognized and then advising to try help. This seems to continue > until minicom, putty or screen are overwhelmed and abort or terminate. It is > almost like the command processor is still running but u-boot is restarting > and outputting the startup messages again. > > Does any of this make any sense? > > Occasionally, it will hit a state where the boot process will complete to > where it will read extlinux.conf and load the kernel.
+CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" +CONFIG_AUTOBOOT_DELAY_STR="d" +CONFIG_AUTOBOOT_STOP_STR=" " Then the only way to enter command mode, is the "space" key... Regards, -- Robert Nelson https://rcn-ee.com/ -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
