mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
merged xbboot.README into config.xbboot
This commit is contained in:
parent
bf512545d5
commit
4155816733
@ -3,7 +3,24 @@
|
||||
# then run: yes "" | make oldconfig > /dev/null
|
||||
#
|
||||
|
||||
# TBD:
|
||||
#
|
||||
# This config file builds an image that can be used with xbboot.
|
||||
# It enables CONFIG_TARGET_ROOTFS_INITRAMFS and only selects basic
|
||||
# packages.
|
||||
#
|
||||
# 1. at the root of openwrt folder:
|
||||
# $ cp data/qi_lb60/conf/config.xbboot .config
|
||||
# $ yes "" | make oldconfig > /dev/null
|
||||
# $ make
|
||||
#
|
||||
# 2. upload the image to Ben NanoNote
|
||||
# boot Ben NanoNote to USBBOOT mode.
|
||||
# $ sudo xbboot -u 0x80600000 bin/xburst/openwrt-xburst-qi_lb60-zImage.bin
|
||||
#
|
||||
# then the NanoNote will boot. setup a password for ssh or use telnet to login NanoNote.
|
||||
#
|
||||
|
||||
# TODO:
|
||||
# this config file does not work on tracking_trunk branch:
|
||||
# some patch not goto the trunk branch.
|
||||
# add some packages, kernel give different error message!
|
||||
@ -16,4 +33,3 @@ CONFIG_TARGET_ROOTFS_INITRAMFS=y
|
||||
CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y
|
||||
# CONFIG_BUILD_PATENTED is not set
|
||||
CONFIG_PACKAGE_mtd-utils=y
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
the "config.xbboot" is for build image that used by "xbboot"
|
||||
this "config.xbboot" will enable CONFIG_TARGET_ROOTFS_INITRAMFS, and
|
||||
only select basic pakcages.
|
||||
|
||||
1. at the root of openwrt folder:
|
||||
$ cp data/qi_lb60/conf/config.xbboot .config
|
||||
$ make
|
||||
|
||||
2. upload the image to Ben NanoNote
|
||||
boot Ben NanoNote to USBBOOT mode.
|
||||
$ sudo xbboot -u 0x80600000 bin/xburst/openwrt-xburst-qi_lb60-zImage.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