Skip to content

Instantly share code, notes, and snippets.

@CLCL
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CLCL/0a72f2437a9560e35589 to your computer and use it in GitHub Desktop.
Save CLCL/0a72f2437a9560e35589 to your computer and use it in GitHub Desktop.

Inten Edisonを rel1からrel2-betaにアップデート

  • Intel Edisonは、初期状態でルートパーティションの容量が約464MBで、すぐ容量がひっ迫していた。
  • ファームウェアrel2から、ルートパーティションの容量が拡大されるという。
  • reboot otaからだとパーティションは維持されるが、rel2で変更になるルートパーティションの容量が変わらない。
  • flashall.sh / flashall.bat をすることで、パーティションレイアウトが変更になり、ルートパーティションの容量が約1424MBになった。ただし、/homeなどreboot otaでは維持されていたパーティションも消える。
root@edison:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 475080 413008 25376 94% /
devtmpfs 491416 0 491416 0% /dev
tmpfs 491728 0 491728 0% /dev/shm
tmpfs 491728 508 491220 0% /run
tmpfs 491728 0 491728 0% /sys/fs/cgroup
systemd-1 5862 5860 2 100% /boot
tmpfs 491728 4 491724 0% /tmp
tmpfs 491728 0 491728 0% /var/volatile
/dev/mmcblk0p5 1003 19 913 2% /factory
/dev/mmcblk0p7 5862 5860 2 100% /boot
systemd-1 2337308 53480 2267444 2% /home
/dev/mmcblk0p10 2337308 53480 2267444 2% /home
root@edison:~#
root@edison:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 1458032 381148 992348 28% /
devtmpfs 491416 0 491416 0% /dev
tmpfs 491728 0 491728 0% /dev/shm
tmpfs 491728 504 491224 0% /run
tmpfs 491728 0 491728 0% /sys/fs/cgroup
systemd-1 5862 5400 462 92% /boot
tmpfs 491728 4 491724 0% /tmp
systemd-1 1337936 2056 1319496 0% /home
tmpfs 491728 0 491728 0% /var/volatile
/dev/mmcblk0p5 1003 19 913 2% /factory
/dev/mmcblk0p10 1337936 2056 1319496 0% /home
/dev/mmcblk0p7 5862 5400 462 92% /boot
root@edison:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment