Root/bin/nnui

Source at commit 3f820dc41d82c78d972efe3c69f139f209a742f9 created 12 years 8 months ago.
By Werner Almesberger, cad/test2/README: added more results and cleaned up the text
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