6f6167730e
The NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small, *cheap* NAS device consisting of an Intel IXP420 (Xscale) CPU, a 10/100mbit Ethernet port, and two USB 2.0 ports. It has 32MB of SDRAM and 8MB of Flash memory, and runs RedBoot/Linux out of the box. Now it can also run NetBSD.
15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
# $NetBSD: mk.nslu2,v 1.1 2006/02/28 20:40:33 scw Exp $
|
|
|
|
SYSTEM_FIRST_OBJ= nslu2_start.o
|
|
SYSTEM_FIRST_SFILE= ${THISARM}/nslu2/nslu2_start.S
|
|
SYSTEM_OBJ= ${MD_OBJS} ${MI_OBJS} ${OBJS} ${SYSLIBCOMPAT} ${LIBKERN}
|
|
|
|
KERNEL_BASE_PHYS?=0x10200000
|
|
KERNEL_BASE_VIRT=0xc0200000
|
|
|
|
SYSTEM_LD_TAIL_EXTRA+=; \
|
|
echo ${OBJCOPY} -S -O binary $@ $@.bin; \
|
|
${OBJCOPY} -S -O binary $@ $@.bin
|
|
|
|
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
|