Open superna9999 opened 2 years ago
Intel dumps with pyamlboot + change to write with 4k like the update tool:
pyamlboot-intel-libretech-cc.zip
diff --git a/boot.py b/boot.py
index 5995834..368b321 100755
--- a/boot.py
+++ b/boot.py
@@ -86,7 +86,7 @@ class BootUSB:
self.init_ddr()
self.write_file(os.path.join(self.bpath, self.BL2_FILE), self.DDR_LOAD, large = 64)
self.write_file(os.path.join(self.fpath, self.FIP_FILE), self.BL2_PARAMS, large = 48)
- self.write_file(os.path.join(self.bpath, self.TPL_FILE), self.UBOOT_LOAD, large = 64, fill = True)
+ self.write_file(os.path.join(self.bpath, self.TPL_FILE), self.UBOOT_LOAD, large = 4096, fill = True)
def run_uboot(self):
if ord(self.socid[3]) == 8:
pyamlboot-intel-libretech-cc-4k.zip
====>Amlogic update USB tool(Ver 1.7.1) 2018/04<=============
DDR init fails, instead having:
ROM: 2.2 Stage: 0.8
we have:
ROM: 2.4 Stage: 0.0
which means load of u-boot.bin.usb.bl2
or usbbl2runpara_ddrinit.bin
fails to load.
Here's the current log:
The platform is an AMD Ryzen 7 PRO 5850U