Earlier quoted context omitted.
The GPU doesn't have a closed driver that works either. It's been a year for the JH7110 too, so I wouldn't hold my breath. On Vision Five 2 everything is still softpipe in the official Debian from Star Five! On the PineTab-V NOTHING involving the 3D part of the GPU works! YouTube works for consumption, but that's not interesting for production. To write/film a review of a SoC with GPU without running glgears is backw…
>I think the only hope now is for the upstream to gain a working driver in a year or two. PowerVR driver is already part of mesa3d mainline[0]. Some definitions for the variant used in JH7110 have been added recently, but it's not yet operational. 0. https://mesamatrix.net/
Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
101–110 of 158 posts
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#102This is TH1520, same SoC as the Lichee Pi 4A. A chip that's oddly faster than JH7110 (VisionFive2, Milk-V Mars) in microbenchmarks, but slower in practice (e.g. gcc). Presumably due to smaller cache. It is also less power efficient, and lacks the upstream support JH7110 enjoys[0]. I would look at Pinetab-V, a tablet-laptop based on that SoC, today. Better yet, wait for Milk-V Oasis[1] tba this June, as well as other…
The X280 cores are not RVA22 compliant. They are only RV64GCV, so they can't run the same code as the P670 cores. SophGo's datasheet lists these cores under "AI accelerator", paired with a "TPU", so they were never intended to run general purpose code.
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#103The author mentions if you want a small laptop today, you need to go to eBay and buy an old UMPC. This is not correct, there are some modern mini laptops. I purchased a new 8" mini laptop with folding touchscreen and an intel N100 CPU from AliExpress. https://www.aliexpress.us/item/3256805658668421.html Specs: Intel N100 12GB RAM NVME SSD Slot 1280x800 Touchscreen (with pen support) USB-C port (supports charging and…
- Have tried a Linux distro on it?
- What is battery life like (especially under Linux)?
- How is the keyboard generally? (Not expecting miracles but is it usable)
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#104The author mentions if you want a small laptop today, you need to go to eBay and buy an old UMPC. This is not correct, there are some modern mini laptops. I purchased a new 8" mini laptop with folding touchscreen and an intel N100 CPU from AliExpress. https://www.aliexpress.us/item/3256805658668421.html Specs: Intel N100 12GB RAM NVME SSD Slot 1280x800 Touchscreen (with pen support) USB-C port (supports charging and…
Have fun hosting a CCP exit node
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#105Earlier quoted context omitted.
This is the first time I've ever seen anyone write 'silicium' and sure enough, it's an alternative name for silicon. I wonder if this is a more common name for silicon in some other part of the world (I'm in the US). I don't think I've ever seen this spelling before today, and I'm not a young person.
It is the spelling used in e.g. the Netherlands, a country where the light metal used in aircraft goes by the name Aluminium which also happens to be the correct version [1] of the bastardised Aluminum . The word Silicon 'feels' wrong to a Dutch speaker because it makes it sound like integrated circuits are made out of the same stuff used to assemble aquariums, fake boobs and heat-resistant flexible cookware. That st…
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#106Earlier quoted context omitted.
I did a comparison of a few RISC-V single board computers and the Lichee Pi 4A is definitely very slow on real world tasks, even though in theory it ought to be the fastest. I never got to the bottom of exactly why - it might be software issues or non-upstream drivers. At the moment I'd recommend the VF2 for general use. https://rwmj.wordpress.com/2023/07/25/heads-up-lichee-pi-4a-...
Something's definitely "up with" the RISC-V GCC port; in principle maybe there are just some passes or backend options that need to be flipped on in some way? https://godbolt.org/z/cvc6j1sM6
Edit: Apparently gcc assumes by default, that unaligned loads aren't supported, but with -mtune=size it somehow enables it: https://godbolt.org/z/d9P19aMnn
some discussion around that: https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id...
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#107This is TH1520, same SoC as the Lichee Pi 4A. A chip that's oddly faster than JH7110 (VisionFive2, Milk-V Mars) in microbenchmarks, but slower in practice (e.g. gcc). Presumably due to smaller cache. It is also less power efficient, and lacks the upstream support JH7110 enjoys[0]. I would look at Pinetab-V, a tablet-laptop based on that SoC, today. Better yet, wait for Milk-V Oasis[1] tba this June, as well as other…
The SG2380 is a bit weird though. Four of the P670 cores are clocked lower than the others. The X280 cores are not RVA22 compliant. They are only RV64GCV, so they can't run the same code as the P670 cores. SophGo's datasheet lists these cores under "AI accelerator", paired with a "TPU", so they were never intended to run general purpose code.
You wouldn't be able to run P670s and X280s on and schedule applications between them anyways, because they have different vector lengths.
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#108Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#109The author mentions if you want a small laptop today, you need to go to eBay and buy an old UMPC. This is not correct, there are some modern mini laptops. I purchased a new 8" mini laptop with folding touchscreen and an intel N100 CPU from AliExpress. https://www.aliexpress.us/item/3256805658668421.html Specs: Intel N100 12GB RAM NVME SSD Slot 1280x800 Touchscreen (with pen support) USB-C port (supports charging and…
Re: Lichee Console 4A – RISC-V mini laptop: Review, benchmarks and early issues
#110I could get over the perf but the power consumption is rough. It seems strange that the USB hub is using so much power. From a (leaked?) data sheet I don’t see any way to disable it - but it does have firmware which can be updated? There is also a 5V-3.3V LDO built in so I wonder if that may be what is dissipating so much power. The AMS1153 looks like a similar story…