Search
Project
General
Profile
Sign in
Register
Home
Projects
Redmine shortcuts
Search
:
MityDSP-L138 (ARM9 Based Platforms)
All Projects
Mity CPU Platforms
»
MityDSP-L138 (ARM9 Based Platforms)
Overview
Activity
Wiki
Forums
Download (923 Bytes)
RE: How to load Linux Kernel and files system with no Eth...
ยป Prepare_SD_Card.txt
Vivek Ponnani, 05/10/2017 12:18 PM
root@vagrantup:/# cd media
root@vagrantup:/media# ls
cdrom mitydsp sf_Downloads
root@vagrantup:/media# cd mitydsp
root@vagrantup:/media/mitydsp# ls
E4DE-5094 VBOXADDITIONS_5.1.22_115126
root@vagrantup:/media/mitydsp# cd ..
root@vagrantup:/media# cd ..
root@vagrantup:/# cd dev
root@vagrantup:/dev# sudo mkdir E4DE-5094
root@vagrantup:/dev# cd ..
root@vagrantup:/# umount /media/mitydsp/E4DE-5094
root@vagrantup:/# mke2fs -j /dev/E4DE-5094
mke2fs 1.42.9 (4-Feb-2014)
/dev/E4DE-5094 is not a block special device.
Proceed anyway? (y,n) y
mke2fs: Device size reported to be zero. Invalid partition specified, or
partition table wasn't reread after running fdisk, due to
a modified partition being busy and in use. You may need to reboot
to re-read your partition table.
root@vagrantup:/# mount /dev/E4DE-5094 /media/mitydsp/E4DE-5094
mount: mount point /media/mitydsp/E4DE-5094 does not exist
(1-1/1)
Go to top
Loading...