Hi,

> -----Original Message-----
> From: Stefan Seyfried <[email protected]>
> Sent: 29 March 2022 00:26
> To: [email protected]
> Subject: Re: Booting RP4 from USB
> 
> On 28.03.22 19:00, Axel Braun wrote:
> 
> > Next I found that
> > sudo -E rpi-eeprom-config -e
> > allows you to change the boot order as documented here [1] - note this
> > works from a running openSUSE system as well!
> 
> Did you try it? And did it really work? It certainly does not for me.
> 
> raspi3:~ # rpi-eeprom-config
> Traceback (most recent call last):
>    File "/usr/bin/rpi-eeprom-config", line 497, in <module>
>      main()
>    File "/usr/bin/rpi-eeprom-config", line 489, in main
>      current_config, config_src = read_current_config()
>    File "/usr/bin/rpi-eeprom-config", line 216, in read_current_config
>      return (shell_cmd(['vcgencmd', 'bootloader_config']), "vcgencmd
> bootloader_config")
>    File "/usr/bin/rpi-eeprom-config", line 109, in shell_cmd
>      result = subprocess.Popen(args, stdout=subprocess.PIPE,
> stderr=subprocess.PIPE)
>    File "/usr/lib64/python3.8/subprocess.py", line 858, in __init__
>      self._execute_child(args, executable, preexec_fn, close_fds,
>    File "/usr/lib64/python3.8/subprocess.py", line 1704, in _execute_child
>      raise child_exception_type(errno_num, err_msg, err_filename)
> FileNotFoundError: [Errno 2] No such file or directory: 'vcgencmd'

Vcgencmd is available in raspberrypi-userland package from:
https://build.opensuse.org/package/show/hardware/raspberrypi-userland

Cheers,
Guillaume


> 
> --
> Stefan Seyfried
> 
> "For a successful technology, reality must take precedence over
>   public relations, for nature cannot be fooled." -- Richard Feynman

Reply via email to