Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • autoboot_keyed
  • bootargs
  • stable
  • repro
  • sde
  • set_env_vars
  • cinap_lenrek_sigrid
  • fdtfile
  • env_is_nowhere
  • saveenv
  • distro_bootcmd
  • usb-boot
  • boot.scr
  • hdmi
  • variant-emmc-nvme-boot
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
22 results

mntreform-config

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Johannes Schauer Marin Rodrigues's avatar
    34895f16
    use CONFIG_AUTOBOOT_KEYED to only let autoboot be interrupted by the space character · 34895f16
    Johannes Schauer Marin Rodrigues authored and minute's avatar minute committed
    When connecting a FTDI FT232RL usb to ttl uart adapter to the reform
    with TX, RX and GND but not connecting that adapter to another machine
    via usb, then the adapter will send garbage signals to the reform during
    boot. These will interrupt autoboot and prevent the reform from booting
    until either the RX/TX/GND are disconnected or the adapter is connected
    via USB to another machine.
    
    To prevent this from happening, do not interrupt autoboot on any key
    press but require the space key to be pressed.
    34895f16
    History
    use CONFIG_AUTOBOOT_KEYED to only let autoboot be interrupted by the space character
    Johannes Schauer Marin Rodrigues authored and minute's avatar minute committed
    When connecting a FTDI FT232RL usb to ttl uart adapter to the reform
    with TX, RX and GND but not connecting that adapter to another machine
    via usb, then the adapter will send garbage signals to the reform during
    boot. These will interrupt autoboot and prevent the reform from booting
    until either the RX/TX/GND are disconnected or the adapter is connected
    via USB to another machine.
    
    To prevent this from happening, do not interrupt autoboot on any key
    press but require the space key to be pressed.