-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More information please? #15
Comments
Also what is the relationship (or ideal relationship) with the upstream project? |
Hi @WildCryptoFox ,
For other questions I need to checkout with other devs. I will write here again when I will have more information. |
At the moment, there isn't any special relationship with upstream project (only pulling updates from upstream), but this can change. |
Has anyone found a data sheet / programming manual with register maps? |
@aiden-ct "Register maps" would be the RISC-V ISA and assembly manual. Memory ranges for MMIO are present in this datasheet for the device, hosted by pine64. These ranges are coarse, only representing the allocations of large regions. Not the fine-grain layout within the regions. https://github.com/riscv/riscv-isa-manual/releases
|
@WildCryptoFox - none of those document the wifi or ble modules. The datasheet you've linked gives a location in memory for the "Wireless SRAM" but no detail on the control registers. |
Thanks for noticing, TLS problem was fixed. |
Thanks for fixing the certificate issue @gamelaster. This is also missing a HTTP->HTTPS redirect. |
It appears these binaries are compiled for
|
Which files need reverse engineering?
Does the license on the blob permit reverse engineering and could any derived work be open sourced?
What information may be promoted to the README to aid everyone interested?
3a. What are all the components of this repository? How do they fit together? Build instructions? Links to external documentation for these devices or for general protocols in use?
IIUC the SDK includes example applications in
customer_app
and common libraries incomponents
. Using drivers which interact with the problematic binary blob and/or the hardware directly.Is there any reason the toolchain is old? GCC version 8.3 vs. >=10.1.
Is C the only acceptable language or may we write our code in Rust or any other systems suitable language?
What is the exact ISA target? I.e. rv32gc? rv32im[a]fc? Where are the custom extensions documented? I.e. the crypto coprocessor.
The text was updated successfully, but these errors were encountered: