Package: u-boot-exynos Version: 2016.07~rc1+dfsg1-3 Severity: important Dear Maintainer,
Hi, this bug is related to #827580. On boot, when I try to modify env and save like: env set boot_targets mmc0 mmc1 pxe dhcp env save Seems to work at first, but after boot to debian, if I reboot, the env gets reset to defaults. saveenv works on SD Card; only doing it on eMMC doesn't work. I installed u-boot like this: UBOOT_DEVICE=mmcblk0boot0 echo 0 > /sys/block/$UBOOT_DEVICE/force_ro UBOOT_OFFSET=0 dd if=u-boot/sd_fuse/hardkernel_1mb_uboot/bl1.bin.hardkernel of=${UBOOT_DEVICE} seek=${UBOOT_OFFSET} conv=sync dd if=u-boot/sd_fuse/hardkernel_1mb_uboot/bl2.bin.hardkernel.1mb_uboot of=${UBOOT_DEVICE} seek=$((UBOOT_OFFSET + 30)) conv=sync dd if=/usr/lib/u-boot/odroid-xu3/u-boot-dtb.bin of=${UBOOT_DEVICE} seek=$((UBOOT_OFFSET + 62)) conv=sync dd if=u-boot/sd_fuse/hardkernel_1mb_uboot/tzsw.bin.hardkernel of=${UBOOT_DEVICE} seek=$((UBOOT_OFFSET + 2110)) conv=sync (The BL1, BL2 and TZSW images are vendor provided.) This with bug #827580 combined makes life harder for people like me who uses both eMMC along with SD Card for OS and switch between them. Regards, Seo, Myunggyun -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: armhf (armv7l) Kernel: Linux 4.6.0-1-armmp-lpae (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf information