I'm not booting from sd card. Tried copying and pasting the updat_sh in terminal after downloading the files but still not working. Am I doing something wrong.
Apparently my uboot is fine. Used etcher on a windows pc to make an sd and worked fine. For some reason dd/of isn't working maybe? Progress in terminal shows like it's doing something, so I'm not sure what the issue is.
What is the exact command syntax you used?
Right, but unless you had either of those parameters wrong, it shouldn't fail.
If this is on the Pinebook, 64k might be faster that 4m. At least that's what I found with the SD cards that I've used so far.
I presume that would work. But something went wrong somewhere. `dd` is as down-to-Earth as it gets. All it does is blindly copy from one place to the other, block by block. So long as you feed it good parameters and the data stream is correct, it really can't go wrong.
bs=64k should be faster from what I've seen, but shouldn't affect the data success.
What will slow you down is doing the unxz in advance. But I would do that just to simplify it further.
So just extract then in terminal I can just do dd? Still learning Linux and terminal so I thought I would be a hot shot and use terminal for everything.
09-29-2020, 02:59 PM
(This post was last modified: 09-29-2020, 03:09 PM by wdt.)
xzcat should work OK, saves wear and tear on SD (writing extracted image),,
bs speed depends on a lot of things, I would say 64k is minimum for good performance,
somebody did a test and results were hardly determinate
Not surprising, there are about 4 variables
iozone gives a good clue
of= should be to ENTIRE block device, right?,, not to a partition
(and you do have to be root, or sudo both sides of pipe)
and what's the thing about mrfixit_update.sh,, you know that is ONLY for that distro?
09-29-2020, 03:58 PM
(This post was last modified: 09-29-2020, 04:02 PM by wdt.)
So it doesn't interrupt pipeline to ask password, sudo for xzcat is not neccessary,
but then won't ask password for sudo dd
mrfixit_update.sh not only updates uboot and kernel, also changes extlinux.conf to point to new kernel
For any other distro, this would not work out well