-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (23 loc) · 883 Bytes
/
Copy pathINSTALL
File metadata and controls
28 lines (23 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
000-build-current-step - build by step defined in 00!_docker_env.sh
001-build-sdcard.sh - build sdcard, sdcard.img in ./dist subfolder
004-run-shell-current-step.sh - run shell container for builded step defined in 00!_docker_env.sh
005-run-builder-shell.sh - after full build - chroot in target rootfs, changes not saved!
INSTALL
All are simple
run 001-build-sdcard.sh
wait..
builded image found in dist subfolder
write image to sdcard
sudo dd if=./sdcard.img of=/dev/sdX bs=4096 status=progress && sync
connect your UARTTTL adapter to PB5(BOARD ttyS3 TX) PB6(BOARD ttyS3 RX) AND GND board pins
enter sdcard to board
connect board to usb
enter screen -L /dev/ttySX 115200n8 in your terminal
ttySX - port of your TTL adapter
default
root:root
change SSID and passphrase in
/etc/network/interfaces
/etc/wpa_supplicant/wpa_supplicant.conf
in root folder run ./run_wifi.sh
enjoy!