jbrzusto / sensorgnome

master control process for a sensorgnome receiver
GNU General Public License v2.0
1 stars 2 forks source link

PiZW usb hub and devices not handled by SG udev rules #58

Open jbrzusto opened 6 years ago

jbrzusto commented 6 years ago

The problem is our custom rules are loaded from the root filesystem, which is only mounted after the PiZW has enumerated the host controller (so we can't map the correct portnums file) and its attached device (so the device gets enumerated before a portnums mapping has been established, and before we even have a rule for the device).

Notes/TODO:

jbrzusto commented 6 years ago

The only purpose of the initramfs is to support the Liwixi mount of root fs as a loopback ext4 image inside a VFAT file. Perhaps we can radically slim down the initramfs?