06-03-2020, 07:29 PM
(This post was last modified: 06-03-2020, 08:12 PM by MrRoosevelt.)
I get denied when cloning or downloading the mrfixit repo.
[EDIT]: Nevermind, that was user error...
I'm trying to make sure that I write the images to the correct device. It looks like the script wants to do this (omitting long file path):
It looks sane to me; but, I'm still looking for documentation on the wiki to confirm (I don't want to overwrite the wrong device).
[EDIT]: Nevermind, that was user error...
I'm trying to make sure that I write the images to the correct device. It looks like the script wants to do this (omitting long file path):
Code:
dd if=...updates_repo/pinebook/filesystem/idbloader.img of=/dev/mmcblk2 bs=32k seek=1 conv=fsync &>/dev/null
dd if=...updates_repo/pinebook/filesystem/uboot.img of=/dev/mmcblk2 bs=64k seek=128 conv=fsync &>/dev/null
dd if=...updates_repo/pinebook/filesystem/trust.img of=/dev/mmcblk2 bs=64k seek=192 conv=fsync &>/dev/null
It looks sane to me; but, I'm still looking for documentation on the wiki to confirm (I don't want to overwrite the wrong device).