13 February, 2024
jie
0 Comments
1.1 Confirm boot of QNX with rs232
picocom /dev/tty.usbserial-7 -b 115200
# or
picocom /dev/tty.usbserial-8 -b 115200
Post Views: 435
Category: tech
Related Posts
Try_build_chromium
ref:https://chromium.googlesource.com/chromium/src.git/+/65.0.3283.0/docs/linux_build_instructions.md?pli=1# 1.1 Install depot_tools cd ~/oh/gitdir git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git export PATH="$PATH:$HOME/oh/gitdir/depot_tools" echo 'export PATH="$PATH:$HOME/oh/gitdir/depot_tools"' >> ~/.bashrc 1.2 Get the code…
QR code with image
PythonのQRコード画像生成ライブラリ「qrcode」 pip install qrcode QRコードの中に画像を埋め込む download lena.png create QR code with string: "I am Lena" add mini image overlay of…