mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 08:51:09 +02:00
[xburst] add config and README file for build xbboot image
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
9f94731555
commit
1501b07651
14
data/qi_lb60/conf/config.xbboot.README
Normal file
14
data/qi_lb60/conf/config.xbboot.README
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user