Root/
| 1 | the "config.xbboot" is for build image that used by "xbboot" |
| 2 | this "config.xbboot" will enable CONFIG_TARGET_ROOTFS_INITRAMFS, and |
| 3 | only select basic pakcages. |
| 4 | |
| 5 | 1. at the root of openwrt folder: |
| 6 | $ cp data/qi_lb60/conf/config.xbboot .config |
| 7 | $ make |
| 8 | |
| 9 | 2. upload the image to Ben NanoNote |
| 10 | boot Ben NanoNote to USBBOOT mode. |
| 11 | $ sudo xbboot -u 0x80600000 bin/xburst/openwrt-xburst-qi_lb60-zImage.bin |
| 12 | |
| 13 | then the NanoNote will boot. setup a password for ssh or use telnet to login NanoNote. |
