Open dl1com opened 4 years ago
I just came across another way of storing persistent storage: Since v0.32, the Pluto offers the JFFS2 partition (where it already stores the passwd and ssh keys), we could probably also use it to just put our config.txt there
Current state of this issue:
Basically, we have two different categories of configuration parameters: Parameters directly related to the HNAP waveform and parameters which are related to the Pluto Linux system. The basic system and network settings are originally handled within uboot's fw environment and presentet to the user by the config.txt file which is also accessible by the USB mass storage. We'll not cancel this concept to avoid confusion. Therefore, our current decision is to provide the HNAP relevant settings in the hnap_config.txt and add our additional system related settings (network configuration) in the fw environment/config.txt as well.
Examples for HNAP Waveform Configuration parameters:
Examples for Pluto System Configuration parameters:
To Dos