Root/bin/nnui

Source at commit 757f19cd7b4e61ff04f1707ccea9fa3b146db220 created 12 years 6 months ago.
By Werner Almesberger, moved m1/torture/ to more specific m1rc3/norruption/
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