Git Product home page Git Product logo

pinephone's Introduction

pinephone

Things I want to remember for the pinephone

Writing an image to the emmc

First, I put postmarketOS on an sdcard and booted the pinephone. Next, I used scp to copy the image I wanted to write to the emmc into my home folder on the pinephone. Then I ssh'd into the pinephone and ran sudo dd if=ubuntu.img of=/dev/mmcblk2 bs=4096 where "ubuntu.img" was a copy of the ubports image and mmcblk2 is the interal emmc on the pinephone.

Writing an image to the sdcard from the emmc image

/dev/sdb is an example here, use the appropriate tools (e.g. lsblk) to find the correct value to use here sudo dd if=image.img of=/dev/sdb

Erasing the sdcard to boot to emmc again (from https://github.com/Oleffa/pinephone-guides)

dd if=/dev/zero of=/dev/sdb bs=512 count=1

Calls / SMS on postmarketOS (as of 2/19/2020 - pine-pinephone-20200218-phosh.img)

from https://forum.pine64.org/showthread.php?tid=9201&pid=60702#pid60702

sudo apk add modemmanager
sudo ofonoctl poweron
sudo ofonoctl online
sudo ofonoctl wan --connect --append-dns
sudo /etc/init.d/modemmanager start
sudo rc-update add modemmanager

and then reboot

pinephone's People

Contributors

tcfitzgerald avatar

Stargazers

 avatar Westley Scott Copeland avatar Timothée Mazzucotelli avatar Rain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.