Frank Hunleth

Results 255 comments of Frank Hunleth

I'm pretty sure you're right. It does seem very desirable to handle this workaround internally and not bother users about it. I just wanted to take a bit of time...

Hi @danifv, I am not a Nix user. If you know how to make a relocatable toolchain that will work with Nix on MacOS too, please submit a PR and...

I'm quite sure that the answer is no. Given that it's NVidia, I bet that it's a set of precompiled binaries and header files that need to be plucked out...

Yes, `CXX` is set and the compiler options are in `CXXFLAGS`. Here's where it's set: https://github.com/nerves-project/nerves_system_br/blob/master/nerves_env.exs#L124-L136.

@jjcarstens I started some metadata at https://github.com/fhunleth/nerves_system_npi_imx6ull/pull/73/files. I chose key names that were programmer friendly for two reasons: 1. if we translate the Nerves website, we'll want to replace the...

This isn't working. The `scl-gpios` line is being evaluated by the pinctrl driver instead of being left alone until recovery is needed.

I haven't tested this yet. I just made the change and I'm letting the toolchains build.

The mDNS RFC does provide some guidance for announcements in https://www.rfc-editor.org/rfc/rfc6762#section-8.3. A PR that implements the startup announcement would be appreciated. I'm not sure that this fixes your issue, but...

I bet that felt good to delete all of that code.

Do you have `CFLAGS` defined? That's very strange for it to go down a very specific Linux path.