Skip to content

Instantly share code, notes, and snippets.

View theironrobin's full-sized avatar

Alex R theironrobin

View GitHub Profile
Port /dev/ttyUSB0, 16:23:21
Press CTRL-A Z for help on special keys
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE: BL31: v2.3(release):v1.4-5069-ga4b8b9dba
NOTICE: BL31: Built : 1589149789
NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE: BL31: Found U-Boot DTB at 0x4064bb8, model: Pine64 PinePhone (1.2)
---
- name: "Playing with Ansible and Git"
hosts: localhost
connection: local
tasks:
- name: Download linux firmware
git:
repo: 'https://megous.com/git/linux-firmware'
dest: '/tmp/linux-firmware'
force: yes
reboot: Restarting system
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE: BL31: v2.3(release):v1.4-5069-ga4b8b9dba
NOTICE: BL31: Built : 1589149789
NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE: BL31: Found U-Boot DTB at 0x4064bb8, model: Pine64 PinePhone (1.2)
NOTICE: PSCI: System suspend is available via SCPI
[ 1896.780290] anx7688 0-0028: plug irq (cd=1)
[ 1896.792897] anx7688 0-0028: cable inserted
[ 1896.832929] anx7688 0-0028: power enabled
[ 1896.897388] anx7688 0-0028: eeprom0 = 0x03
[ 1896.897409] anx7688 0-0028: fw loaded after 40 ms
[ 1896.897968] anx7688 0-0028: OCM firmware loaded (version 0x2410)
[ 1896.901765] anx7688 0-0028: send pd packet cmd=0 05 00 32 90 01 26 12
[ 1896.946129] anx7688 0-0028: send pd packet cmd=1 05 01 2c 91 01 26 16
[ 1896.947936] anx7688 0-0028: send pd packet cmd=2 11 02 00 00 00 ec 00 00 00 00 00 00 00 00 39 00 00 51 77
[ 1896.951065] anx7688 0-0028: send pd packet cmd=3 05 03 00 00 01 ff f8
#!/bin/sh
# load dependency modules
NRDEVICES=$(grep -c ^processor /proc/cpuinfo | sed 's/^0$/1/')
if modinfo zram | grep -q ' zram_num_devices:' 2>/dev/null; then
MODPROBE_ARGS="zram_num_devices=${NRDEVICES}"
elif modinfo zram | grep -q ' num_devices:' 2>/dev/null; then
MODPROBE_ARGS="num_devices=${NRDEVICES}"
else
exit 1
purism@pureos:~$ /usr/lib/bluetooth/bluetoothd -n -d
bluetoothd[2190]: Bluetooth daemon 5.50
bluetoothd[2190]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “DiscoverableTimeout” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “PairableTimeout” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “Privacy” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “Name” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “Class” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “DeviceID” in group “General”
bluetoothd[2190]: src/main.c:parse_config() Key file does not have key “ReverseServiceDiscovery” in group “General”
CLEAN .config .config.old .version Module.symvers
update-initramfs: Generating /boot/initrd.img-5.7.11-elementary-arm
cryptsetup: WARNING: Couldn't determine root device
cryptsetup: ERROR: Couldn't find sysfs directory for 252:0
du: cannot access '/home/clover/Projects/os/pinebook-pro/elementary-arm64/proc/233376/task/233376/fd/3': No such file or directory
du: cannot access '/home/clover/Projects/os/pinebook-pro/elementary-arm64/proc/233376/task/233376/fdinfo/3': No such file or directory
du: cannot access '/home/clover/Projects/os/pinebook-pro/elementary-arm64/proc/233376/fd/4': No such file or directory
du: cannot access '/home/clover/Projects/os/pinebook-pro/elementary-arm64/proc/233376/fdinfo/4': No such file or directory
Creating image file
fallocate: fallocate failed: Operation not supported
purism@pureos:~$ reboot: Restarting system
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE: BL31: v2.3(release):v1.4-5174-g9680df17d
NOTICE: BL31: Built : 1589149789
NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE: BL31: Found U-Boot DTB at 0x4064bb8, model: Pine64 PinePhone (1.2)
NOTICE: PSCI: System suspend is available via SCPI
Linux pureos 5.8.0-346876-gf66d3a85b9b1 #1 SMP Sat Aug 8 10:16:39 CDT 2020 aarch64
The programs included with the PureOS system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
PureOS comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
purism@pureos:~$ sudo systemctl start phosh
purism@pureos:~$ DRAM: 2048 MiB
Linux pureos 5.8.0-346876-gf66d3a85b9b1 #1 SMP Sat Aug 8 10:16:39 CDT 2020 aarch64
The programs included with the PureOS system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
PureOS comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
purism@pureos:~$ sudo systemctl start phosh
purism@pureos:~$ DRAM: 2048 MiB