Change Details
nanonote-files/script-files/usr/bin/mtd.nn |
53 | 53 | if [ "$1" == "format_data_default" ]; then |
54 | 54 | ubiformat /dev/mtd3 -y |
55 | 55 | ubiattach /dev/ubi_ctrl -m 3 |
56 | | ubimkvol /dev/ubi1 -s 1400MiB -N data |
| 56 | ubimkvol /dev/ubi1 -s 1480MiB -N data |
| 57 | # test in xiangfu's nanonote. 1486 is the MAX size we can make |
| 58 | # so we using 1480 for now |
57 | 59 | exit 0 |
58 | 60 | fi |
59 | 61 | |
... | ... | |
109 | 111 | written with Emacs in Ben NanoNote |
110 | 112 | version: ${__VERSION__} |
111 | 113 | Report bugs to developer@lists.qi-hardware.com" |
112 | | exit 0 |
| 114 | exit 0 |
Download the corresponding diff file