how to boot pinephone over USB with sunxi-fel? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: how to boot pinephone over USB with sunxi-fel? (/showthread.php?tid=13429) |
how to boot pinephone over USB with sunxi-fel? - bobwidlefish - 03-18-2021 Howdy friends, I have PinePhone v1.2b hardware working fine with pmOS and Mobian, have serial console access working, and have "sunxi-fel version" showing success as well -- the phone seems to work fine, in general. I'm trying to boot my PinePhone from USB using the FEL mode with a command like so: Code: sunxi-fel -v uboot u-boot-sunxi-with-spl.bin \ Though I get an error regarding the u-boot image, so I tried to simplify, see as follows: Code: linux:~# sunxi-fel -v uboot u-boot-sunxi-with-spl.bin Any hints? I'm using the u-boot-sunxi-with-spl.bin from here: http://mirror.postmarketos.org/postmarketos/master/aarch64/u-boot-pinephone-2021.01_git20201228-r0.apk -Bob |