06-19-2020, 06:14 AM
(06-19-2020, 02:54 AM)slow_motion Wrote: Hi again, sorry but no luck with the update. Deep sleep isn't working either, so i don't know if the update was successful.
Is there a simple way to check this out?
At the end of the script, another script was executed to clean the boot, but i was afraid to delete the files suggested by the script, so maybe that's why it didn't work?
No worries!
You really don't even need all of the script, you just need these 3 lines from the script run in terminal:
Code:
sudo dd if=idbloader.img of=<eMMC/microSD> bs=32k seek=1 conv=fsync
sudo dd if=u-boot.img of=<eMMC/microSD> bs=64k seek=128 conv=fsync
sudo dd if=trust.img of=<eMMC/microSD> bs=64k seek=192 conv=fsync
you can use any disk management software to find out if your emmc is mmcblk0 or mmcblk1 (do NOT write it to a partition ie mmcblk0p1.)
For deep sleep, there's a single file change that gets made to enable it. This post outlines what you need to do (you can skip the first step) https://forum.pine64.org/showthread.php?...0#pid68720