Sponsored Content
Full Discussion: TTY Issue with Sunblade 150
Operating Systems Solaris TTY Issue with Sunblade 150 Post 302397273 by TonyFullerMalv on Sunday 21st of February 2010 05:18:41 PM
Old 02-21-2010
Have you tried the monitor connected directly to the Sun without a KVM?

You can learn Solaris zones using OpenSolaris on an Intel box...

On the serial port front, there are a lot of options that can be "fiddled with", take a look at:
Man Page for eeprom (OpenSolaris Section 1m) - The UNIX and Linux Forums
and all the ttya- options which may have been reset back to default values by your upgrade.

You did not comment on whether the memory is ECC or not?
 

10 More Discussions You Might Find Interesting

1. Solaris

regd.sunblade 100

hii alll i have a problem with my sunblade100. when i switch on, no display comes but if i ping from a remote machine its pinging,but iam not able to telent to that sun server,what can be the problem,how can i sort ot this issue 2 thing in usb iam not able to use STOP N (to clear the... (3 Replies)
Discussion started by: solaris8in
3 Replies

2. Debian

How to install Debian on a SUNBLADE 100?

I have tried to install the Debian distribution for SPARC processor, but is a pian in the neck trying to boot from cdrom or floppy. Please can somebody to help me to know the easiest way to boot and install Debian on a SUNBLADE 100 system? or wich is the best way to installed on this system, I... (2 Replies)
Discussion started by: GEIER
2 Replies

3. Solaris

Can SunBlade 150 support 2 x 160GB hard disk

Hi all, I am a newbies here, Have question regards large hard disk install in SunBlade system. Can SunBlade 150 support 2 x 160GB (internal IDE) ? Want to make sure before buy the hard disks. Anyone had experiences configure large hard disk in SunBlade 150 before ? In the SunBlade 150... (2 Replies)
Discussion started by: ong.kianseng
2 Replies

4. Solaris

SunBlade 2000

Hi guys, I have a SunBlade 2000 that I am trying to configure. It has been configured previously with an IP address, hostname, DNS and so forth. I want to configure it with a new IP address. How can I achieve this? It has been one of the most difficult tasks for me as I am not really... (6 Replies)
Discussion started by: Arkayev
6 Replies

5. UNIX for Dummies Questions & Answers

Sunblade 1000

Hi everyone this is my first post I have used linux a couple of times and was impressed, so i bought an old sunblade 1000, just to learn something new. I cannot get the thing to work! I have tried to install solaris 10 and several types of linux. I am beginning to wonder if i was sold a... (3 Replies)
Discussion started by: Kawakaze
3 Replies

6. Solaris

PC133 for sunblade 100

Greetings, I was in the mood of upgrading my sunblade100 in my bedroom, since I recuperated some RAM from intel servers, and found myself with what seems to not work (I was hoping to pass from 256Mb to 2GB... and then upgrading to solaris 10...) after this failure I tried with just one 512 MB,... (2 Replies)
Discussion started by: vbe
2 Replies

7. Solaris

Cloning a Sunblade 2500

Good Morning, I took a mirror drive from one Solaris 9 machine and used it to set up another. After syncing another mirror on the second machine I restarted but I don't get a login screen. I see a message:The X-server cannot be started on display :0 Also during startup I see:... (8 Replies)
Discussion started by: Stellaman1977
8 Replies

8. UNIX for Beginners Questions & Answers

Ufsrestore on SunBlade 2500

Good Afternoon, I'm setting up a SunBlade 2500 using ufsrestoreand have gotten to the point where I have restored the root and usr partitions. However, the machine keeps rebooting, never really coming up. Looking at vfstab, it looks pretty empty- shouldn't I see entries like... (22 Replies)
Discussion started by: Stellaman1977
22 Replies

9. Shell Programming and Scripting

Python: Redirecting to tty and reading from tty

In bash, you can do something like this: #!/bin/bash echo -n "What is your name? " > /dev/tty read thename < /dev/tty How can I do the same in python? I have a python script that has the following content: #!/usr/bin/python2.7 import getpass import sys import telnetlib import... (2 Replies)
Discussion started by: SkySmart
2 Replies

10. UNIX for Beginners Questions & Answers

SunBlade 150 can't start openwin: /usr/openwin/bin/xinit: Server error.

Hi. I have a Microsystems SunBlade 150 shell# cat /etc/release Solaris 8 2/02 s28s_u7wos_08a SPARC shell# uname -a SunOS HOSTNAME 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Blade-100 shell# prtconf -F /pci@1f,0/SUNW,m64B@13:m640 When I join to the only account the server try to... (5 Replies)
Discussion started by: siegroup
5 Replies
AVRPROG(1)						      General Commands Manual							AVRPROG(1)

NAME
avrprog - Programmer for Atmel AVR microcontrolers SYNOPSIS
avrprog [ -r | -w | -c | -e | -b reset-pin-value | -L lock-mode ] [ -E ] [ -d device ] [ -p port-address ] [ -R ] [ -v ] [ -V ] [ -h ] DESCRIPTION
Programmer for Atmel AVR microcontrollers that uses PC parallel port to program the device in serial mode. The device can be programmed "in-system". It comes with a schematic of the hardware required. The hardware was designed to be efficient and unexpensive. This program gets/sends data from stdin/stdout in Intel Hexadecimal Object File Format and reads/writes to the AVR device. OPTIONS
-r reads data from device and send to stdout. -w reads data from stdin and write to device. -c reads data from stdin and from device and compares both. -e erases device program and eeprom memory. -b reset-pin-value reset-pin-value must be 0 or 1. This option just changes device reset pin logic level and exit. -L lock-mode set device lock bits mode. See AVR manual for details. WARNING: in some devices, even erasing chip (-e) didn't clear the lock bits... so we lost the chips... use this option at your own risk. If lock-mode is 0, sets LB2=0; LB1=0. If lock-mode is 1, sets LB2=0; LB1=1. If lock-mode is 2, sets LB2=1; LB1=0. If lock-mode is 3, sets LB2=0; LB1=1. -E eeprom memory mode. Without this option, reads, writes and compares are made to device program memory. With this option they are made in eeprom memory. -d device Without this option, avrprog will try do autodetect the device by reading it's signature bytes. Use this option if you want to overide device detection. device is case sensitive and can be any supported devices. To see supported devices try '-d ?' -p port-address chooses parallel port address (hexa value). Check avrprog.conf file for default and valid values. -R sets AVR reset pin to 1 when exiting, enabling software execution. Default is leave chip disabled (reset=0) when exiting. -v verbose mode. -V shows program version, copyright and exit. -h shows program help and exit. Note: some options can't be used at the same time with other options. In case you specify more than one exclusive option, just one of them will be executed. (priority b,c,r,L,e,w). Without any options, avrprog just tries to detect the device and leaves reset pin at 0 (software in device is halted). EXAMPLES
avrprog -r > file.hex Read device program memory and write it to file.hex. avrprog -w < file.hex Read contents of file.hex and write to program memory in device. avrprog -w -R < file.hex Read contents of file.hex and write to program memory in device. After writting, starts device software execution by setting reset pin to 1. avrprog -r -E > file.hex Read device eeprom memory and write it to file.hex. avrprog Identifies the device and halts software execution. avrprog -R Identifies the device and starts software execution. avrprog -b 0 Just set device reset pin to 0 (halt software execution) avrprob -b 1 Just set device reset pin to 1 (start software execution) INPUT AND OUTPUT FORMAT
Input and output formats are Intel Hexadecimal Object File Format You can find this specification at ftp://download.intel.com/support/processors/ i960/devtools/INTELHEX.PDF Record types 00 and 01 are implemented in this version. In input lines, LF and CR+LF are accepted as newline markers. Output files are generated with LF as a newline marker. FILES
/etc/avrprog/devices.conf handles devices signatures. Human readable. Take a look and add new devices. Don't forget to write us the lines you added, so next versions can have a more complete list of devices. /etc/avrprog/avrprog.conf general configuration file. Human readable. Handles parallel port address. BUGS
If you found any, please send the authors an e-mail. TODO
Write a kernel module so this program does not need to run setuid root. Or write a daemon and the program can connect to the daemon using tcp. Write messages using functions that support locales. SEE ALSO
http://www.autsens.com/avrprog http://avrprog.sourceforge.net AVRPROG AUTHORS
Jose Roberto B. de A. Monteiro <jrm@autsens.com> Pedro Zorzenon Neto <pzn@autsens.com> MANPAGE AUTHOR
This manual page was written by Pedro Zorzenon Neto <pzn@autsens.com>, for the Debian GNU/Linux system (but may be used by others). jun 25, 2001 AVRPROG(1)
All times are GMT -4. The time now is 03:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy