re.
Cheers,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
___
oselas mailing list
oselas@community.pengutronix.de
karound to have the system log in systemd?
Hmm, are you sure, you need syslogd anymore in the presence of systemd?
Regards,
Jürgen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www
", KERNELS=="input[0-9]*",
ATTRS{name}=="pwm-beeper", SYMLINK+="input/beeper"
You must do it in this way, due to the kernel brings up the drivers
concurrently. So there is no guarantee of the device order even
if you do not add new devices!
Reg
chain options
---> [ ] Link only needed libraries (ld --as-needed)
jb
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
___
oselas mailing list
oselas@community.pengutronix.de
ago I made the calculation for
the S3C2440 SoC...must read the datasheets again first.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Mini2440.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
___
oselas mailing list
oselas@community.pengutronix.de
on from the file when this parameter is 'k'.
Useful to keep Linux kernel module loadable at run-time"
Regards,
Juergen
[1]
http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf
--
Pengutronix e.K.
Hi Ian,
ian c wrote:
> I would like to enable the FFMPEG on BSP. I checked ptxdist 2013.03.0
> ffmpeg.in rule file it is stated that this package belongs to application
> section. When I checked the application section on menuconfig, it is not
> showing up the ffmpeg there. I tried to copy the ffm
meaning of my sentence "The
rng-tools package is part of PTXdist since 2014.10.0." ;)
You can backport the rules (rng-tools.*) from the current PTXdist to your BSP.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions
re using
an older release you can't find it.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | Phone: +49-5121-206917-5128 |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Fax: +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686
d
feature.
Regards,
Juergen
[1]
http://unix.stackexchange.com/questions/110608/iptables-the-meaning-of-error-no-valid-subcommand-given
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | Phone: +49-5121-206917-5128 |
03.0 or use a more recent PTXdist release instead and
run "ptxdist migrate" to adapt your existing BSP to this recent PTXdist
version.
Regards,
Juergen
BTW: http://www.netmeister.org/news/learn2quote.html
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Hi Ian,
ian c wrote:
> Downloaded the latest iptables.in and iptables.make from oselas git
> repository. I enabled the iptables in ptxdist menuconfig under
> networking.When I build it, it encounter error:md5sum for 'iptables' ...
> missing. How do I add that missing md4sum? I could not find it in
Hi Rudi,
Lappies wrote:
> Hello Jörg,
Nearly. My name is Jürgen...
From the other mail:
> and here the bootlog, sorry
Hmm,
> U-Boot 1.3.2-mini2440 (Feb 24 2010 - 13:04:49)
> [...]
Seems no software from our Mini2440 BSP.
> [...]
> Linux version 2.6.39.1 (root@testbox) (gcc version 4.3.2 (Sou
it://git.pengutronix.de/git/barebox.git
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Hi Gautam,
mind entropy wrote:
> On Mon, Mar 2, 2015 at 3:01 PM, Juergen Borleis wrote:
> > On Saturday 28 February 2015 06:48:48 mind entropy wrote:
> >> On Sat, Feb 21, 2015 at 12:21 PM, mind entropy
> >> > wrote:
> >> > I am trying to understa
till execute permissions?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
On Monday 02 March 2015 10:38:42 Marc Kleine-Budde wrote:
> On 03/02/2015 10:30 AM, Juergen Borleis wrote:
> > Maybe you should do more validating tests.
> >
> > PROC_TO_KILL=`pidof data.hhp`
> > if [ -n "${PROC_TO_KILL}" ]; then
> > ps "${P
should look in the NAND datasheet related
> > to this?
>
> Can somebody please give some help here.
It seems the new NAND flash is faster than the old one. So you can continue to
use the older (and slower) timings. No real need to change anything.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ting tests.
PROC_TO_KILL=`pidof data.hhp`
if [ -n "${PROC_TO_KILL}" ]; then
ps "${PROC_TO_KILL}" > /dev/null
if [ $? -eq 0 ]; then
kill "${PROC_TO_KILL}"
fi
fi
> Something has changed, any suggestions appreciated.
And many shel
r 1
Do you use the plain BSP or did you add some modifications (local packages for
example)?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
his kernel. This will show the stack backstrace with symbols
which may help to find the real cause of your kernel Oops.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
broke up, correct?
Can you send us the whole boot log (from power on, until it fails)?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
dist
tries to download the archive via "wget"?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.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 :
> > Guillermo Rodriguez Garcia wrote:
> >> [...]
> >> Question: Does it make sense to patch the mini2440 initialisation code
&g
Hi Richard,
Richard ORENGO wrote:
> Recently, have installed PTXDIST on a mini2440.
>
> Need to develop kernel driver. Is there a way to "make module" outside
> ptxdist environment ?
Sure. The kernel's buildsystem is prepared for this use case and PTXdist just
make use it. The content of "Docume
Hi Rudi,
Lappies wrote:
> could someone point me please in thr right direction?
>
> My mini2440 was up and running for 3 year no, without any problems.
> This morning I waked up and my Alarm clock was blinking, so it mean the
> electricity was gone this night.
>
> My mini2440 doesn´t start anymore
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 as a 2nd stage bootloader?
You can't do so. Running from RAM and initializing it will crash the actually
Hi Oliver,
On Wednesday 11 February 2015 15:54:10 Juergen Borleis wrote:
> On Wednesday 11 February 2015 15:23:38 oliver.gra...@neuhaus.de wrote:
> > [...]
> >
> > > 2) please build everything with "-ji1" if you send such failure
> > > reports.
> &
glibc 2.20 changed regarding the crypt_r
> call?
Don't know yet.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
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 for some time (an
OSELAS.BSP-Pengutronix-Mini2440
---
Long time no release...
Pengutronix offers the 2015.01.0 release of its Board Support Package for
FriendlyARM's popular Mini2440.
It provides all required components to get this embedded target
arebox specific than Mini2440 specific.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
checking pkg-config is at least version 0.9.0... yes
[...]
There is no simple solution, this package needs an update.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
On Monday 12 January 2015 17:04:18 M_O_Bz wrote:
[ ]
-ENOCONTEXT
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Hi Ian,
On Thursday 18 December 2014 11:54:29 ian c wrote:
> [...]
> Here is the boot up log for reference:
> [..]
Arrghh, you really want me to read that??
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux
ould upgrade your BSP to the new PTXdist revision.
Upgrading single packages may work, but also may fail due to changed
dependencies.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
provide some light.
No system here to test it. Just guessed what could be done.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
-
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | Phone: +49-5121-206917-5128 |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Fax: +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ |
Hi,
mind entropy wrote:
> On Sat, Nov 8, 2014 at 12:45 AM, Juergen Borleis
>
> wrote:
> > mind entropy wrote:
> >> I am developing a small BSP and I am trying to configure my SDRAM.
> >>
> >> In the barebox configuration of SDRAM the BK76MA
mind entropy wrote:
> I am developing a small BSP and I am trying to configure my SDRAM.
>
> In the barebox configuration of SDRAM the BK76MAP has the value of
> 001 i.e. 64MB/64MB (
> http://git.pengutronix.de/?p=barebox.git;a=blob;f=arch/arm/boards/friendlya
>rm-mini2440/config.h;h=347930224
consumption of your application or really
file sizes?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
your system
- and you now face this error?
Correct?
Did you try to rebuild the BSP after the system upgrade? Maybe some tools or
search pathes PTXdist relies on were changed. At least the upgrade changed
something Python related. Why the behaviour differs between your netbook and
desktop P
could test it on your hardware.
Happy hacking
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
fines the size of the whole image file to be created.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
artition spare {
> size = 256M
> partition-type = 0x83
> }
> size=1024M
> }
Locate behind the second visible partition a third visible (but empty)
partition.
Happy hacking
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ur PTXdist?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
b/ptxdist-/rules/qt4.make
[...]
QT4_MD5 := 2edbe4d6c2eff33ef91732602f3518eb
[...]
But I wonder why you have an archive with a different checksum.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ead.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
in your older PTXdist-2013.12 release.
You can copy the /rules/util-linux-ng.make rule file into your local
BSP rules/directory and add the "fstrim" in the same way like the other tools
gets installed in the targetinstall stage in this file.
But note: its untested. Don
/stderr entries
Are you sure, you need these entries? It seems to me it is used in very rare
cases.
jbe
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
tion or development (it is still possible to boot
> the system by manually using the 'boot' command)
\o/ Thanks, I'm going to test it in the next days.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
nly. Then I will update the Barebox in the BSP as well.
This update is already on my todo-list for a long time, because I also want to
support bootspec and better NFS support on the Mini2440 (which does not work
with the 2011 revision).
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.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 :
> > Hi Guillermo,
> >
> > On Tuesday 26 August 2014 17:25:41 Guillermo Rodriguez Garcia wrote:
> >> I am playing with the NOR flash of
her/his NAND flash
which prevents her/his Mini2440 from booting, I never touched this NOR yet.
Sorry, cannot help yet.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ve the
BSP-local rule file.
If you do your development via NFS root, handling a workflow like this is very
easy.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
st itself.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ptxdist go".
This will run all the 'targetinstall' stages again.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
it is not binary
> applications with sources that I want to add juste a file.sh) to the root
> file system with respect to the rules of PTXdist.
$ ptxdist newpackage file
Then adapt the new rule file according to your needs.
Regards,
Juergen
--
Pengutronix e.K.
plication sources.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
m separately.
I don't know the reason why it fails. I only asked a few questions which came
into my mind in the hope they point you into the right direction.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
rent SD card (smaller card for example -> bad partition table in this
case).
Regards
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
. ARMv7 Did you build this kernel with PTXdist inside the Mini2440 BSP?
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
releases only (but you are right, I should change
the text). I still maintain the BSP in the GIT repository. Linux-3.15 is
coming-in soon.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
bols
> is around 1.8MB.
1.8 MiB sounds more reasonable (compared to my experience).
Happy hacking,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
tronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ry. Their kernel is ways too old.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
th support with any patch/configuration. Does anyone of you tried
> it or knows how should I do that?
>
> Thank you for any help in advance!
I guess you must recompile this old kernel to get the 32 bpp support.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
ad command on your Mini2440 target should give you the Mini2440
point of view.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
to change it
according to your needs.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
ix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
f adapting it to current needs. Your opinion?
>
> Yes, that would be fine too.
Thank you for your feedback. I will push this change today.
Regards,
Jürgen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
d it seems
it now does the job for us. So I would prefer to remove the BSP local fstab
entirely instead of adapting it to current needs. Your opinion?
Regards,
Jürgen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
"options" which expect it?
I will apply it, thanks.
Regards,
Jürgen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
kind of issues is the developer's daily
job...
Happy hacking
Jürgen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
e. Keep this in mind. Maybe you need to adapt the patches first.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
series.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
port. But you can try with a plain
GPIO instead. A driver to do so is part of the kernel. Enable it, configure it
and try it.
Happy hacking,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
e to send a patch to remove it from the repo.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
I cannot get the target to
> boot.
Maybe it already boots, but you just don't catch its output. Try harder ;)
> I may be missing something obvious but don't know where to look next.
Hard to say from here. I haven't an x86 at hand, so I can't do a quick test.
Regar
Hi Stella,
please keep the mailing list on CC.
On Monday 12 May 2014 14:26:50 Stella GZ wrote:
> On 12 May 2014 14:20, Juergen Borleis wrote:
> > On Monday 12 May 2014 14:12:08 Stella GZ wrote:
> > > [...]
> > > GRUB seems to start ok
> > >
> >
kin/mini2440-linux/tree/mini2440-3.11
You are free to do so. IIRC there are many repos like this around (more or less
maintained).
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
i Slaby (supporter:TTY LAYER)
linux-ser...@vger.kernel.org (open list:SERIAL DRIVERS)
linux-ker...@vger.kernel.org (open list)
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
to make JFFS2 what you want it to do.
BTW: I did not found any hint in the source code. But JFFS2 at all supports
only very few mount options. Refer fs/jffs2/super.c, line 172, table "tokens".
But I'm not sure what other filesystem layers on top of JFFS2 do.
Regards,
Juergen
--
Hi Guillermo,
On Wednesday 07 May 2014 10:32:14 Guillermo Rodriguez Garcia wrote:
> 2014-05-07 10:03 GMT+02:00 Juergen Borleis :
> >> [...]
> >>
> >> But this is where it starts to get confusing. I don't quite understand
> >> the difference between the
manual[1]?
Regards,
Juergen
[1]
http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
0 SoC related drivers the corresponding Linux mailing lists are the
correct destination. Upstream is always the best solution. Sometimes the
changes get not accepted, then I collect and keep them in my BSP.
Just show us your modifications and we can discuss how to deal with them.
Regards,
Juerg
order PTXdist searches is:
/rules
/rules
/rules
And if you think your changes are useful for other users as well, send the diff
from the PTXdist files to your files to the PTXdist mailing list.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
L
Hi Guillermo,
On Monday 05 May 2014 14:43:01 Guillermo Rodriguez Garcia wrote:
> Thank you for your answer.
You are welcome.
> 2014-05-05 10:01 GMT+02:00 Juergen Borleis :
> > On Friday 02 May 2014 09:52:14 Guillermo Rodriguez wrote:
> > > I need to use serial port 0 for my
>
> Any hints on what may be happening? Is there something in the boot/init
> process that expects a non-null console setting?
Did you try with "console=" instead as well?
And did you also disable the login?
Regards,
Juergen
--
Pengutronix e.K. |
a copy of the 3.12 config, which is a copy of the 3.11 config...
All these kernel images will not fit into the NAND kernel partition due to
enabled debug symbols. m( ...I'm going to change it.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
Hi Stella,
On Monday 28 April 2014 17:49:28 Stella GZ wrote:
> Juergen Borleis writes:
> > > Hope this helps,
> >
> > Yes. Don't know why it didn't happen to me earlier, but with your program
> > the system stops in about a few seconds. Same happens wit
Hi Stella,
On Friday 25 April 2014 14:13:39 Stella GZ wrote:
> Juergen Borleis writes:
> > > > Due to the fact it is very hard to reproduce I have no new
> > > > information on that issue. It still hasn't hit me. It seems it
> > > > depends on the user
Hi Stella,
On Friday 25 April 2014 11:05:43 Stella GZ wrote:
> On 25 April 2014 10:58, Juergen Borleis wrote:
> > Hi Stella,
> >
> > On Friday 25 April 2014 10:09:56 Stella G wrote:
> > > I guess I am the third person to report this.
> > >
> >
ds,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
Read section 4.2.3. in the manual [2] for further details.
Regards,
Juergen
[1] http://www.pengutronix.de/mailinglists/index_en.html
[2]
http://www.pengutronix.de/oselas/bsp/pengutronix/download/OSELAS.BSP-Pengutronix-Mini2440-Quickstart.pdf
--
Pengutronix e.K. |
99 matches
Mail list logo