Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Opendrop | 7,419 | 1 | 1 | a year ago | 10 | April 29, 2021 | 32 | gpl-3.0 | Python | |
An open Apple AirDrop implementation written in Python | ||||||||||
360controller | 6,492 | a year ago | 270 | gpl-2.0 | C++ | |||||
TattieBogle Xbox 360 Driver (with improvements) | ||||||||||
Owl | 1,012 | 6 months ago | 34 | gpl-3.0 | C | |||||
An open Apple Wireless Direct Link (AWDL) implementation written in C | ||||||||||
Wireless Carplay Dongle Reverse Engineering | 526 | 3 months ago | 9 | gpl-3.0 | Shell | |||||
CPlay2Air / Carlinkit Wireless Apple CarPlay Dongle reverse engineering | ||||||||||
Bthidhub | 256 | 14 days ago | 30 | mit | Python | |||||
Bluetooth HID hub | ||||||||||
Applewirelesskeyboard | 223 | 2 years ago | 28 | gpl-3.0 | C# | |||||
Windows companion application for the Apple Wireless Keyboard which makes Fn and Eject keys work | ||||||||||
Applewirelesskeyboard | 65 | 7 years ago | 1 | C# | ||||||
Based on the original AppleWirelessKeyboard helper utility (http://uxsoft.cz/projects/applewirelesskeyboard/), this includes some small changes that allow it to be better used with an Apple wired keyboard. | ||||||||||
What S New In Macos Catalina | 61 | 4 years ago | 1 | |||||||
Wireshark Awdl | 39 | 5 years ago | other | |||||||
Wireshark Dissector for Apple Wireless Direct Link (AWDL) and Apple's CoreCapture logging framework. Note: the AWDL dissector is part of Wireshark 3.0! | ||||||||||
Apple Keyboard Bridge | 14 | 4 years ago | 1 | bsd-2-clause | C++ | |||||
Apple Wireless Keyboard key mapping tool for Windows |
Hardware | Part |
---|---|
Flash | Macronix 25L12835F (16MB) |
SoC | Freescale i.MX6 UltraLite |
CPU | ARM Cortex-A7 (ARMv7) |
RAM | Micron/SK hynix 1Gb (64x16) |
Wi-Fi/BT | Realtek RTL8822BS |
2021.03.09.0001
on CPLAY2Air:
$ cat /proc/cmdline
console=ttyLogFile0 root=/dev/mtdblock2 rootfstype=jffs2 mtdparts=21e0000.qspi:256k(uboot),3328K(kernel),12800K(rootfs) rootwait quiet rw
$ cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 "uboot"
mtd1: 00340000 00010000 "kernel"
mtd2: 00c80000 00010000 "rootfs"
$ df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/root jffs2 12800 10940 1860 85% /
devtmpfs devtmpfs 61632 0 61632 0% /dev
tmpfs tmpfs 61732 6324 55408 10% /tmp
/dev/sda1 vfat 62498880 42304 62456576 0% /mnt/UPAN
apt-get install device-tree-compiler gcc-arm-linux-gnueabihf
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
git clone https://github.com/ARM-software/u-boot.git
make mx6ull_14x14_evk_defconfig
make all
The device can be seen as "SP Blank 6ULL" when powered by USB-OTG but it is not possible to flash a custom u-boot using imx_usb because it is signed