9
0
Fork 0
barebox/arch/mips/configs
Antony Pavlov 988ecf4269 MIPS: qemu-malta_defconfig: enable PCI & network stuff
qemu usage:

  # ifconfig br0:1 172.20.0.1
  # qemu-system-mips -nodefaults -nographic -M malta -m 256 \
    -serial stdio -monitor null \
    -bios ./barebox-flash-image \
    -net nic,vlan=0,model=rtl8139 \
    -net tap,vlan=0,script=net_br0.sh

  ...

  barebox:/ eth0.ipaddr=172.20.0.2
  barebox:/ eth0.serverip=172.20.0.1
  barebox:/ ping 172.20.0.1
  phy0: Link is up - 100/Full
  host 172.20.0.1 is alive
  barebox:/

Sample net_br0.sh (for connecting to br0 interface, so you can
connect barebox to your real network):

  #!/bin/sh

  brctl addif br0 $1
  ifconfig $1 up

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-04 07:36:16 +02:00
..
dlink-dir-320_defconfig mips: dlink-dir-320: refresh defconfig 2014-06-05 10:03:55 +02:00
loongson-ls1b_defconfig commands: HUSH_GETOPT -> CMD_GETOPT 2014-05-14 10:03:48 +02:00
qemu-malta_defconfig MIPS: qemu-malta_defconfig: enable PCI & network stuff 2014-07-04 07:36:16 +02:00
ritmix-rzx50_defconfig MIPS: ritmix-rzx50_defconfig: enable gpio stuff 2014-06-27 21:40:07 +02:00
tplink-mr3020_defconfig MIPS: tplink-mr3020_defconfig: add SPI support 2014-04-07 11:22:32 +02:00