Author Archives: te-bachi
Set Title in gnome-terminal
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;\w\a\]$PS1"
;;
*)
;;
esac
Using flash memory
http://comments.gmane.org/gmane.linux.uclinux.nios2.devel/530
http://www.alterawiki.com/wiki/Devicetree
http://www.alterawiki.com/wiki/Talk:Devicetree
http://www.mjmwired.net/kernel/Documentation/powerpc/dts-bindings/mtd-physmap.txt
———
http://www.ucdot.org/archive/tb/tb20020917.shtml
http://famschmid.net/uclinuxtutorial_nios.html
http://www.alterawiki.com/wiki/Flash_Programmer
http://www.alterawiki.com/wiki/UClinux
http://www.alterawiki.com/wiki/MTD
http://www.alterawiki.com/wiki/UBIFS
http://www.righthandtech.com/embedded-linux-managing-memory.php
http://uuu.enseirb.fr/~kadionik/embedded/uclinux/mtd/howto_mtd.html
http://www.linuxjournal.com/node/4678/print
http://processors.wiki.ti.com/index.php/Creating_a_Root_File_System_for_Linux_on_OMAP35x#MTD_Partitions
http://www.e-reading.org.ua/chapter.php/101551/211/Hallinan_-_Embedded_Linux_Primer__A_Practical,_Real-World_Approach.html
NIOS II: No shared library support
~ # ./snmpd
./snmpd: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
http://www.alteraforum.com/forum/showthread.php?t=14335
http://elinux.org/UClinux_Shared_Library
hsr@hsr-OptiPlex-755:~/bachman0_pa/kernel_unstable/InES/dionysos$ grep -ri flat .
config.vendor-2.6.x:# CONFIG_USER_FLATFSD_FLATFSD is not set
config.vendor-2.6.x:# CONFIG_FMT_USE_FLAT is not set
config.vendor-2.6.x:# CONFIG_FMT_USE_SHARED_FLAT is not set
config.vendor-2.6.x:# CONFIG_INSTALL_FLAT_SHARED_LIBS is not set
hsr@hsr-OptiPlex-755:~/bachman0_pa/kernel_unstable/InES/dionysos$ grep -ri pic .
config.vendor-2.6.x:CONFIG_FMT_USE_FDPIC_ELF=y
http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Two-approaches-to-shared-library-support-for-uClinuxuClibc/
http://www.ucdot.org/article.pl?sid=03/11/25/1126257
http://xflat.sourceforge.net/XflatFileMapping.html
uClinux Runlevel & /etc/rc
http://www.ucdot.org/article.pl?sid=02/09/03/1357255
http://famschmid.net/linuxtutorial.html
http://www.experts-exchange.com/Programming/System/Linux/Q_25623285.html
http://blackfin.uclinux.org/gf/project/uclinux-dist/forum/?_forum_action=ForumMessageBrowse&thread_id=22799&action=ForumBrowse
http://www.uclinux.org/pub/uClinux/archive/8217.html
http://www.beyondlogic.org/uClinux/builduC.htm
http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:build-system:vendors
http://leanxcam.origo.ethz.ch/wiki/users_guideusing_uclinux
http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:build-system:vendors
http://elinux.org/Boot_Time
http://ipodlinux.sourceforge.net/build.shtml
Add SSH/SSHd to uCLinux
http://www.alteraforum.com/forum/showthread.php?t=16545
http://alteraforum.org/forum/showthread.php?t=15864
http://famschmid.net/uclinuxtutorial_nios.html
Drucker hinzufügen
\\raven\
Visio 2010 Shape Vorgänge wie Kombinieren
Visio 2010 Shape Vorgänge wie Kombinieren
Visio Optionen -> Menuband anpassen -> Entwicklertools einblenden
Danach in Entwicklertools -> Shape-Design -> Vorgänge sichtbar
Kompiliere SDL auf Windows
./configure --prefix=/usr/libsdl --enable-stdio-redirect=no make make install
FreeBSD: Zeige alle Festplatten
[root@data /home/bachi]# atacontrol list
ATA channel 0:
Master: no device present
Slave: no device present
ATA channel 1:
Master: no device present
Slave: no device present
ATA channel 2:
Master: ad4 <Maxtor 33073H3/YAH814Y0> ATA/ATAPI revision 6
Slave: no device present
ATA channel 3:
Master: ad6 <Maxtor 6L300R0/BAJ41G20> ATA/ATAPI revision 7
Slave: ad7 <Maxtor 6L300R0/BAJ41G20> ATA/ATAPI revision 7
[root@data /home/bachi]# egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot
ad4: 29312MB <Maxtor 33073H3 YAH814Y0> at ata2-master UDMA100
ad6: 286188MB <Maxtor 6L300R0 BAJ41G20> at ata3-master UDMA100
ad7: 286188MB <Maxtor 6L300R0 BAJ41G20> at ata3-slave UDMA100
Trying to mount root from ufs:/dev/ad4s1a