1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 05:24:59 +02:00
openwrt-xburst/data/qi_lb60/conf/config.xbboot.README
Xiangfu Liu 1501b07651 [xburst] add config and README file for build xbboot image
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-01 15:10:27 +08:00

15 lines
598 B
Plaintext

this "config.xbboot" if for build image that used by "xbboot"
1. at the root of openwrt folder:
$ cp data/qi_lb60/conf/config.xbboot .config
$ make
2. for now we need manully copy the "zImage" to bin/xburst
$ cp build_dir/linux-xburst_qi_lb60/linux-2.6.32.16/arch/mips/boot/compressed/zImage bin/xburst/openwrt-xburst-qi_lb60-zImage-xbboot.bin
3. upload the image to Ben NanoNote
a. boot Ben NanoNote to USBBOOT mode.
b. sudo xbboot -u 0x80600000 bin/xburst/openwrt-xburst-qi_lb60-zImage-xbboot.bin
then the NanoNote will boot. setup a password for ssh or use telnet to login NanoNote.