SA8255 Automotive Development Platform

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

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts

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…

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…

ARM_optee_kinibi基礎_

1.0 MMU关联常用简称 ref1: 【转】深入理解 TLB 原理 ref2: [mmu/cache]-ARM MMU的学习笔记-一篇就够了【转】 MMU: Memory Management Unit TLB: Translation lookaside buffer PGD: Page Global…