Skip to content

Instantly share code, notes, and snippets.

View joelselvaraj's full-sized avatar
👨‍💻
Learning...

Joel Selvaraj joelselvaraj

👨‍💻
Learning...
View GitHub Profile
@joelselvaraj
joelselvaraj / netmgr_config.xml
Created April 19, 2021 05:50
Present in /vendor/etc/data/netmgr_config.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
Netmgr Module configuration XML file
Copyright (c) 2013, 2016-2019 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<!-- QMI configuration -->
import sys
import cv2
import os
from sys import platform
import argparse
import numpy as np
import json
try:
sys.path.append('/usr/local/python')
beryllium:~$ sudo /usr/sbin/rmtfs -P -r -s -v
[sudo] password for joel:
registering services
[RMTFS] packet; from: 0:8
[storage] failed to open '/dev/disk/by-partlabel/modemst1' (requested '/boot/modem_fs1'): No such file or directory
[RMTFS] open /boot/modem_fs1 => -1 (1:1)
[RMTFS] packet; from: 1:-2
[RMTFS] del_client 0:8
[RMTFS] packet; from: 1:-2
[RMTFS] bye from 0
[ 6.665497] remoteproc remoteproc0: powering up 4080000.remoteproc
[ 6.669064] remoteproc remoteproc0: Booting fw image qcom/sdm845/mba.mbn, size 238304
[ 6.762128] qcom-q6v5-mss 4080000.remoteproc: MBA booted, loading mpss
[ 8.574245] device: '4080000.remoteproc:glink-edge': device_add
[ 8.574294] PM: Adding info for No Bus:4080000.remoteproc:glink-edge
[ 8.574622] remoteproc remoteproc0: remote processor 4080000.remoteproc is now up
[ 8.574709] device: '4080000.remoteproc:glink-edge.glink_ssr.-1.-1': device_add
[ 8.574721] bus: 'rpmsg': add device 4080000.remoteproc:glink-edge.glink_ssr.-1.-1
[ 8.574747] PM: Adding info for rpmsg:4080000.remoteproc:glink-edge.glink_ssr.-1.-1
[ 8.574809] bus: 'rpmsg': driver_probe_device: matched device 4080000.remoteproc:glink-edge.glink_ssr.-1.-1 with driver qcom_glink_ssr
#!/usr/bin/python3
# Copyright (c) 2018 The UBports project
# Written by: Marius Gripsgard <marius@ubports.com>
#
# GNU GENERAL PUBLIC LICENSE
# Version 3, 29 June 2007
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or