Jian-Hong Pan

Results 18 comments of Jian-Hong Pan

I can share how is [Endless OS](https://en.wikipedia.org/wiki/Endless_Computers#Software) deployed with OSTree on RPi 4. Maybe this can give you some idea. According to [the boot folder](https://www.raspberrypi.org/documentation/configuration/boot_folder.md) document, * boot files are...

> I'm trying to use OSTree with my Raspberry Pi to deploy atomic system updates but so far I'm facing an issue during the `ostree admin deploy`. > > Every...

> Thanks @starnight this is great stuff! > > How do you manage the files into `/boot` then, like new kernel, firmwares, etc...? I guess you mean the **boot partition/folder**,...

> The problem is that /boot partition is vfat and symlinks cannot be created on this filesystem and during the ostree admin deploy I think /boot/ostree try to be created....

The warning is okay for the fragment. It disables the spidev unit by the setting `status = "disabled";`. Please also try the [commit](https://github.com/starnight/LoRa/commit/503f08a156703ca54f5ad479ae41d835bd46b994) and follow the [Build Device Tree Overlay](https://github.com/starnight/LoRa/tree/master/dts-overlay#build-device-tree-overlay)...

Good question! However, all of the major Linux distribution's packages keep on 1.6.x now. May consider porting to newer version in the future after it is formally released.

I placed steps to build and run the example in [README](https://github.com/starnight/python-c-extension#build-and-run-the-example). Hope it helps.

I do not have a Windows computer. So, I cannot do and test it. But if some one can make a PR, it will be welcomed. BTW, are the related...

Squashed the fix into the previous commits and pushed to master. Thanks

_fe80::2946:df2b:4cd8:5dc5/64_ is a **Link-local** IPv6 address. According to IPv6 spec, you have to assign it to the interface. Here is the example. You can refer to page 76 of the...