OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /socgen/trunk/doc
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/install/ubuntu_9.04.txt
0,0 → 1,67
================================================================
Install recipe for ubuntu 9.04 on asus M2N68-AM SE2 with 22" lcd
================================================================
 
Install ubuntu 9.04
 
 
System --> Administration --> Hardware Drivers
activate recomended nvidia driver
 
This set up the usb for urjtag
sudo cp -r etc /
 
 
cp files in socgen/bin to your local ~/bin directory.
 
add to .profile:
 
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
 
 
 
Reboot
 
 
 
System --> Administration --> Software Sources
Download from << find a local source for files>>
 
System --> Administration --> update Manager
update
 
 
System --> Administration --> Package Manager
apt-get flashplugin-nonfree
apt-get ubuntu-restricted-extras
apt-get emacs
apt-get xemacs
apt-get subversion
apt-get tkdiff
apt-get build-essential
apt-get fxload
apt-get libftdi-dev
apt-get xutils-dev
apt-get bison
apt-get flex
apt-get texinfo
apt-get libncurses5-dev
apt-get gtkterm
apt-get gtkwave
apt-get gperf
apt-get sdcc
apt-get ghdl
apt-get csh
 
 
External tools that must be obtained from the net and installed
 
 
icarus verilog verilog-0.9.1.tar.gz
 
Verilog preprocessor Verilog-Perl-3.223.tar.gz
 
xilinx web pack version 10.1
install/ubuntu_9.04.txt Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: install/etc/udev/rules.d/40-basic-permissions.rules =================================================================== --- install/etc/udev/rules.d/40-basic-permissions.rules (nonexistent) +++ install/etc/udev/rules.d/40-basic-permissions.rules (revision 3) @@ -0,0 +1,2 @@ +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664", GROUP="plugdev" +
install/etc/udev/rules.d/40-basic-permissions.rules Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.