On 24/07/2020 20:50, Vagrant Cascadian wrote: > On 2020-07-24, rah wrote:
>> For some reason, the u-boot environment has `board_name=BBG1` so it >> thinks the board is a BeagelBone Green. If I reset the environment, >> the board_name variable is set to: > > Have you used saveenv in the past on either or both the microSD or eMMC? I don't believe so. > If so, you may have to wipe the environment from the media If u-boot is reading environment from the media, wouldn't it make sense for u-boot to save the environment there as well? Regardless, where is the environment being read from? How can one wipe it? >> => saveenv >> Saving Environment to FAT... Unable to use mmc 0:1... Failed (1) >> ====================================================================== > Yes, vfat /boot is not supported by flash-kernel (or Debian in general). Debian's u-boot is trying to save its environment to a first FAT partition. If a vfat /boot is not supported, wouldn't it make sense to disable CONFIG_ENV_IS_IN_FAT? > Do you have any capes hooked up, or is it just a bare board? Bare board.