Can i access the barebox env from linux
Alexander Aring
alex.aring at gmail.com
Wed Mar 26 07:58:57 EDT 2014
On Wed, Mar 26, 2014 at 12:53:03PM +0100, Michel Stam wrote:
> In case anyone is interested; for a barebox x86 project I wrote a library
> that overrides fopen/fclose/open/close/etc a while back, which allows read
> access to the environment sector if properly configured. I managed to get it
> working on arm/mips with mtdblock as well.
>
> In the near future I'd like to write a kernel driver to read the filesystem
> properly, this was more of an experiment.
>
How does it work? As a kernel module, as registered filesystem under
/proc/filesystems ?
With fuse as userspace filesystem?
Or like the inotify solution?
- Alex
More information about the barebox
mailing list