Discussion:
[Arm-netbook] brief update
Luke Kenneth Casson Leighton
2016-09-14 02:56:57 UTC
Permalink
* mike's going to get 5 EOMA68-A20 rev 2.6 samples done quickly,
hopefully before the big holiday beginning october.
* we could *potentially* get the 800 EOMA68-A20 computer cards done
within a couple of months (have to arrange testing)
* microdesktop submitted for cost evaluation
* PCB1 rework of laptop is underway, using connectors (SMT R/A) from
morecrafts.com.tw
* marco from frida is checking MOQ 1k on the 3.5in LCD+CTP
* tracking down the S5P6818 octa-core supplier, investigating if
Reference Design is available

l.

---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm-netb
Nick Hardiman
2016-09-15 13:55:41 UTC
Permalink
Post by Luke Kenneth Casson Leighton
* tracking down the S5P6818 octa-core supplier, investigating if
Reference Design is available
Is this for a new EOMA68 board?

I stuck S5P6818 in the search at http://elinux.org/ (nope) and http://rhombus-tech.net/ (yep). Looks like a 64 bit chip with no 64 bit support.

http://rhombus-tech.net/samsung/s5p6818/

http://lists.phcomp.co.uk/pipermail/arm-netbook/2016-August/011771.html

https://community.arm.com/community/arm-partner-directory/partner-graperain/blog/2015/09/22/arm-cortex-a53-octa-core-64-bit-application-processor-s5p6818-released


_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Luke Kenneth Casson Leighton
2016-09-15 14:01:52 UTC
Permalink
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68


On Thu, Sep 15, 2016 at 2:55 PM, Nick Hardiman
Post by Nick Hardiman
Post by Luke Kenneth Casson Leighton
* tracking down the S5P6818 octa-core supplier, investigating if
Reference Design is available
Is this for a new EOMA68 board?
yes.
Post by Nick Hardiman
I stuck S5P6818 in the search at http://elinux.org/ (nope) and http://rhombus-tech.net/ (yep). Looks like a 64 bit chip with no 64 bit support.
correct. given that it can only address 2GB of RAM that really doesn't matter.

l.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large a
pelzflorian (Florian Pelz)
2016-09-15 14:38:14 UTC
Permalink
Post by Luke Kenneth Casson Leighton
Post by Nick Hardiman
I stuck S5P6818 in the search at http://elinux.org/ (nope) and http://rhombus-tech.net/ (yep). Looks like a 64 bit chip with no 64 bit support.
correct. given that it can only address 2GB of RAM that really doesn't matter.
l.
What about virtual addressing / swap space? Then you may want more than
2GB address space.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large att
Luke Kenneth Casson Leighton
2016-09-15 22:59:53 UTC
Permalink
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68


On Thu, Sep 15, 2016 at 3:38 PM, pelzflorian (Florian Pelz)
Post by pelzflorian (Florian Pelz)
Post by Luke Kenneth Casson Leighton
Post by Nick Hardiman
I stuck S5P6818 in the search at http://elinux.org/ (nope) and http://rhombus-tech.net/ (yep). Looks like a 64 bit chip with no 64 bit support.
correct. given that it can only address 2GB of RAM that really doesn't matter.
l.
What about virtual addressing / swap space? Then you may want more than
2GB address space.
you do _not_ want to be using swap space on raw nand or even eMMC.
or USB-based external storage media. in fact, you don't want to be
using swap space at all... with the exception possibly of compswap
(the much better version of zram, which linus torvalds refused to
allow the full set of patches for, into the linux kernel).

l.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large
Vincent Legoll
2016-09-16 08:51:28 UTC
Permalink
Post by Luke Kenneth Casson Leighton
you do _not_ want to be using swap space on raw nand or even eMMC.
or USB-based external storage media. in fact, you don't want to be
using swap space at all... with the exception possibly of compswap
(the much better version of zram, which linus torvalds refused to
allow the full set of patches for, into the linux kernel).
NBD-based (network block device) swap is also a viable solution with
Gb eth, and is better than getting OOM-killed...
--
Vincent Legoll

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments to arm-***@files.phc
Luke Kenneth Casson Leighton
2016-09-16 10:41:13 UTC
Permalink
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68


On Fri, Sep 16, 2016 at 9:51 AM, Vincent Legoll
Post by Vincent Legoll
Post by Luke Kenneth Casson Leighton
you do _not_ want to be using swap space on raw nand or even eMMC.
or USB-based external storage media. in fact, you don't want to be
using swap space at all... with the exception possibly of compswap
(the much better version of zram, which linus torvalds refused to
allow the full set of patches for, into the linux kernel).
NBD-based (network block device) swap is also a viable solution with
Gb eth, and is better than getting OOM-killed...
that would work. egads i haven't used network-based swap since
imperial college back in 1988-1991, on the sunos 4.1.3 workstations we
had in the lab :)

l.

_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachments
m***@gmail.com
2016-09-19 10:38:10 UTC
Permalink
Post by Luke Kenneth Casson Leighton
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Thu, Sep 15, 2016 at 3:38 PM, pelzflorian (Florian Pelz)
Post by pelzflorian (Florian Pelz)
Post by Luke Kenneth Casson Leighton
Post by Nick Hardiman
I stuck S5P6818 in the search at http://elinux.org/ (nope) and
http://rhombus-tech.net/ (yep). Looks like a 64 bit chip with no 64 bit
support.
Post by pelzflorian (Florian Pelz)
Post by Luke Kenneth Casson Leighton
correct. given that it can only address 2GB of RAM that really
doesn't matter.
Post by pelzflorian (Florian Pelz)
Post by Luke Kenneth Casson Leighton
l.
What about virtual addressing / swap space? Then you may want more than
2GB address space.
you do _not_ want to be using swap space on raw nand or even eMMC.
Well, Google has released statistical data on their SSD usage and it seems
that there is no correlation between number of writes and failure. It's
more dependent on 'age'.

But SSD are 'less' reliable than HDD because of bad cell and bad writes. So
error correction becomes more important.

http://www.zdnet.com/article/ssd-reliability-in-the-real-world-googles-experience/

Raw NAND access means you have to do the ECC. With and SSD that taken care
of by.....firmware.....

Now the 3.4 (Lichee)kernel from AW has, AFAICT, shady NAND support. And
mainline is growing, proper, NAND support.

Most bootloaders depend on fixed addresses region without ECC. So if the
boot region gets "bad" you're device is toast. A20 still boots from SD
though.

Still on low speed machines try to avoid swap to any medium. All will get
very slow; I/O contention. Memory usually has it's separate/private
bus/tracs/connection. The rest, Network, Sata, USB, GPIO, SPI etc. shares a
common bus.

So keep away from high profile desktops/compositors like Gnome and KDE on
low memory systems.

IOS and Andriod have very strict policies on apps to get exit the system if
not used to keep memory free for the active application.
Post by Luke Kenneth Casson Leighton
or USB-based external storage media. in fact, you don't want to be
using swap space at all... with the exception possibly of compswap
(the much better version of zram, which linus torvalds refused to
allow the full set of patches for, into the linux kernel).
l.
_______________________________________________
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
pelzflorian (Florian Pelz)
2016-09-19 11:05:39 UTC
Permalink
Post by m***@gmail.com
Still on low speed machines try to avoid swap to any medium. All will get
very slow; I/O contention. Memory usually has it's separate/private
bus/tracs/connection. The rest, Network, Sata, USB, GPIO, SPI etc. shares a
common bus.
Swap should be avoided as Lkcl said, but a crash may be worse than
waiting for swap. Web, LaTeX, GNOME Builder usage can be expensive.
Well, I’ll see.
Post by m***@gmail.com
So keep away from high profile desktops/compositors like Gnome and KDE on
low memory systems.
GNOME isn’t that bad. Of course LXDE uses less memory, but not by much.
The choice of Web browser seems much more important.


_______________________________________________
arm-netbook mailing list arm-***@lists.phcomp.co.uk
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Send large attachm

Continue reading on narkive:
Loading...