1994 Toshiba Portege T3400
Greyscale 8.4" lcd
486 SX 33, 20MB Ram, 80MB HD
I had Slackware Linux(kernel 2.1.23 or something on it). It still booted fine before I ripped it apart.
(I even remembered my login password)
It's been in a box in storage for years..I saved the T3400 as it was a quality $2500 machine at the time...It served me many remote cslip/ppp modem connections to work in the 90's.. I only needed an x3270 session to connect to the s/390 mainframes, so Slackware linux and xfree86 on a mono lcd was perfect.

Now it is a Raspberry Pi 2 running Raspian
1280x800 10.1" LCD HDMI w/vga external out as well.
Bluetooth
Wireless N
2 Lan Ports(one Pi, one Trendnet usb3)
Reused the Original Toshiba T3400 Keyboard (still working on the trackpoint drivers)
64GB Local USB 3 Storage + 64GB micro SD
10 USB Ports(4 out back-from PI. 4 on side using a modified hub. 2 wired internally.
9 New Li-ion 2200mah batteries mounted in original toshiba battery casing.
I'm still waiting on shipment of a sample power path management circuit, so I can plug/charge/unplug the original Toshiba Power adapter(15v) without impacting the system while it switches to battery. This will allow normal laptop power function. For testing and current usage I'm using a 1400mah 11.1v Lipo.
It's easy to swap OS's too.. switch usb and sd card for a KODI Media player setup.. i could take it on the road and have a full fleged media center to stay busy with in hotels.
However, I dont think it would be wise taking this on an airplane as a caryon. lol ugh.
Testing parts..lcd is nice and crisp. pics from cellphone don't do it any justice.


Decoded the keyboard matrix and wired it up to the Arduino Teensy Microcontroller and wrote the firmware in C to drive it.(based on TMK keyboard libraries) Now it's a full fledged standalone usb keyboard(i can use this keyboard on any computer). It took two weeks
to sort out the driver...in theory i could adapt any laptop keyboard to USB now...probably could have
wired it to the PI's GPIO, but I plan on that for the trackpoint.

Keyboard wiring and controller->usb cable. Reused ribbon cable connector from original motherboard..made it easy to tie into the keyboard ribbon.

10.1" 1280x800 - perfect fit with room under for buttons and other stuff(like a small battery voltage display)

LVDS from ebay and BEC(5v regulator) from one of my helicopters.

Some random shots of the keyboard code(based on TMK)
At this point it's a legitimate Battery powered Dumb Terminal.
It accepts any HDMI monitor input and keyboard will work with any system.
I was using it at work connected to my W530 as a keyboard+external monitor for a while...made a nice discussion piece. :laugh2:



Battery voltage monitor..This will be mounted under the lcd panel...along
with the lcd buttons.

LVDS hdmi lcd controller

THE original chip.. Desoldered it from the board and going to mount it somewhere internal..like under an access panel on the bottom of the system

random test fitment pics

Belkin 4 port non powered hub. Cut traces and converted it to a powered hub via the 5v BEC.

Rear of laptop cut out for one of the lan ports and the Pi usb.
There's other ports #2 lan..etc those will be behind the access panel cover.



11.1v in to BEC, 11.1 to lcd, 5v regulated to Pi and to power USB hub.
The BEC will take up to 35v input. Plan on using the original 15v Toshiba brick to power/charge.

Test placement of wiring and boards

Back of running system..temporarily have a usb for the keyboard hanging out back,
until I tie it into the internal usb.

Side shot, you can see the extra usb ports here where the pcmcia cover was.
Using a logitech unifying reciever here for a mouse until the trackpoint code is working.

Remote Desktop'd to a Windows 10 system. :p
using it while on the couch with an external mouse(trackpoint still isn't working right(i have some donor ibm trackpoints that I will replace the toshiba trackpoint with, as i have the hardware specs to write proper code for those.)

Todo:
- fix the Internal USB - so i dont have the keyboard usb cable haning out back.
- finalize wiring - shorten a few lines and clean up the internal routing.
- cut holes in lcd bezel for the lcd control buttons
- wire in the battery voltage meter
- hook up the power path controller (when i get it) and rear power adapter port.
- finish creating the 9 cell Li-ion battery pack. dependent on above controller.
- swap Toshiba Trackpoint for IBM Trackpoint and sort out the firmware/driver for it.
that's about it... there's really no showstoppers and it's perfectly usable as is.