January 2018
Intermediate to advanced
456 pages
12h 49m
English
Let's imagine you want to profile the I/O for the microSD card device on the Wandboard. By booting the system from the network, as seen in the Configuring network booting for a development setup recipe from Chapter 1, The Build System, you can avoid unnecessary access to the device by the system.
For this example, we will disable the journal from the ext4 partition by doing the following:
# e2fsck /dev/mmcblk2p1 # tune2fs -O ^has_journal /dev/mmcblk2p1
Read now
Unlock full access