enricorossi.org

Enrico Rossi


Articles tagged with embedded

Avr32 build root

Tags: howto, tips, embedded, linux, avr32

A postit:

mmcinit
set bootargs 'console=ttyS0 root=/dev/mmcblk0p2 ro rootwait'
ext2load mmc 0:1 0x10200000 /uImage
bootm 0x10200000

Filesystem stuff

  • fstab to be fixed

from root after mount sd card

mknod -m 0660 console c 5 1
mknod -m 0666 null c 1 3
chown -R root:root …
Read more...

Linksys Openwrt

Tags: embedded, howto, italian, linux, tips

IT flag

Appunti sul setup dell'OpenWRT nel router Linksys.

password: mypassword

/etc/firewall.user

### DMZ
## -- Connections to ports not handled above will be forwarded to 192.168.1.2
iptables -t nat -A prerouting_wan -j DNAT --to IP-DMZ-SERVER
iptables        -A forwarding_wan -d IP-DMZ-SERVER -j ACCEPT

nvram set and nvram commit

wl0_macmode=allow …
Read more...
← Previous Page 3 / 3 Next →