NQ-901¶
Preliminary - hardware design not final.
See pdf file for rough details.
(pdf file should be correct except device will have 2 usb ports and 32MB flash)
NQ-901.pre default dmesg
NQ-901.pre FreeBSD bootlog 2010-12-16
How to boot FreeBSD kernel:
Install U-Boot mkimage:
cd /usr/ports/devel/u-boot ; make install clean
Make image
mkimage -A mips -O linux -T kernel -C none -a 80000000 -e 80001000 -n 'Linux Kernel Image' -d kernel kernel.uboot
On boot hit '4' to exit into U-Boot command prompt,
Enter following commands:
setenv ipaddr 192.168.0.50 setenv serverip 192.168.0.91 tftpboot 80800000 DAP-1350/kernel.uboot bootm 0x80800000