Kernels are getting big! So erase all 8M of the MTD.
This commit is contained in:
parent
fab9293203
commit
a891ad7d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ modprobe docprobe
|
|||
dd conv=notrunc conv=sync bs=65536 if=${linux} of=vmlinux.bin.gz.block
|
||||
dd conv=notrunc conv=sync bs=63k if=${linuxbios} of=linuxbios.block
|
||||
|
||||
erase /dev/mtd0 0 128
|
||||
erase /dev/mtd0 0 1024
|
||||
dd conv=notrunc if=docipl of=/dev/mtd0
|
||||
dd conv=notrunc if=docipl of=/dev/mtd0 seek=1
|
||||
dd conv=notrunc if=linuxbios.block of=/dev/mtd0 seek=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue