Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
asm:22:workshops:openwrt-bauen-installieren [2022/06/02 20:58] – [Table] danasm:22:workshops:openwrt-bauen-installieren [2022/06/05 14:14] (current) andi0
Line 5: Line 5:
 Workshopleiter : Hauke Workshopleiter : Hauke
 Wann           : Sonntag, 12:00-15:00 Wann           : Sonntag, 12:00-15:00
-Wo             : Labor / Sprachschule 1+Wo             : Sprachschule 1
 Dauer          : 2-3 Std Dauer          : 2-3 Std
 ---- ----
Line 48: Line 48:
  
 Es wäre sehr hilfreich, wenn mir jemand helfen könnte die Teilnehmern beim anlöten von UARTs zu unterstützen. Wenn du Interesse hast kontaktiere mich bitte. Es wäre sehr hilfreich, wenn mir jemand helfen könnte die Teilnehmern beim anlöten von UARTs zu unterstützen. Wenn du Interesse hast kontaktiere mich bitte.
 +
 +
 +== Folien
 +
 +Hier sind die Folien: https://www.hauke-m.de/files/.muccc-2022/slides.pdf
 +
 +== Commands
 +
 +Git clone:
 +<code>
 +git clone git://git.openwrt.org/openwrt/openwrt.git
 +git checkout master
 +</code>
 +
 +Abhängigkeiten
 +<code>
 +apt update
 +apt install build-essential gawk gcc-multilib flex git gettext libncurses5-dev libssl-dev python3-distutils zlib1g-dev
 +</code>
 +https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
 +
 +tftp boot im U-Boot
 +<code>
 +tftpboot ${loadaddr} 192.168.1.70:openwrt/targets/lantiq/xrx200/openwrt-lantiq-xrx200-tplink_tdw8970-initramfs-kernel.bin ; bootm ${loadaddr}
 +</code>
 +
 +
 +Screen
 +<code>
 +screen /dev/ttyUSB0 115200
 +</code>
 +
 +tftp server
 +options aus /etc/default/atftpd
 +<code>
 +OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp"
 +</code>
 +
 +
 +Add LuCI
 +<code>
 +./scripts/feeds install update
 +./scripts/feeds install luci-ssl
 +make menuconfig
 +</code>
  • asm/22/workshops/openwrt-bauen-installieren.1654203537.txt.gz
  • Last modified: 2022/06/02 20:58
  • by dan