[oselas] ext2 max image size for 64M boards

2012-01-25 Thread Guillermo Rodriguez Garcia
for the rootfs, it would be a good idea to increase this value. Note that the platformconfig-NAND-128M file does not set this variable at all. Thanks and best regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] ext2 max image size for 64M boards

2012-01-25 Thread Guillermo Rodriguez Garcia
Hi Juergen, Thanks for the ultra-fast response. 2012/1/25 Juergen Beisert j...@pengutronix.de: Hi Guillermo, Guillermo Rodriguez Garcia wrote: In the mini2440 BSP (2011.12.0), the file configs/platform-friendlyarm-mini2440/platformconfig-NAND-64M sets the max ext2 image size

Re: [oselas] Boot mini2440 with console=null

2014-05-05 Thread Guillermo Rodriguez Garcia
Hi Juergen, Thank you for your answer. 2014-05-05 10:01 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Friday 02 May 2014 09:52:14 Guillermo Rodriguez wrote: I need to use serial port 0 for my application and thus I wanted to avoid the kernel from using ttySAC0 as a

Re: [oselas] Boot mini2440 with console=null

2014-05-05 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2014-05-05 15:04 GMT+02:00 Juergen Borleis j...@pengutronix.de: And did you also disable the login? I just found out that the problem is fixed by modifying the standard /etc/inittab file in ${PTXDIST}/projectroot. I just removed the console id from the sysinit and

[oselas] Proper way to modify a rules file

2014-05-05 Thread Guillermo Rodriguez Garcia
Hello all, What is the proper / recommended way to modify existing ptx rule/make files? Example: I would like to modify rootfs.in/rootfs.make to add an option that installs /etc/hosts as a link to /run/hosts (a similar option already exists for /etc/resolv.conf). Thank you, Guillermo Rodriguez

[oselas] [mini2440] Parity errors not counted in s3c2440 serial driver

2014-05-07 Thread Guillermo Rodriguez Garcia
(parity, framing, overrun) are detected, but that only two are traced in serial_icounter_struct. Can anyone shed some light? Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] mini2440: Error passing noatime option in bootargs

2014-05-08 Thread Guillermo Rodriguez Garcia
Hi Juergen, Thank you for the feedback. 2014-05-08 10:12 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Wednesday 07 May 2014 19:22:33 Guillermo Rodriguez Garcia wrote: I wanted to use the noatime option for the jffs2 filesystem that is used in the default ptxdist

Re: [oselas] [ptxdist] ptxdist on a x86 target, grub problem ?

2014-05-12 Thread Guillermo Rodriguez Garcia
to check) VGA support is enabled in my kernel config. What do you suggest to do? Thank you. Regards, Stella -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] [ptxdist] ptxdist on a x86 target, grub problem ?

2014-05-13 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2014-05-13 9:49 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Monday 12 May 2014 20:14:08 Guillermo Rodriguez Garcia wrote: [...] Ptxdist maintainers: Is there a reason for the separate menu.lst.i586 file? Except for the issue described above it seems

[oselas] [PATCH] Fix /etc/fstab for platform-mini2440

2014-05-29 Thread Guillermo Rodriguez Garcia
The mini2440 BSP ships with a platform-specific /etc/fstab file which does not mount a tmpfs filesystem in /run. Options that expect a tmpfs in /run will not work as expected. This patch: - adds /run as a tmpfs - bind mounts /var/run to /run - bind mounts /var/tmp to /tmp - Adds noauto to debugfs

Re: [oselas] [PATCH] Fix /etc/fstab for platform-mini2440

2014-05-29 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2014-05-29 20:06 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Thursday 29 May 2014 19:28:10 Guillermo Rodriguez Garcia wrote: The mini2440 BSP ships with a platform-specific /etc/fstab file which does not mount a tmpfs filesystem in /run. Options that expect

Re: [oselas] [PATCH] Fix /etc/fstab for platform-mini2440

2014-06-02 Thread Guillermo Rodriguez Garcia
Hi Juergen, El lunes, 2 de junio de 2014, Juergen Borleis j...@pengutronix.de escribió: Hi Guillermo, On Thursday 29 May 2014 19:28:10 Guillermo Rodriguez Garcia wrote: The mini2440 BSP ships with a platform-specific /etc/fstab file which does not mount a tmpfs filesystem in /run. Options

Re: [oselas] Mini2440: Use dhcp in barebox but not in kernel

2014-06-16 Thread Guillermo Rodriguez Garcia
bootargs, however if ip=none and eth0.ipaddr is not explicitly defined, barebox will still do dhcp when necessary. What do you think about this? Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

[oselas] mini2440: NOR flash access from barebox

2014-08-26 Thread Guillermo Rodriguez Garcia
dive further into the code, is this expected? Note: I am using OSELAS.BSP-Pengutronix-Mini2440-2013.10.0 Thank you, -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] mini2440: NOR flash access from barebox

2014-08-29 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2014-08-29 10:18 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Tuesday 26 August 2014 17:25:41 Guillermo Rodriguez Garcia wrote: I am playing with the NOR flash of the mini2440 from barebox and noticed that the protection status seems to be ignored

Re: [oselas] mini2440: NOR flash access from barebox

2014-08-29 Thread Guillermo Rodriguez Garcia
2014-08-29 11:51 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Friday 29 August 2014 11:42:50 Guillermo Rodriguez Garcia wrote: 2014-08-29 10:18 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Tuesday 26 August 2014 17:25:41 Guillermo Rodriguez Garcia

Re: [oselas] mini2440: NOR flash access from barebox

2014-09-01 Thread Guillermo Rodriguez Garcia
-2011.05 so if that's OK I will provide the patches based on that. Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] mini2440: NOR flash access from barebox

2014-09-01 Thread Guillermo Rodriguez Garcia
Minor correction: 2014-09-01 10:23 GMT+02:00 Guillermo Rodriguez Garcia guille.rodrig...@gmail.com: Hi Juergen, I have just send a patchset to the list. My suggestion for the manual (perhaps at the end of section 5, Bring in the Bootloader Barebox), could be something similar

[oselas] [mini2440] Replacing udev with mdev

2014-09-01 Thread Guillermo Rodriguez Garcia
the init scripts, and I don't see where these are defined. There is one place at the /etc/init.d/udev script where these links are created manually, but this code is not run if devtmpfs is mounted (which is the case here) Can anyone help? Thank you, Guillermo Rodriguez Garcia guille.rodrig

Re: [oselas] [mini2440] Replacing udev with mdev

2014-09-01 Thread Guillermo Rodriguez Garcia
I will answer my own question: These nodes are created by udev but not defined in any rule files. They are hardcoded into the udev sources. Guillermo Rodriguez Garcia guille.rodrig...@gmail.com 2014-09-01 13:11 GMT+02:00 Guillermo Rodriguez Garcia guille.rodrig...@gmail.com: Hello all, I am

Re: [oselas] [mini2440] Replacing udev with mdev

2014-09-01 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2014-09-01 15:20 GMT+02:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Monday 01 September 2014 13:11:48 Guillermo Rodriguez Garcia wrote: I am playing around to see if I can replace udev with mdev for the mini2440. Most of it is working but as soon as I remove udev

[oselas] [mini2440] barebox nand flash erase and jffs2 cleanmarkers

2015-01-20 Thread Guillermo Rodriguez Garcia
. Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] [ANNOUNCE] Mini2440: 2015.01.0 Release of the Free Board Support Package is now available

2015-01-31 Thread Guillermo Rodriguez Garcia
...@kreuzholzen.de escribió: Hi Guillermo, Guillermo Rodriguez Garcia wrote: Good news! I have two questions. I know kernels 3.10 and 3.11 were broken for the s3c2440 but is there a reason why you dropped support for kernels between 3.4 and 3.10? The reason I am asking is that I am myself using 3.7

Re: [oselas] [ANNOUNCE] Mini2440: 2015.01.0 Release of the Free Board Support Package is now available

2015-01-31 Thread Guillermo Rodriguez Garcia
be found here: http://www.oselas.org/oselas/bsp/pengutronix/index_en.html Comments and contributions are welcome. Enjoy! Your Pengutronix Development Team -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

[oselas] [mini2440] supervivi sets wrong RAM size for s3c2440

2015-02-24 Thread Guillermo Rodriguez Garcia
=3e19d858760a138cb8cba92a2395036bd70937e3#l272 -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [oselas] [mini2440] supervivi sets wrong RAM size for s3c2440

2015-02-26 Thread Guillermo Rodriguez Garcia
Hi Juergen, 2015-02-26 11:42 GMT+01:00 Guillermo Rodriguez Garcia guille.rodrig...@gmail.com: 2015-02-26 10:53 GMT+01:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Thursday 26 February 2015 09:32:56 Guillermo Rodriguez Garcia wrote: 2015-02-25 23:10 GMT+01:00 Juergen Borleis juer

Re: [oselas] [mini2440] supervivi sets wrong RAM size for s3c2440

2015-02-26 Thread Guillermo Rodriguez Garcia
2015-02-26 10:53 GMT+01:00 Juergen Borleis j...@pengutronix.de: Hi Guillermo, On Thursday 26 February 2015 09:32:56 Guillermo Rodriguez Garcia wrote: 2015-02-25 23:10 GMT+01:00 Juergen Borleis juer...@kreuzholzen.de: Guillermo Rodriguez Garcia wrote: [...] Question: Does it make sense

Re: [oselas] [mini2440] supervivi sets wrong RAM size for s3c2440

2015-02-26 Thread Guillermo Rodriguez Garcia
Hi Juergen, Thanks for your answer: 2015-02-25 23:10 GMT+01:00 Juergen Borleis juer...@kreuzholzen.de: Guillermo Rodriguez Garcia wrote: [...] Question: Does it make sense to patch the mini2440 initialisation code in [1] so that the SDRAM controller is always initialised, even if running