11-12-2019, 09:07 AM
(11-10-2019, 08:36 PM)Arglebargle Wrote:(11-08-2019, 10:34 AM)richfm Wrote:(11-08-2019, 10:28 AM)Wizzard Wrote:(11-08-2019, 10:21 AM)richfm Wrote: "So download all the files from here https://github.com/mrfixit2001/updates_r...filesystem and run the mrfixit_update.sh script while running from eMMC. " When I do this, I get this error message: "Syntax error: newline unexpected". I've tried v.1.1 to v1.4 with the same error. What can I do? Can't boot from microSD.
Which command you run? I run it as "sudo ./mrfixit_update.sh" and before I set the file attributes to executable.
I set the the file to executable first and ran "sudo ./mrfixit_update.sh" and got that error message. I had previously copied ubuntu with mate img file to MMC and then could not boot from microSD.
It sounds like the update script is broken somewhere from a copy/paste. Try this:
Code:apt install wget -y
wget https://gist.githubusercontent.com/foundObjects/03fa5bd07260bf92862cccdfe1407b73/raw/9c0bc5f249ccea3b0d25c67fb3262a0be53d803a/pinebookpro-fetch-uboot1-1.sh
bash ./pinebookpro-fetch-uboot1-1.sh
cd /tmp/mrfixituboot1-1
sudo ./mrfixit_update.sh
Thanks, Arglebargle. That worked! Perhaps your comment should be incuded in the PBP wiki.