RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
570 stars 209 forks source link

bug: eeprom does not apply when restart manually #157

Closed jayjupdhig closed 3 years ago

jayjupdhig commented 3 years ago
  1. start raspi-config
  2. chose "lastest" version
  3. Say "no" if you will be asked for a soft reboot
  4. enter init 0 to shutdown
  5. remove drive (so you see the screen with eeprom version)
  6. you will still see older (default) version

-> BUG

jayjupdhig commented 3 years ago

no anwser??

XECDesign commented 3 years ago

When you flash the eeprom, you write files to the sd card which flash it on next boot. If you're taking out the device with those files, then that won't happen. Sounds like you're describing exactly what you'd expect to see.

jayjupdhig commented 3 years ago

ok...