Hi there,
I'm new to TinyCore/PiCore and I need some hints. (I'm not new to Linux, actually I'm experienced with Ubuntu on desktops and servers.)
I want to create an embedded device that listens to GPIOs - that is the user pushing some buttons. The yet-to-write Python program then is to talk to another device via TCP/IP. The final usage scenario will be without Internet connection. But I'm not there yet.
I downloaded piCore-5.3.1-SSH.zip and successfully installed the image to an SD card, resizing the FAT and EXT partition to have some more space for the future. PiCore boots up, I can successfully connect via SSH once I have created a special user account for doing so.
The final version of the device should be safe against simply being switched off without shutdown. However, when I reboot the system properly, all settings should be stored.
Now here's the questions:
- Cloud mode or mount mode, or backup mode, which one to use?
- How do I set up the mode in cmdline.txt?
- I edited /opt/.filetool.lst to store /etc and /home and created a folder "tce" in the FAT partition. But still, all my settings and users just vanish on reboot. (Installed programs such as Python seem to remain persistent, though) What is it that I am doing wrong?
Thanks for your support.
Doc4