blob: d62a6b23cddc48d93cd52aa8570d34f1a78e2a19 [file] [log] [blame]
Adriana Kobylak5bd157c2017-05-25 15:48:27 -05001#!/bin/sh
2
3# Get the mtd device number for pnor
4pnor=`grep pnor /proc/mtd |cut -c 4`
5
6# Format the pnor mtd device as ubi
7echo "Starting ubiformat /dev/mtd$pnor"
8ubiformat /dev/mtd$pnor -y -q