Setup
Logging in to the Raspberry Pi¶
From the Idun shell, you can access Linux to setup networking and other services. You will be logged in as user idun automatically, and you will have sudo ability. The default password is "idun", and the default root password is "Commodore".
The idun-cartridge ships with ssh and the idun-filebrowser enabled. You should attach the cartridge to your network using wired Ethernet and/or setup the WiFi connection.
If your network supports .local host names, then your cartridge should appear on the network as host "idunpi" or "idunpi.local". If not, then use the Linux prompt to discover the cartridge ip address (ip addr). Then, use ssh or browse to http://idunpi.local:80 for the idun-filebrowser.
Configure Networking after connecting cartridge to Commodore¶
- If you have an Ethernet port on your Pi, or use a USB dongle that provides one, the networking over wired Ethernet should "just work." You can check the status and see your DHCP assigned IP with the command
ip addr. - If you intend to use WiFi, you can set it up by running
sudo setup-interfacesfrom the shell. The interface you want iswlan0. It will show a list of access points and prompt you for your WiFi password. Note: You sometimes need to do a reboot (sudo reboot) after you complete the setup to ensure you are connected.
Resize file system / extend root partition¶
Idun includes a command to expand your filesystem to use the full space on your SD card. It is a two step process that automatically reboots the RasPi.
- Run
sudo resize-fsfrom the shell. - Wait for the reboot to complete, which will leave you at the BASIC prompt.
- Reset the cartridge. The disk space displayed on the shell screen should reflect the change.
Build open source code (optional)¶
- Clone this repository to your idun home directory:
git clone https://github.com/idun-project/idun-cartridge cd idun-cartridge && ./setup.sh-installs additional packages such as bastext and idun-zcccd cbm && make-builds cartridge softwaresudo make installfromcbmdirectory to make it active
Emulation of the cartridge on the Raspberry Pi (optional)¶
Install the modified idun-vice emulator using sudo apk add idun-vice, and see idun-vice.