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. Then, use ssh
or browse to port 8080 for the idun-filebrowser.
After imaging the minimal image, use one of:
- Arch Linux "Disks" GUI
- Linux "GParted" GUI
- Linux
fdisk
andresize2fs
tools. - "GParted Live" boot disk on PC
In all cases, BE VERY CAREFUL! It is easy to lose all the data on your device if you mess up using fdisk
or another partition tool.
It IS POSSIBLE to expand the file system on the idun-cartridge directly, using the Linux terminal and fdisk
+ resize2fs
, which are included with the minimal image. Try this at your own RISK!
- First, use
fdisk
to delete the 2nd partition, and re-create the 2nd partition using the maximum available space on your SD card. sudo fdisk /dev/mmcblk0
- At the fdisk prompt, type "d", then "2" to delete 2nd partition.
- Then "n", "p", "2" to re-create a primary partition #2. Choose the default starting and ending blocks AND select "N" to NOT REMOVE the partition's signature.
- Finally "w" to write the updated partition table to disk. You must reboot for the change to take effect.
sudo reboot now
- After the reboot and back at the Linux terminal:
sudo resize2fs /dev/mmcblk0p2
. - If all went well, then
df -h
should show max. space available for your SD card on the root partition.
Enable wired USB Ethernet
ping www.google.com
ping idunpi (from another host on the LAN)
networkctl list
ip link set up enuX
Enable Wi-Fi
sudo systemctl enable connman
sudo systemctl start connman
Use connmanctl CLI command to configure wi-fi
wget https://github.com/idun-project/idun-cartridge/archive/refs/tags/latest.tar.gz
-or-git clone https://github.com/idun-project/idun-cartridge
tar xvfz latest.tar.gz
, if you downloaded the archive.cd idun-cartridge && ./build.sh
- Install patched VICE emulator from idun-vice.