Root/bin/nnui

Source at commit a27d1958fb3a238dcdc9fe15e0d0649448409129 created 10 years 2 months ago.
By Werner Almesberger, ircstat/ML: update for 12/2013
1#!/bin/sh -ex
2PATH=$PATH:../u-boot/tools
3mknnk -j4 vmlinux.bin
4gzip -9 -f arch/mips/boot/vmlinux.bin
5mkimage -A mips -O linux -T kernel -a 0x80010000 \
6  -C gzip -e 0x`mipsel-openwrt-linux-nm vmlinux | \
7  grep " kernel_entry" | cut -f1 -d ' '` \
8  -n 'Ben NanoNote Linux Kernel' -d arch/mips/boot/vmlinux.bin.gz uImage
9

Archive Download this file

Branches:
master



interactive