balena-os / balena-revpi

BalenaOS integration layer for the Revolution Pi boards
Apache License 2.0
2 stars 2 forks source link

Allow config.rsc to be read from boot partition #2

Closed shaunmulligan closed 6 years ago

shaunmulligan commented 6 years ago

Kunbus's custom kernel module "piControl" searches a configuration file from one of these two paths:

This configuration file is created by a webpage served by the device in the original image. https://revolution.kunbus.com/tutorials/create-configuration-file-pictory/

In resinOS this file should be generated else where and then copied into resin-boot so that it can then be read at boot and copied into the right location and applied. In the future this will be done with reconfix

floion commented 6 years ago

Fixed by https://github.com/resin-os/resin-revpi/pull/4