Do you have experience with FreeBSD on ARM processors?

The simple solution, which may not be possible, is to
make all software on the flash disk RO, and put any part
of the file system that needs to be written onto a RAM
disk... probably should be the /var directory.

The only time the flash disk must be written is when some
configuration parameter must be changed, or the linux/program
image must be changed.

The routines that make those changes could be fashioned
so that they flush the caches immediately after they are finished.

From observation, the BBB keeps operating for several seconds
after power is removed.  If a power failure interrupt is
created that will notify linux instantly on power failure, it
would be possible to forbid configuration changes that take
longer than a couple of seconds.

-Chuck Harris

Poul-Henning Kamp wrote:
In message <CA+9GZUhJLqQ7K-cNXsSzPMgSOH6Oyd774SM_e0=ykljgyd4...@mail.gmail.com>
, "cheater00 ." writes:

If having a battery in the device makes some of you queasy, you could
always put it outside, on the back. But I seriously believe there are ways
to make battery backup which will not leak.

Seriously:  Keeping the computer alive and eating power is
silly.  We just need to find out how to get the Linux configured
correctly.

(Or port it all to FreeBSD, which I'm considering, because there
I know how to do it :-)

_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Reply via email to