@george Thank you!
Latest posts made by enok71
-
RE: Where to order a CM5?
@george Yes I was considering the possibility to base a custom board on a CM5 module, for a project.
-
Where to order a CM5?
I tried to google for a CM5 module reseller but couldn't find one. Where can I buy it? Thanks.
-
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@george Thanks that solved my problem.
-
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
I followed the kernel update instructions (git clone, compile, copy, reboot) and now I have no network interfaces and no bluetooth. I don't have time to dig into it right now, just wanted to warn that something may be missing in the instruction.
-
RE: Which ppa for graphics acceleration on coolpi laptop (rk3588)?
@enok71 Just in case someone reads my postings in this thread: The best source for coolpi hardware support packages is probably Georges ppa. Probably best to avoid mixed in packages from Liu Jianfengs ppa.
-
RE: 2-in-1 Conversion
@jack_admin I believe there can be different variants with different price tags. The top model could be e.g. at least double your current price. If the features appeal to technology aware consumers in west I think they have no problem paying for it.
Imagine a 1440p camera showing showing crystal clear streaming video in "Teams", with the hardware accelerated video drivers doing their job so that the fan remains quiet. That would be a laptop to pay for. Colleagues would ask "what laptop is that??". It would advertise itself.
A high quality keyboard is also a very important fundamental requirement for buyers with budget. I personally think backlight should be mandatory. And international keyboard laptops are impossible to sell in Scandinavia.
The security related features I mentioned (fingerprint reader, security chip, NFC reader) are more "nice to have" things, but would give the laptop a security edge, and everyone ask for (and will pay for) improved IT security these days. Make sure "secure boot" is implemented and working if going that path. Linux and open source software is preferred before Windows for security aware users and you already have that.
These are my thoughts. Of course I know very little about e.g. Chinese customer needs or wishes.
-
RE: 2-in-1 Conversion
@anernest I also apreciate this laptop, although I have no need at all for touch screen, 5G modem or tablet mode. Would be more interested in
- Better camera
- USB-charger compatibility
- Keyboard backlight
- Scandinavian keyboard layout option
- Fingerprint reader (looks like there is already an input for this on the current board)
- And why not a TPM or security chip option?
- Perhaps an NFC reader option?
-
RE: Which ppa for graphics acceleration on coolpi laptop (rk3588)?
Answering myself once more ... there is a ppa here although I'm not sure that's the optimal one for rk3588?
If someone is more sure of the best place to look for hardware accelerated software packages please help.
-
RE: Which ppa for graphics acceleration on coolpi laptop (rk3588)?
Ok the following command line actually seems to work with my own compiled ffmpeg-rockchip, based on my own compiled rkrga and rkmmp. And
top
shows zero cpu-load so the CPU is actually not used at all.ffmpeg -i /dev/video0 -c h264_rkmpp /tmp/tmp.mp4
Still interersted in URL to some source of precompiled Ubuntu packages though. Thanks.