johnicboom
Fresh as a buzzard
Trying to boot the latest LeTux OS on the Pyra after seeing Askarus' post here:
Here's how I prepared my SD Card (info from here: https://projects.goldelico.com/p/gta04-makesd/):
In my Downloads folder:
Double-checked SD Card device (Pyra's left SD slot):
mine is mmcblk3
Wrote image to SD card:
This boots to tty1, but no Fn keys work, so I can't type most symbols. This is what I see:
Askarus, is this how it fails for you and ED?
I tried adding "-v stable" like this:
and it appears to be the exact same image as not specifying a version.
I tried adding "-v latest", but it can't find this file:
"!! could not find https://download.goldelico.com/letux-debian-rootfs/latest-armhf-pyraos.tbz
I tried adding "-v unstable", but it can't find the kernel file:
"could not find https://download.goldelico.com/letux-kernel/unstable-lpae/uImage
I didn't have a ton of time today, but I'll dig into this some more this week and see what I can find out. If anyone has any pointers, I'm all eyes and ears.
Maintained list of all remaining issues. Call to help.
At the time of writing this, I am working hard on the hardware side to finally get the Pyra production up and running again. However, there is also a lot of work that needs to be done on the software side. First, there are several issues that never got fixed since the beginning, Second, Debian...
pyra-handheld.com
Here's how I prepared my SD Card (info from here: https://projects.goldelico.com/p/gta04-makesd/):
In my Downloads folder:
wget -O makesd "https://git.goldelico.com/?p=gta04-makesd.git;a=blob_plain;hb=HEAD;f=makesd"
chmod +x makesd
Double-checked SD Card device (Pyra's left SD slot):
sudo fdisk -l
mine is mmcblk3
Wrote image to SD card:
sudo DEV=/dev/mmcblk3 ./makesd pyra-4gb
This boots to tty1, but no Fn keys work, so I can't type most symbols. This is what I see:
Askarus, is this how it fails for you and ED?
I tried adding "-v stable" like this:
sudo DEV=/dev/mmcblk3 ./makesd -v stable pyra-4gb
and it appears to be the exact same image as not specifying a version.
I tried adding "-v latest", but it can't find this file:
"!! could not find https://download.goldelico.com/letux-debian-rootfs/latest-armhf-pyraos.tbz
I tried adding "-v unstable", but it can't find the kernel file:
"could not find https://download.goldelico.com/letux-kernel/unstable-lpae/uImage
I didn't have a ton of time today, but I'll dig into this some more this week and see what I can find out. If anyone has any pointers, I'm all eyes and ears.