User Tools

Site Tools


start:edison

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
start:edison [2015.03.09 - 10:33]
alexander.krause created
start:edison [2015.03.09 - 10:39]
alexander.krause
Line 121: Line 121:
 The flashing takes quite a while, about 1h for me. The flashing takes quite a while, about 1h for me.
  
 +==== Misc ====
 For wifi you should probably create a config-file for the mac on the board: For wifi you should probably create a config-file for the mac on the board:
 <​code>​ <​code>​
Line 133: Line 134:
 </​code>​ </​code>​
  
 +==== Bigger root ====
 +<​code>​
 +Eddi ~ # parted /​dev/​mmcblk0
 +GNU Parted 3.2
 +Using /​dev/​mmcblk0
 +Welcome to GNU Parted! Type '​help'​ to view a list of commands.
 +(parted) ​
 +unit
 +B
 +del 10
 +del 9
 +resize
 +8
 +3909074431
 +q
 +
 +Eddi ~ # resize2fs /​dev/​mmcblk0p8
 +resize2fs 1.42.12 (29-Aug-2014)
 +Filesystem at /​dev/​mmcblk0p8 is mounted on /; on-line resizing required
 +old_desc_blocks = 1, new_desc_blocks = 1
 +The filesystem on /​dev/​mmcblk0p8 is now 937979 (4k) blocks long.
 +
 +Eddi ~ # df
 +Filesystem ​    ​1K-blocks ​  Used Available Use% Mounted on
 +/​dev/​root ​       3481284 765668 ​  ​2533436 ​ 24% /
 +devtmpfs ​          ​10240 ​     0     ​10240 ​  0% /dev
 +tmpfs              98408    416     ​97992 ​  1% /run
 +cgroup_root ​       10240      0     ​10240 ​  0% /​sys/​fs/​cgroup
 +shm               ​492024 ​     0    492024 ​  0% /dev/shm
 +
 +</​code>​
start/edison.txt ยท Last modified: 2015.03.09 - 10:41 by alexander.krause