Oleg S.
Oleg S.
@Ansuel , Please provide the finished text, which I will just paste into the PR. Otherwise, it will drag on for a long time, because I see no reason to...
> should change some uboot-env to make sure it boot? You can not change the nvram parameters. > boot_fw1 ? But I forgot about this moment. Indeed, some users change...
> * Download the initramfs image, rename it to initramfs.bin, and host it with the tftp server. > * Interrupt U-Boot and run these commands: > setenv mtdparts nmbm0:1024k(bl2),256k(Nvram),256k(Bdata),2048k(factory),2048k(fip),256k(crash),256k(crash_log),112640k(ubi) >...
> The stock uboot of redmi ax6000 refuses to boot when the kernel and ubi are separated, This is pretty weird. The RB06 bootloader should not differ much from the...
@ptpt52 , But wouldn't this method work? ``` nvram set flag_boot_rootfs=0 nvram set flag_last_success=0 nvram set flag_boot_success=1 nvram set flag_try_sys1_failed=0 nvram set flag_try_sys2_failed=0 nvram set mtdparts "nmbm0:1024k(bl2),256k(Nvram),256k(Bdata),2048k(factory),2048k(fip),256k(crash),256k(crash_log),112640k(ubi)" nvram commit mtd...
> 1. it is better use `ubiformat` I'm sure there are no bad blocks. I will upgrade to a new firmware one day. What is the problem here? > 2....
> There already is already is proxy support in plink. And so it is. But this PR allow you to configure the proxy through the GUI (Settings -> Network).
> Do you have any idea why the tests fail? It has nothing to do with my PR. Bug was clearly present before.
> > It has nothing to do with my PR. > > Bug was clearly present before. > > How do you know? master tests cleanly. I'll try to check...
> Do you have any idea why the tests fail? This commit is the cause of the error: https://github.com/TortoiseGit/tgit/commit/73f192c991016bf88a9416cdf0e949f8b946f7e2 Lazy initialization was removed incorrectly! After these changes, the dependent code...