Jump to content

Recommended Posts

Posted
  On 5/19/2020 at 7:58 AM, manuti said:

the last image for Beelink X2 is too old

Expand  


I would propose to build most recent ./compile EXPERT="yes" # to see EOS targets - that should give you latest latest, but since its unmaintained ... I have no idea if it works. Probably it does.

 

  On 5/19/2020 at 7:58 AM, manuti said:

the internal Wi-Fi din't work

Expand  


This box came with at least two different onboard wifi chips, which means you have to play with a device tree blob configuration to make it work. Drivers are most likely present in the kernel for all variants.

 

  On 5/19/2020 at 7:58 AM, manuti said:

The temperature don't go high

Expand  


If you don't have support for DVFS, CPU runs at IIRC 50 or 60% of full speed ... which is why temps will stay low.

 

  On 5/19/2020 at 7:58 AM, manuti said:

If there and easy way

Expand  


It depends who's asking :P TV boxes are without schematics and without certainty that one model is identical to the same model, which means this job is more like a hacking ... 

Posted
  On 5/19/2020 at 8:28 AM, Igor said:

./compile EXPERT="yes"

Expand  

 

I went that way last weekend, but I ran out of space.

How many Gigas do I need to compile the image?

Posted
  On 5/19/2020 at 9:50 AM, manuti said:

How many Gigas do I need to compile the image?

Expand  


I don't know that anymore. 20GB used to be a minimum, lost track ...

Posted
  On 5/19/2020 at 11:08 AM, Igor said:

20GB used to be a minimum,

Expand  

Last question @Igor this 20GB or more are needed in /  partitiion,  or in the folder I choose to download Armbian Sript ?

Thanks.

Posted
  On 5/19/2020 at 8:05 PM, manuti said:

Last question @Igor this 20GB or more are needed in /  partitiion,  or in the folder I choose to download Armbian Sript ?

Thanks.

Expand  

Yes. Besides some essential system packages that may be installed via apt as common the required toolchains, the source cache stuff will be in th same directory.

One exception is ccache which will be under /home/<youruser>/.ccache

 

My current build directory without clearing anything has 41G and ccache has 4G.

Posted
  On 5/20/2020 at 6:44 AM, Werner said:

/home/<youruser>/.ccache

Expand  

Thanks @Werner I need to clean that.

I have 21GB free in the /home unit, and the script warned when only have 9GB.

I really love these pieces of junk, the Beelink X2 and the Sunvell R69, and armbian to give they a decent Linux live.

Posted

I've built fresh image for Beelink X2 on 2020-07-18. Focal with Xorg only. It looks even wifi works out of box.

 

Download image at https://mega.nz/file/z0IlgKiQ#UNdKk68q4XmZ8hb7zrYoGkdh_NtcbiuI-5XEZPvMPQ8

Posted
  On 7/20/2020 at 9:28 PM, vlna said:

I've built fresh image for Beelink X2 on 2020-07-18. Focal with Xorg only. It looks even wifi works out of box.

 

Download image at https://mega.nz/file/z0IlgKiQ#UNdKk68q4XmZ8hb7zrYoGkdh_NtcbiuI-5XEZPvMPQ8

Expand  

 

Thanks for your work! New Ubuntu version and Wifi works :)

Posted
  On 7/20/2020 at 9:28 PM, vlna said:

I've built fresh image for Beelink X2 on 2020-07-18. Focal with Xorg only. It looks even wifi works out of box.

 

Download image at https://mega.nz/file/z0IlgKiQ#UNdKk68q4XmZ8hb7zrYoGkdh_NtcbiuI-5XEZPvMPQ8

Expand  

Hi, I would like to ask, if you could share it again. I want to reborn one old box, and your image will be very helpful. Thank you.

Posted

Hello there !

 

I've installed the beelink x2 image but then I've upgraded it all the way to buster and using the edge kernel

 

root@beelinkx2:~# uname -a
Linux beelinkx2 6.0.7-sunxi #trunk.0103 SMP Sun Nov 6 03:49:50 UTC 2022 armv7l GNU/Linux
 

 

only problem is that I cannot get the 4 cores, just one :(

 

 

root@beelinkx2:~# cat /proc/cpuinfo 
processor    : 0
model name    : ARMv7 Processor rev 5 (v7l)
BogoMIPS    : 118.58
Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer    : 0x41
CPU architecture: 7
CPU variant    : 0x0
CPU part    : 0xc07
CPU revision    : 5

Hardware    : Allwinner sun8i Family
Revision    : 0000

 

I've seen there's the overlay file available on debian but I cannot make it load as in the /boot/boot.cmd it looks for .dtbo but the only file I have is a .dto

 

root@beelinkx2:~# find /usr/lib/ -iname \*beelink\*
/usr/lib/linux-image-6.0.7-sunxi/sun8i-h3-beelink-x2.dtb

 

the debug is here

 

root@beelinkx2:~# armbianmonitor -u
System diagnosis information will now be uploaded to http://ix.io/4fm8
Please post the URL in the forum where you've been asked for.
 

 

Thanks

Dario
 

Posted
  On 11/8/2022 at 8:42 PM, Dario Pulcinelli said:

but then I've upgraded it all the way to buster and using the edge kernel

Expand  

 

This is not supported hw ... Try with fresh image from https://github.com/armbian/community and install armbian-firmware-full package (via armbian-config or by hand) since there are some errors that it couldn't find firmware files.

 

  On 11/8/2022 at 8:42 PM, Dario Pulcinelli said:

only problem is that I cannot get the 4 cores, just one

Expand  


You need to re-flash boot loader.

Posted

Hi Igor,

 

first of all thank you for your prompt response. 

 

By flashing the bootloader you mean something like this ?

 

dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8

 

Thanks

Posted

well I've installed the new uboot with nand-sata-install on the sd and now the 4 cores are online, thanks !

 

root@beelinkx2:~# lscpu
Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               5
Model name:          Cortex-A7
Stepping:            r0p5
CPU max MHz:         1008.0000
CPU min MHz:         648.0000
BogoMIPS:            118.58
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 

Now I have another small problem, when I try to copy the image to the internal nand I get this

 

Partition too small. Needed: 5172 MB Avaliable:  MB 

 

I've read that this particular nand is not fully supported, but I'd like to know if there's a workaround....

 

[    2.603888] mmc2: new DDR MMC card at address 0001
[    2.608190] mmcblk2: mmc2:0001 VICO  7.22 GiB 
[    2.619250] mmcblk2boot0: mmc2:0001 VICO  4.00 MiB 
[    2.628928] mmcblk2boot1: mmc2:0001 VICO  4.00 MiB 
 

[    7.096172] I/O error, dev mmcblk2boot0, sector 8064 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[    7.096216] Buffer I/O error on dev mmcblk2boot0, logical block 1008, async page read
[    7.264253] sunxi-mmc 1c11000.mmc: data error, sending stop command
[    7.264303] sunxi-mmc 1c11000.mmc: send stop command failed
 

 

 

 

 

Posted

well I've installed the new uboot with nand-sata-install on the sd and now the 4 cores are online, thanks !

 

root@beelinkx2:~# lscpu
Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               5
Model name:          Cortex-A7
Stepping:            r0p5
CPU max MHz:         1008.0000
CPU min MHz:         648.0000
BogoMIPS:            118.58
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 

Now I have another small problem, when I try to copy the image to the internal nand I get this

 

Partition too small. Needed: 5172 MB Avaliable:  MB 

 

I've read that this particular nand is not fully supported, but I'd like to know if there's a workaround....

 

[    2.603888] mmc2: new DDR MMC card at address 0001
[    2.608190] mmcblk2: mmc2:0001 VICO  7.22 GiB 
[    2.619250] mmcblk2boot0: mmc2:0001 VICO  4.00 MiB 
[    2.628928] mmcblk2boot1: mmc2:0001 VICO  4.00 MiB 
 

[    7.096172] I/O error, dev mmcblk2boot0, sector 8064 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[    7.096216] Buffer I/O error on dev mmcblk2boot0, logical block 1008, async page read
[    7.264253] sunxi-mmc 1c11000.mmc: data error, sending stop command
[    7.264303] sunxi-mmc 1c11000.mmc: send stop command failed
 

 

 

 

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines