On 8 August 2018 at 14:53, Robert <info...@die-optimisten.net> wrote: > On Wed, 8 Aug 2018 14:26:10 -0700 > jungle Boogie <jungleboog...@gmail.com> wrote: >> So I now have openBSD installed and can boot to it, but when I reboot >> the nane device, it continues to ignore the saved config. >> >> Have you encountered anything like this with uboot? >> > > I had some issues occasionally, but not often. At least not often > enough to motivate me to investigate. > Right now I tested by rebooting (with the SD card I used today) five > times. Also rebooted a couple of times with the full installation from > a week ago (on another SD). All worked nicely with no file/disk error.
Yeah, that's been my experience as well. I've had the nano64 thing since amount April and haven't seen this issue. I am using a different power supply, but that's really the only change between now and last week. You've been very helpful with your time, thank you so much! > > Small detail if you want to try: > I don't use the "reset" command in u-boot after saveenv; instead I > power-cycle the device. In my experience with those small ("cheap") > devices, software resets can't always be trusted. > (There are nice USB cables with built-in power switches for exactly > that.) > Would it be possible for you to print you u-boot environment details so that I can compare to mine: https://ptpb.pw/y20R I don't know what in particular I'll need to check out, but I do notice this: usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi I'm concerned if I'm saving my bad values, they'll always be bad and won't boot into the OS. > regards, > Robert >