Name | Standard | Annex info | |
---|---|---|---|
Full-rate ADSl | G.992.1 | A (above POTS), B (above ISDN), C (same cable), J, L, M. The annexes in this specification seem to be the same for all G.992.x standards. | |
G.992.2 Annex H | This standard does exist, for what purpose I do not know. | ||
G.lite | G.992.2 | ||
ADSL2 | G.992.3 | See full list on Wikipedia. Relevant annexes are A, B, I, J, L, M. | Wikipedia |
ADSL2+ | G.992.5 | Only ever seen A, B, M and J | |
--- | |||
VDSL | G.993.1 | Annex A (plan 998), Annex B (plan 997), Annex C (rare, only used in Sweden). These seem to be different to the annexes set by G.992.1 and related ADSL standards. | |
VDSL2 | G.993.2 | Annex A is the bandplan for North America, B for Europe and C for Japan. Not sure why these are different to VDSL1 standard. |
๐
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="{{label_tools.qr_code(sample_id)}}" /> | |
<span class='label'> | |
{{ sample_name }} <br /> | |
Telford Makerspace <br /> | |
{{ label_tools.now() }} | |
</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Kyle Keen <[email protected]> | |
# Contributor: Thomas Aldrian <[email protected]> | |
pkgbase=kicad-library | |
pkgname=('kicad-library' 'kicad-library-3d') | |
pkgver=6.0.0 | |
pkgrel=1 | |
pkgdesc="Kicad component and footprint libraries" | |
arch=('any') | |
url="https://kicad.github.io/" |
Firmware available here for both devices.
BCM Board ID | 96345 |
---|
AQA spec here
Word equation | Symbol equation |
---|
- Unlock bootloader instructions
- Download and flash TWRP via adb. Tested
twrp-3.5.2_9-0-potter.img
. fastboot flash recovery twrp-****.img
. Follow instructions. Note, this will erase data.
Name | Version notes | Other notes |
---|---|---|
opengapps | doesn't currently support android 11 | Great packages. Different packages available, for pretty good customizability |
NikGApps | Supports android 11 | pretty good but is maintained by only one person. Potentially concerning in the future |
FlameGApps | pretty good for android 11 | Nice choices and customizability. |
MindTheGapps | Android 11 support | minimalistic. Recommended by lineageos, though probably not ideal for most users |
BitGApps | Android 11 | another good contender. Not quite as popular as NikGApps, but about equally customizable. Note that there are no clear package versions, but you can edit a config file to choose what to install, similar to NikGapps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat /sbin/config.sh | |
CONFIG_MIPS=y | |
CONFIG_RALINK_MT7628=y | |
CONFIG_MT7628_ASIC=y | |
CONFIG_RT2880_DRAM_64M=y | |
CONFIG_MTD_SPI_RALINK=y | |
CONFIG_KERNEL_NVRAM=y | |
CONFIG_RALINK_RAM_SIZE=64 | |
CONFIG_MTD_PHYSMAP_START=0x1F000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
000000:00ffff bootloader | |
010000:01ffff perm | |
020000:3fffff image1 | |
400000:7dffff image2 | |
7f0000:7fffff dyn |