mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Update doc
This commit is contained in:
parent
0b54966d87
commit
6ac8807aec
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -6499,6 +6499,10 @@ Probably better to start as a Feature Phone (or LoRa Communication) and build up
|
|||
|
||||
# USB Driver and LTE Modem Driver for PinePhone
|
||||
|
||||
Read the article...
|
||||
|
||||
- ["NuttX RTOS for PinePhone: Exploring USB"](https://lupyuen.github.io/articles/usb2)
|
||||
|
||||
_What NuttX Drivers would we need to turn PinePhone into a Feature Phone? (Voice Calls and SMS only)_
|
||||
|
||||
We need a NuttX Driver for the PinePhone's __Quectel LTE Modem__...
|
||||
|
@ -6663,6 +6667,16 @@ We managed to install the NuttX Build Tools on Android Termux (including `kconfi
|
|||
|
||||
NuttX `make` starts OK, but it fails later because we couldn't build the GCC Arm64 Toolchain on Android Termux.
|
||||
|
||||
# Emulate PinePhone with Unicorn Emulator
|
||||
|
||||
_To make PinePhone testing easier..._
|
||||
|
||||
_Can we emulate Arm64 PinePhone with [Unicorn Emulator](https://www.unicorn-engine.org/)?_
|
||||
|
||||
Check the updates here...
|
||||
|
||||
- [lupyuen/pinephone-emulator](https://github.com/lupyuen/pinephone-emulator)
|
||||
|
||||
# Test Logs
|
||||
|
||||
This section contains PinePhone NuttX Logs captured from various tests...
|
||||
|
|
Loading…
Reference in a new issue