Revision 7b4accd9
Added by Scott Ullrich about 16 years ago
etc/rc.firmware | ||
---|---|---|
224 | 224 |
|
225 | 225 |
# Stream gzipped image to dd and explode image to new area |
226 | 226 |
echo "" >> /conf/upgrade_log.txt |
227 |
echo "/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k" >> /conf/upgrade_log.txt
|
|
227 |
echo "/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=64k" >> /conf/upgrade_log.txt
|
|
228 | 228 |
/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=64k >> /conf/upgrade_log.txt 2>&1 |
229 | 229 |
|
230 | 230 |
# Grab a after upgrade look at fdisk |
Also available in: Unified diff
Use 64k block size