From 1501b076519e13b55d4475238213073f8f73c816 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 1 Sep 2010 15:10:27 +0800 Subject: [PATCH] [xburst] add config and README file for build xbboot image Signed-off-by: Xiangfu Liu --- .../{config.initramfs.xbboot => config.xbboot} | 0 data/qi_lb60/conf/config.xbboot.README | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename data/qi_lb60/conf/{config.initramfs.xbboot => config.xbboot} (100%) create mode 100644 data/qi_lb60/conf/config.xbboot.README diff --git a/data/qi_lb60/conf/config.initramfs.xbboot b/data/qi_lb60/conf/config.xbboot similarity index 100% rename from data/qi_lb60/conf/config.initramfs.xbboot rename to data/qi_lb60/conf/config.xbboot diff --git a/data/qi_lb60/conf/config.xbboot.README b/data/qi_lb60/conf/config.xbboot.README new file mode 100644 index 000000000..ef477b736 --- /dev/null +++ b/data/qi_lb60/conf/config.xbboot.README @@ -0,0 +1,14 @@ +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.