请选择 进入手机版 | 继续访问电脑版

博航社区

 找回密码
 立即注册博航社区

用新浪微博连接

一步搞定

QQ登录

只需一步,快速开始

查看: 11259|回复: 0

How to Run Ubuntu 10.04 on your PandaBoard(2) [复制链接]

Rank: 2

发表于 2011-9-6 13:04:17 |显示全部楼层
分享到:
Enabling the WiFi and BlueTooth  on PandaBoard

There are some more information on this topic, but I did not test it my self at all.  So, in a little while I will be add more details on that.
So far, I failed to do this!  my only solution was to go back and install the full Ubuntu 11.04 as described above and it had everything working



Install SSH and Configure it to have a better security to be able to connect to the board later for development

    • Open a terminal and make sure you update the system first

        sudo apt-get update sudo apt-get upgrade
      • sudo apt-get install
    • Now, type sudo apt-get install ssh and confirm when asked to do the download
    • Once it is done, you have ssh installed and running but we need to configure it to have a better security, why? because, someone on the net can be scanning for open ports and the default port for SSH, 22, is known to everyone. So we change it to random number to prevent anyone from hacking into our PandaBoard
    • You need to edit file /etc/ssh/sshd_config   "sudo nano /etc/ssh/sshd_config"
    • Find the port 22 and change it to some number that you can remember later
    • Done, save the file and exit
    • Restart ssh "sudo service ssh restart"
    • From your host computer connect to PandaBoard "ssh -p portnumber ipaddress"
    • Enter the new password for the currect user on your PandaBoard
    • You are in!

Change you HostName of your PandaBoard

You might want to change your default hostname of your PandaBoard.  Well, this is the name that your PandaBoard will have on the network, I am sure you want to have a unique name for your board.  You do that by modifying the hostname file located in the /etc/
sudo nano /etc/hostname
You should see a file opened with a single line that represents your PandaBoard HostName
Now you can change this name make sure it is proper name that does not have spaces, etc..
Now save and exit the file  Ctrl-x then hit y for yes to save the file
When you restart the board, you should be able to see this name on the network and on the Terminal prompt.



Install Ubuntu natty 11.04 the OMAP4 Image
Install xfce4 as desktop on Ubuntu natty
Install Install Geany and Code:Blocks
Install Ubuntu-omap4-extras   http://omappedia.org/wiki/Ubuntu_PPA
Fix xfce4 Applications Menu disappearance!  remove ./config/menus/ settings.menu and xfce-applications.menu files


使用道具 举报

Archiver|手机版|谷歌地图|百度地图|官网地图|淘宝链接|博航智能圈 - ARM嵌入式AI物联网IOT机器人

GMT+8, 2024-3-29 13:06 , Processed in 0.026541 second(s), 6 queries , Gzip On, Memcache On.

club.broadon.net

© 2007-2012 BroadOn

回顶部