xmn | Anyone know if you can run sailf on a pinephone with tow-boot installed? | 05:13 |
---|---|---|
xmn | sailffish* | 05:13 |
T42 | <markvesime> ^yes you can | 07:50 |
xmn | Thanks markvesime, I've had issues booting, in that it doesn't. Led camera light comes on, then switches to front led, I even hear the camera clicking once, but then never continue. | 08:04 |
T42 | <markvesime> ^strange, where did you get the img? | 08:07 |
T42 | <markvesime> is this on sdcard or emmc? | 08:08 |
xmn | sdcard | 08:08 |
xmn | did the flash-it.sh | 08:08 |
xmn | will try the emmc soon, doing some backup first | 08:09 |
xmn | might try remove the tow-boot first since it seems easy as well. | 08:09 |
T42 | <markvesime> I haven't tried sdcard in a while...the PP group is here: https://t.me/+E0A4d4tjx703MGFk | 08:10 |
xmn | Thanks, but not on telegram :( | 08:10 |
xmn | I started having isses once they include encrypted home dir. But seems to be only me as I could find too many with the same. https://forum.sailfishos.org/t/sailfish-os-pinephone/1067/76 | 08:11 |
xmn | but currently similar to this one | 08:11 |
mal | piggz: ^ | 08:12 |
xmn | Wasn't gonna call piggz till I tried a few things :) | 08:12 |
piggz | yo, whats up? :) | 08:12 |
xmn | Well dam, that was quick. | 08:13 |
piggz | flash script broken? | 08:13 |
mal | piggz: check the log a bit before you joined now, some question there | 08:13 |
xmn | Well Piggz share a link to fix I guess some issues with pine64 link. | 08:16 |
xmn | I think it was [ UBOOT_DOWNLOAD2="https://gitlab.com/pine64-org/crust-meta/-/jobs/3374176374/artifacts/raw/u-boot-sunxi-with-spl-pinebook.bin?job=build" ] | 08:17 |
T42 | <adampigg> now that I fixed the volla issues, i will spend some time on the PP, and check the flash process today hopefully | 08:18 |
xmn | That would be great. With you recent changes, I was hoping to make sailfish possibly my daily drive on the PP. Appreciate all the work you have done, in general. | 08:19 |
xmn | I'll keep testing and will share if I find anything. But I'm not a dev, so likely I won't find anything ... lol. | 08:20 |
T42 | <markvesime> xmn, there's no sound on the PP at the moment | 08:23 |
xmn | Yeah I saw that. I thought it was working at some point. But I have faith piggz being the port master (or others) will find the solution. | 08:25 |
T42 | <adampigg> @markvesime thats just you, works for me ;) | 08:25 |
T42 | <adampigg> wouldnt hurt for me to do a fresh build/flash tbh | 08:26 |
xmn | I remember listing to music and even doing some type of calls (bad audio but was there I think, maybe the other person couldn't hear me ... I forget). | 08:26 |
T42 | <markvesime> it came back for me at some stage but then disappeared again, none at the moment and display seems to last less time, about 3 hrs | 08:27 |
xmn | interesting | 08:27 |
xmn | battery never lasted so long for me, even when sleeping. | 08:28 |
xmn | But my last working install again was before encrypted home folder, don't remember when that was. | 08:28 |
xmn | adampigg, so I asked earlier but you would know for sure. Does tow-boot cause any issues with SF on the PP? | 08:30 |
T42 | <adampigg> i dont think ive used tow-boot on the original PP, just the PPP | 08:30 |
xmn | Okay, thanks for sharing that. I'll try with out during my testing. | 08:31 |
T42 | <adampigg> btw, im very much open to code/script submissions to improve things ... if someone wants to update flash-it to flash tow-boot, id very much accept that, just struggle with time to investigate these things | 08:32 |
xmn | I understand. Which is why I appreciate any progress you make to the PP(P). | 08:33 |
xmn | I can't say I understand the script. but will share any finds | 08:34 |
T42 | <adampigg> maybe even posting link to towbott installation will allow me to add it easily | 08:40 |
xmn | to the github repo? or here | 08:40 |
xmn | https://github.com/Tow-Boot/Tow-Boot/tree/released/boards/pine64-pinephoneA64 | 08:42 |
xmn | https://tow-boot.org/devices/pine64-pinephoneA64.html | 08:42 |
xmn | Like those links? | 08:42 |
T42 | <adampigg> yea, ill hav e aread | 08:48 |
xmn | cool, hopefully it helps | 08:50 |
xmn | way past sleeping time for me. But removed tow-boot via the installer. And didn't help with booting from sdcard install direct from script. | 09:06 |
xmn | Installing to emmc now. | 09:06 |
xmn | I did reinstall tow-boot for easy mounting | 09:07 |
xmn | I can confirm that sailfish boots, allows me to set the encrypt dir password, then get me the onboarding, and finally after what seems to be a year ... got to the home screen!! And markvesime I already hear sounds from typing :). THis is for an emmc install. | 09:31 |
xmn | Okay time for a nap | 09:31 |
T42 | <markvesime> I flashed a new sdcard, put in my PP with tow-boot and got the behaviour described above by xmn, flashlight, camera clicks, no boot. | 10:23 |
mal | PSA: the OBS API url used to osc changed, it's now https://build.sailfishos.org . If you have local checkout and you want to replace to url in those use something like this | 10:52 |
mal | grep --include=_apiurl -rl build.merproject.org . | xargs sed -i 's/build.merproject.org/build.sailfishos.org/g' | 10:52 |
mal | grep --include=_apiurl -rl api.merproject.org . | xargs sed -i 's/api.merproject.org/build.sailfishos.org/g' | 10:52 |
mal | depending on which url you had been using before | 10:52 |
mal | in addition to changing it in local checkouts also fix the url in .oscrc | 10:55 |
T42 | <elros34> is it cosmetic change or build.merproject.org will not work anymore? | 11:11 |
mal | the old api url won't work anymore | 11:14 |
mal | as for the website build.merproject.org forwards to build.sailfishos.org now | 11:15 |
mal | probably obs doesn't like the mismatch of api url after the redirect or something | 11:16 |
T42 | <elros34> ok | 11:18 |
xmn | piggz, I saw this pull request on github it might be useful as it claims to add tow-boot switch to sdcard, you did already comment on but looks like simple additions. https://github.com/sailfish-on-dontbeevil/flash-it/pull/34 | 14:01 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!