Timothy Werquin
Timothy Werquin
Not sure I understand. You want to distribute the deltas, so other people can re-use it somehow, without distributing the proprietary base image?
Right, I tried at the start, but there was a bug that prevented them from being compiled on my host machine. As I'm using docker anyway now, this should just...
Doesn't seem to compile: ``` 131.0 /opt/x-tools/arm-remarkable-linux-gnueabihf/bin/arm-linux-gnueabihf-ld.bfd: drivers/pci/controller/dwc/pci-imx6.o: in function `imx6_pcie_start_link': 131.0 pci-imx6.c:(.text+0xbf8): undefined reference to `dw_pcie_link_up' 131.0 /opt/x-tools/arm-remarkable-linux-gnueabihf/bin/arm-linux-gnueabihf-ld.bfd: drivers/pci/controller/dwc/pci-imx6.o: in function `pci_imx_set_msi_en': 131.0 pci-imx6.c:(.text+0xe48): undefined reference to `dw_pcie_read_dbi' 131.0...
I was using rm1xx_5.4.70_v1.3.x, I got a bit further by disabling PCI. But it seems like remarkable isn't using upstream imx drivers, which don't support qemu. It hangs on startup,...
Yeah, I based on the dev branch as that fixed some pipelines. Fixing now.
Interesting, do you know which kernel options are needed for creating dummy interfaces? Adding it to the configuration changes should be trivial.