Hello,
Can we get Complete Reference Manual of Rockchip RV1106G3 SoC? And I am not able to find the reference manual of the Luckfox SDK, nor any example code. How will I use these board? Wifi give only very basic introductory information.
Complete Reference Manual of Rockchip RV1106G3 SoC
Thank you. I have already gone through them and done all that things.
But I need API reference of functions available in the SDK. Things that are specific to the RK SoC like its Neural Processor, display system etc.
The datasheet of the SoC does not contains all information like a TRM (technical reference manual) of all the available peripheral IPs, all register descriptions etc.
But I need API reference of functions available in the SDK. Things that are specific to the RK SoC like its Neural Processor, display system etc.
The datasheet of the SoC does not contains all information like a TRM (technical reference manual) of all the available peripheral IPs, all register descriptions etc.
Unfortunately, we currently do not have a technical reference manual. All the manuals we have are already published on our official website.
"don't have a technical reference manual", LOL, it's impossible to port an OS to a processor without one!avinash_gupta wrote: ↑2024-07-24 3:36 Hello,
Can we get Complete Reference Manual of Rockchip RV1106G3 SoC? And I am not able to find the reference manual of the Luckfox SDK, nor any example code. How will I use these board? Wifi give only very basic introductory information.
@avinash_gupta here you go: https://github.com/DeciHD/rockchip_docs ... 220324.pdf
looks like it's just "part 1"--and dated 2 years ago--but this TRM is actually way better than the Allwinner TRMs that I've yet come across. Enjoy!
Thank you for your sharing. However, in fact, this is also my first time learning about the RV1106 technical reference manual. We only obtained the SDK and hardware design references from Rockchip, and the work of porting the system to the processor was done by Rockchip.bMetalSoc wrote: ↑2024-09-27 1:19"don't have a technical reference manual", LOL, it's impossible to port an OS to a processor without one!avinash_gupta wrote: ↑2024-07-24 3:36 Hello,
Can we get Complete Reference Manual of Rockchip RV1106G3 SoC? And I am not able to find the reference manual of the Luckfox SDK, nor any example code. How will I use these board? Wifi give only very basic introductory information.
@avinash_gupta here you go: https://github.com/DeciHD/rockchip_docs ... 220324.pdf
looks like it's just "part 1"--and dated 2 years ago--but this TRM is actually way better than the Allwinner TRMs that I've yet come across. Enjoy!
The technical reference manual is very helpful for secondary development, but unfortunately, in our past communications with Rockchip, we did not gain access to the technical reference manual. Most of the responses we received regarding our issues in secondary development were based on the existing content in the SDK.
Thank you bMetalSoc! That is what I needed!