Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 571 Bytes

BringUp.md

File metadata and controls

25 lines (21 loc) · 571 Bytes

SERIAL PORT w/ FAN

Disable SysRQ

echo 0 > /proc/sys/kernel/sysrq

INTERNET SHARING

sudo /sbin/route add default gw 192.168.7.1

Set DNS to IP resolver vim /etc/resolv.conf

domain localdomain
search localdomain
nameserver 8.8.8.8
nameserver 8.8.4.4

On the Windows OS open WiFi adapter properties and enable share internet to BB AI adapter.

BB AI adapter properties should be set to auto IP resolution.

MESON

sudo apt install python3 python3-pip python3-setuptools \
                       python3-wheel ninja-build
sudo pip3 install meson