Letalis Sonus
Advanced Member
- Joined
- Mar 5, 2009
- Messages
- 1,529
Fake news, this was already debunked FFS.as TI doesn't sell it anymore
Fake news, this was already debunked FFS.as TI doesn't sell it anymore
I used emacs throughtout my undergraduate career, and struggled with it's arcane keycodes. I picked up vim when I started work, after a few years struggling with the editor in intellisense. The only thing you really need to learn to use it is that it's modal...
Fake news, this was already debunked FFS.
The problem whit this „just make a CPU Board whiteout the buggy OMAP 5“ is, that there may be a too big loss, if the OMAP 5 CPU Boards will not bought, so there is no money to develop a new CPU Board..
so it’s not sitting more then 10 Hours In low Power Mode..
I just have to boot it up rather then just awake it from hibernation mode..
There are few workarounds.I also use gvim sometimes, which is the graphical version. The one in my terminal doesn't seem to have access to the system clipboard, so if I need to yank and paste anything between apps I need to use gvim.
vnoremap <C-c> y: call system("xclip -i", getreg("\""))<CR>
noremap <C-V> :r !xclip -o <CR>
inoremap <C-v> <Esc><C-v>a
noremap <C-A> :w !xclip -i <CR>
And letting CPU on 200 MHz "low" mode is a waste of battery, reducing autonomy and generating unnecessary heat (in hot summer it must be not very pleasant).
¹: Other thing was suspend to disk: this sometimes was even slower than boot-up on some old systems. It is decades since I don't use that capability (even I don't know if it is supported on PC today).
[...] Other thing was suspend to disk [...] even I don't know if it is supported on PC today [...]
No, there is no loss: all OMAP5 on ED stock will be used on all actual orders and xxx more. New CPU will be a later upgrade, for later Pyras after all OMAP5 are sold, in double way: for new Pyra orders after that point and for older owners who can upgrade their old Pyra.
Ok, I know you mean it for good, and you're right in part in some things, but this comment is absolutely false.
The cost of the chips is very small in comparison to....
...more realistic than a new CPU board soon. That'd be very expensive.
Powersaving?
... the booting maybe will go around 5 or 7 Seconds.
When i want to use the Pyra are 10Seconds Boot Time enough for me.
Then now the IMPORTANT question is: how much TI OMPA5 do you have on stock (or you can get from other sources than TI, as TI doesn't sell it anymore)? I.e.: How may Pyras with OMPA5 can you supply until you have to switch to other SOC actually on market (like NXP ones with extended support and guaranteed long time on market)?
For some of us a low-power idle mode and suspend mode, like we have on all smartphones and actual computers, are a very valuable point, because Pyra is a "mobile" device like a smartphone but in pocket computer format. Even on my desktop PC (actually a convertible/notebook computer) I use suspend mode a lot of, because a lot of times I want it to be where I left it instantly when I back to it. In a pocket device I would value that capability even much more, because I would use it in the move, and I will have a lot of on-suspend changes on it.
Even my good old calculators (HP 48/50 TI89/92) have suspend mode: I turn them on and all is exactly where I left them (obviously on HP48 suspend mode, where RAM is powered on and real time clock continues beating, is rated in years, something no modern smartphone can handle). And my old Sharp Zaurus pocket computers have proper idle/suspend mode.
The cost of the chips is very small in comparison to the costs involved. It's possible the most expensive chip on board, but the real cost is the development cost of a new CPU board.
We're speaking of around 1100 orders now (I'm not sure could be 1000 could be 1500) and maybe a couple thousand or 10000 in the future.
This is very few. The cost of developing the board divided by the boards produced must still be much higher than the price of components.
It's not a matter of throwing away stock, it's a matter of throwing away hardware development time, cost of prototypes, time and equipment for testing, simulations, etc.
The OMAP5 is still in production. So it's not only available from stock but even still actually produced.
As said: It's not a missing feature, it's a bug.
FWIW, r only takes a single character of input, so you can't use it to replace a single character with a longer word, but on the positive side, since it doesn't enter you into edit mode, you don't actually need to press Esc to get out again. Just 0rx will replace the first character with an x.And I shall add that instead of using 'cl' which the l i guess stands for letter, you can use 'r' for replace so one keystroke less and that would be 0(zero)rx<Esc>
Wow, the OMAP 5 is actualy more expensive than an entire Raspberry Pi 4! Which also has a faster CPU afaik (ARM Cortex-A72). And I'm not an expert but I would say, your CPU board is also to expensive for what it is.One OMAP5 is around 50 EUR.
That's a lot compared to other chips (Rockchips are around 8 EUR).
The costs of the full CPU board (12 layer PCB, 4GB RAM, 32GB eMMC, PALMAS, etc.) is around 180 EUR, so 130 EUR without the OMAP5.
A72 isn't particularly faster than the A15, just more power efficient and the Pi4 has 4 of them. It was also not out at the time of Pyra's initial development so I'm not sure the point of the outcry here...Wow, the OMAP 5 is actualy more expensive than an entire Raspberry Pi 4! Which also has a faster CPU afaik (ARM Cortex-A72). And I'm not an expert but I would say, your CPU board is also to expensive for what it is.
Economies of scale - Wikipedia
en.wikipedia.org
Edit: Also Eben Upton is a higher up at Broadcom, so I'd be very suprised if he didn't get a discount on the Broadcom manufactured components.
I'd say that's cheap. But I'm no expert.Development costs for the CPU board were around 150,000 EUR.
However, what you shouldn't forget is:
* CPU board was a lot more complex than planned due to the OMAP5430 not being available. This added more layers and made the design 10x more complex.
* It was incredible hard to determine whether known bugs are hardware or software due to the fact that the OMAP5 software support stopped - old drivers from TI don't work with modern kernels and as the OMAP5 is not used in any other public Linux device, there's not a lot support either.
So if we use a common SoC which has good Linux support by the manufacturer and the community and which is available as consumer version (not industrial one), development of the CPU board will take a LOT less time.
Instead of 6 months pure layouting, it could probably be done in 1 month.
Nikolaus was even thinking about creating a quick iMX Board that fits our mainboard for a test
The rapsberry is build in hundreds of thousands or millions. That is what lowers the price.Wow, the OMAP 5 is actualy more expensive than an entire Raspberry Pi 4! Which also has a faster CPU afaik (ARM Cortex-A72). And I'm not an expert but I would say, your CPU board is also to expensive for what it is.