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: 635
Category: tech
Related Posts
ARM_optee_kinibi基礎_
1.0 MMU关联常用简称 ref1: 【转】深入理解 TLB 原理 ref2: [mmu/cache]-ARM MMU的学习笔记-一篇就够了【转】 MMU: Memory Management Unit TLB: Translation lookaside buffer PGD: Page Global…
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…