Chris Osterwood

Results 9 comments of Chris Osterwood

FYI, I just published a Python wrapper around `wdi-simple` (a command line version of Zadig and part of the libwdi repo) https://github.com/CapableRobot/CapableRobot_USBRegister This package includes pre-built `wdi-simple` CLI binaries and...

Same issue for me on macOS 10.12. @fridtjof's fix worked for me

It would be a bit clearer if you could: - boot the machine - wait 10 seconds or so - plug in USB devices - then run `dmesg` This way...

My mistake -- no idea why those "Hub found" messages are there, but a test setup here has the same output when booting when nothing is connected to USB. ```...

Thanks for trying other hardware - that’s a great datapoint. USB 2 and 3 are both supported. Did you just change the hub you were using, or also the cable?...

The revision A Nano dev kit modules use a different pin out than the published one by NVIDIA and as such will not work with this baseboard. Revision B (and...

I've not tested 4.6, but the CLI workflow does work for 4.5.1 (e.g L4T 32.5.1). ``` wget https://developer.nvidia.com/embedded/l4t/r32_release_v5.1/r32_release_v5.1/t186/tegra186_linux_r32.5.1_aarch64.tbz2 wget https://developer.nvidia.com/embedded/l4t/r32_release_v5.1/r32_release_v5.1/t186/tegra_linux_sample-root-filesystem_r32.5.1_aarch64.tbz2 export L4T_RELEASE_PACKAGE='tegra186_linux_r32.5.1_aarch64.tbz2' export SAMPLE_FS_PACKAGE='tegra_linux_sample-root-filesystem_r32.5.1_aarch64.tbz2' tar xvf ${L4T_RELEASE_PACKAGE} cd Linux_for_Tegra/rootfs/ sudo...

I ran into issues with ATSAMD09D14A and ATSAMD51G19A. Note, I've not actually used the generated zig files after these changes. The regex change in enums-by-usage solves (I think) this error...

Turns out my 'fix' here allows for installation, but fails whenever something is built. The `version_data.sh` script looks for a parent git repo, and the build folder is now outside...