Root/bin/nnui

Source at commit 834157426afb39b4958da6f82c533d7168217376 created 12 years 5 months ago.
By Werner Almesberger, labsw/Makefile (bom): generate .lst file from eeschema
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