The English version of the WIKI still mentions compiling Ubuntu images with the SDK. After installing the SDK and trying to select a Ubuntu option I discovered the .mk files for Ubuntu options have been removed and one can only generate buidlroot images at the moment. Only after searching on the forum did I find references with problems in supporting Ubuntu but no real announcement about the isses. maybe it is in Chinese ! At the moment I am in China and cannot therefore translate the forum on the fly, which I normally do in Europe. Can you please edit the english WIKI to inform English only readers that the SDK no longer supports Ubuntu. I thnk this could save new users a lot of time.
I also presume that the only way to get Ubuntu onto Luckfox device is now to download the precompiled binaries.
I am glad to see the new config tool because I need to make use of runtime device tree settings. Is there an SDK for this tool or source code ?
I have searched verywhere for an engineering manual for the RV1106 but cant find it. Is this a problem that Rockchip hasnt released thhs document yet. I would like to write some of my own low level kernel drivers for GPIO and I2C and ADC devices where can I find register and memory map information for this subsystems of the RV1106 ??
Many thanks for a great product.
Nick
Update wiki about Ubuntu
-
Nick
Hello, thank you for your feedback. Currently, our wiki is undergoing an upgrade and restructuring. There are many issues with the descriptions that we are addressing. Later, information regarding the SDK no longer being supported by Ubuntu due to licensing issues will also be explained on the WIKI.
I'm not sure what you mean by "new config tool". Could you please clarify the functions of the config tool?
For register-related matters, you can refer to viewtopic.php?p=2682&hilit=TRM#p2682 to obtain the TRM manual provided by other users.
I'm not sure what you mean by "new config tool". Could you please clarify the functions of the config tool?
For register-related matters, you can refer to viewtopic.php?p=2682&hilit=TRM#p2682 to obtain the TRM manual provided by other users.
I was referring to the "luckfox-config" which is now able to edit the device tree in runtime. I belive that I have now also seen examples in the SDK section about device control demonstrating an api to edit the device tree; sp I will follow this up.
Nick
"luckfox-config" is a simplified operation tool we developed based on "dtboverlay". It is actually a shell script that can be directly viewed through a text editor to observe its operation process.