pyILPER on RaspberryPI as headless memory drive; HowTo?

82160A

pyILPER on RaspberryPI as headless memory drive; HowTo?

Postby floppy_stuttgart » Wed Nov 10, 2021 5:47 pm

Hello,
I am storing my HP41 programs on a PC via Pilbox and pyILPER. All fine so far. Now on a Debian10 32bits notebook and a Debian11 64bits PC Desktop (Win10 still not running, but thats another story).
Has anybody made the setup of pyilper on a headless (=server) RaspberryPi with Raspbian?
Target: taking a RaspberryPI 4 ARM for travel instead of my X86 notebook (too heavy) as storage device
= starting the PI, connecting via the USB and PilBox and storing/retrieving programs from the virtual drive which is on an USB Memory Storage connected at the PI
Any few hints where to start are welcome.
So, this is a small project on my ToDo list and any recommendation where to start is highly welcome.

Status jan18:
- since anaconda3 on raspberry pi4 did not upload pyilper, I am further searching/thinking (slowly ;-)
- next to come?,,,
- install qemu on pi4
.. then a small debian 32bits with pyilper
.. or a win7 and win32 programs
- or buy an emulator exagear

Status Feb6: works (99%)
- take a raspberry pi4 with raspbian on it
- install box86 on the raspberry pi4 https://www.youtube.com/watch?v=OT17...l=Luke%27sTech
- download and make running ilper from there https://hp.giesselink.com/hpil.htm under wine
so far, the HP41 hardware exchange files with the raspberry pi4 with a small touchscreen, via pilbox (HDRIVE1.DAT from ilper found in https://hp.giesselink.com/hpil.htm )

still open: make it headless

Code: Select all
# Steps
# first install raspbian on a raspberry PI4; several explanation/HowTos in the internet
# then follow the description from https://docs.google.com/document/d/1XtbqjCTOfGtsyspwCBwishfb9LrJaeWjDng0Crwq9Eg/edit
# Download Wine
cd ~/Downloads
wget https://dl.winehq.org/wine-builds/de...uster_i386.deb
wget https://dl.winehq.org/wine-builds/de...uster_i386.deb
dpkg-deb -xv wine-devel-i386_5.21~buster_i386.deb wine-installer
dpkg-deb -xv wine-devel_5.21~buster_i386.deb wine-installer

# Install Wine
sudo mv wine-installer/opt/wine-devel ~/wine
sudo ln -s ~/wine/bin/wine /usr/local/bin/wine
sudo ln -s ~/wine/bin/winecfg /usr/local/bin/winecfg
sudo ln -s ~/wine/bin/wineserver /usr/local/bin/wineserver

# Boot wine
wine wineboot

# Download Winetricks
cd ~/Downloads
wget https://raw.githubusercontent.com/Wi...src/winetricks

# Install winetricks
sudo chmod +x winetricks
sudo cp winetricks /usr/local/bin

# winetricks needs this installed
sudo apt-get install cabextract -y

# update wine
wine wineboot -u
Attachments
IMG_0166(1).JPG
floppy_stuttgart
.........
.........
 
Posts: 112
Joined: Mon Mar 29, 2021 2:36 pm

Return to HP-IL

Who is online

Users browsing this forum: Bing [Bot] and 1 guest

cron