
11 Feb
2022
11 Feb
'22
8:27 p.m.
On Fri, Feb 11, 2022 at 9:26 PM Simon Glass sjg@chromium.org wrote:
On Fri, 11 Feb 2022 at 11:28, Andy Shevchenko andriy.shevchenko@intel.com wrote:
On Mon, Jan 31, 2022 at 05:59:30PM -0500, Tom Rini wrote:
...
FWIW here is my tboot flash script for Edison:
This is rather unbriking script, DFU (luckily) works
def flash_edison(self, repo): vid = 0x8086 pid = 0xe005 expect = "%04x:%04x" % (vid, pid) self.wait_for_dfu(expect) u_boot = os.path.join(repo._local_str(), "u-boot-edison.img") bindir = self.usbboot_xfstk_dir self.host.exec0( "xfstk-dldr-solo", "--gpflags", "0x80000007", "--osimage", u_boot, "--fwdnx", os.path.join(bindir, "edison_dnx_fwr.bin"), "--fwimage", os.path.join(bindir, "edison_ifwi-dbg-00.bin"), "--osdnx", os.path.join(bindir, "edison_dnx_osr.bin"))
To the topic, any suggestions on how to fix the current U-Boot regression?
--
With Best Regards,
Andy Shevchenko