Jump to content


el bandido

Member Since 26 Oct 2012
Offline Last Active Today, 07:01
-----

Posts I've Made

In Topic: OS MIO+ 4K - no framebuffer available

25 September 2024 - 12:35

@el bandido

 

That pinout can not be right. "Ground" is on Ring 2 and only on Ring 2 (assuming Ring 2 is the one near Sleeve).

 

I'll have to try now which is TX and which RX.

If  my pinout is wrong, then what is the Correct pinout?
Thanks.


In Topic: OS MIO+ 4K - no framebuffer available

23 September 2024 - 23:03

RS232 Connection should be:
Tip: RX from receiver.
Ring 1: Ground
Ring 2: TX from receiver
Sleeve: Ground.


In Topic: OS MIO+ 4K - no framebuffer available

23 September 2024 - 21:29

You may check RS232 serial if you are capable of setting it up.

My question is: Have you flashed an usb.zip image? Flashing mu;tiboot.zip images is not the same as the usb.zip image. The process of flashing the usb.zip image is also different.


In Topic: OS MIO+ 4K - no framebuffer available

23 September 2024 - 19:11

If not done already, try flashing using OpenPLi usb.zip image instead of multiboot.zip/

This is what I have in MIO4K notes:
To erase a slot using telnet::
dd if=/dev/zero of=/dev/mmcblk1p3 bs=1M count=1
mmcblk1p9 = 4
mmcblk1p7 = 3
mmcblk1p5 = 2
mmcblk1p3 = 1

To mount slots in Telnet:
mkdir /media/slot4 && mount /dev/mmcblk1p9 /media/slot4
mkdir /media/slot3 && mount /dev/mmcblk1p7 /media/slot3
mkdir /media/slot2 && mount /dev/mmcblk1p5 /media/slot2
mkdir /media/slot1 && mount /dev/mmcblk1p3 /media/slot1


In Topic: Build issues

20 September 2024 - 16:39

Thanks to everyone working on Scarthgap! It will be a nice image once finished.

But for anyone trying Home builds, I would suggest trying the default branch, develop until Scarthgap matures a bit.