qemu for min2440

1. Ubuntu安裝html

安裝版本:Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic x86_64)git

文件爲:ubuntu-12.04-desktop-amd64.iso   ubuntu

Tip1:Ubuntu的root密碼能夠經過sudo passwd修改,密碼爲當前用戶密碼;vim

Tip2:終端能夠在Bash中搜索Terminal打開。ssh

 

2. ssh安裝ui

sudo apt-get install ssh,使用SecureCRT等軟件ssh登陸,ip爲eth0 IPspa

 

3. Samba安裝.net

sudo apt-get install sambarest

smbpasswd -a usercode

vim  /etc/samba/smb.conf 增長:

複製代碼

# Cap the size of the individual log files (in KiB).
max log size = 1000
security = user
Max Protocol = SMB2  ###若是鏈接不上能夠增長這一行, 而且sudo apt-get install libtalloc2

............

[zenghui] comment = Home Directories path = /home/zenghui browseable = yes writable = yes
複製代碼

 

 重啓samba :sudo service  smbd restart 

 

4. 配置靜態IP

14.04

http://www.javashuo.com/article/p-zmdcsnop-gr.html

12.04

https://blog.csdn.net/shuckstark/article/details/8237100

5.安裝qemu for mini2440

獲取源碼:git clone git://repo.or.cz/qemu/mini2440.git

安裝依賴:

sudo apt-get install libsdl-dev
sudo apt-get install zlib1g-dev

編譯安裝:

./configure --target-list=arm-softmmu

make

make install

Tip1:在Ubuntu14.04 gcc版本4.8.4中編譯失敗,顯示BIT找不到

Tip2:qemu-system-arm -M ? 能夠顯示支持單板

相關文章
相關標籤/搜索