based on the
Thank you for your interest in contributing to MCCI Corporation's RWC Python API ("We" or "Us").
We bought a couple of MCIMX8M-EVKB, and one came in bricked. It's a bit complicated to reflash them; here are the instructions all in one place.
These are instructions for Windows.
uuu
from GitHub12.0.0_1.0.0_DEMO_8MQ
:
I couldn't find a concise summary, so I looked at the schematics (page 11 of SPF-3880_A2.pdf).
SW1 is BOOTMODE_1
, and SW2 is BOOTMODE_0
. The board ships with SW1=1 and SW2=0.
Do you have a Yeti (or other) USB microphone that worked perfectly on your previous Windows 10 system, but doesn't work on a your new system? This tip might help.
Here are the symptoms:
I had occasion to get my company's FAR and DFARS reports from sam.gov recently, and the process was surprisingly obscure. I did a search, but all I found were videos on YouTube that were out of date; and I wasn't able to find a help article that explained what to do.
So here's a quick runthrough.
Log into sam.gov
The website will open your "Workspace" page. Click on the "Active" entities bubble:
The OpenSSH SSHD service on Windows 10 an 11 is extremely useful, but a bit tricky to set up. Here are my notes on how to do it.
Follow the instructions from [[1]] to "Install OpenSSH" via Windows Settings. Alternately, use PowerShell:
Add-WindowsCapability -Online -Name OpenSSH.Client
Add-WindowsCapability -Online -Name OpenSSH.Server
Problem statement: use a Samsung Galaxy Tab A7 with OneUI 3.1 as a seccond screen on Windows.
According to Samsung at time of writing, a "Second Screen" button comes as part of the OneUI 3.1 update (article here). However, for me (as for many people), this doesn't work on a Galaxy Tab A7, at least with OneUI 3.1.
The solution that works for me is a free application called spacedesk from DatronicSoft in Germany.
Steps to install on tablet:
{ | |
"version": "3.20.4", | |
"description": "Open-source, cross-platform family of tools designed to build, test and package software", | |
"homepage": "https://cmake.org/", | |
"license": "BSD-3-Clause", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-windows-x86_64.zip", | |
"hash": "965d2f001c3ca807d288f2b6b15c42b25579a0e73ef12c2a72c95f4c69123638", | |
"extract_dir": "cmake-3.20.4-windows-x86_64" |
The NaCl install instructions http://nacl.cr.yp.to/install.html state:
Here is how to download and compile NaCl:
wget https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2