Giter Club home page Giter Club logo

mini2440's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

mini2440's Issues

mini2440 won't boot

I got the mini2440 from FriendlyARM reseller to write a program for it. 
Since I wanted to develop in X11/GTK, after little research I found that I 
needed GPE. Further research revealed that there is an image available 
with the instructions at: http://narnia.cs.ttu.edu/drupal/node/131.

However, trying to drop the gpe image on the device won't work. I followed 
an instructions, but when I reset the device, it didn't reboot and went to 
the error message on my HyperTerminal. Then I threw the original kernel 
image that came with the device. It didn't boot again, but now it didn't 
boot at all.

Here is some info:

MINI2440 # nand info

Device 0: NAND 256MiB 3,3V 8-bit, page size 2048, sector size 128 KiB

I would like to have a working X11/GPE mini2440 device to start debugging 
my program.

Is there a working solution somewhere either locally or on the Web?

Thank you.

Original issue reported on code.google.com by [email protected] on 3 Mar 2010 at 2:27

librt.so.1: could not read symbols: Invalid operation

What steps will reproduce the problem?
1. ./configure --target-list=arm-softmmu
2. make
3.
LINK  arm-softmmu/qemu-system-arm
/usr/bin/ld: vl.o: undefined reference to symbol 'timer_settime@@GLIBC_2.3.3'
/usr/bin/ld: note: 'timer_settime@@GLIBC_2.3.3' is defined in DSO 
/lib/x86_64-linux-gnu/librt.so.1 so try adding it to the linker command line
/lib/x86_64-linux-gnu/librt.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [qemu-system-arm] Error 1
make: *** [subdir-arm-softmmu] Error 2

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
git://repo.or.cz/qemu/mini2440.git

gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)

Original issue reported on code.google.com by [email protected] on 16 Jun 2013 at 1:16

Only base console image....

Taking a look on the download area I can find just "console image"; well... may 
be more useful a (working) gpe based image or a full working instruction to 
build something WORKING with openembedded or other tools instead of providing 
"totally unsupported" script... it's a matter of professionality!!!

Original issue reported on code.google.com by [email protected] on 31 Jul 2010 at 12:34

Kernel headers are not correct in OE build

What steps will reproduce the problem?
1. Build mini2440-image recipe
2. Flash the kernel uImage to the board
3. reset and watch

What is the expected output? What do you see instead?
Expecting linux boot. Instead of that the kernel boot hangs. Displayed 
load and exec addresses are incorrect - observed 0x20008000, expected 
0x30008000. Probably incorrectly defined mkimage arguments?

What version of the product are you using? On what operating system?
Both dev and stable branches

Please provide any additional information below.
Failed boot:
Boot with OE kernel (failed):
Loading from NAND 64MiB 3,3V 8-bit, offset 0x60000
   Image Name:   Angstrom/2.6.31+git/mini2440
   Created:      2009-08-01   5:22:26 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2394244 Bytes =  2.3 MB
   Load Address: 20008000
   Entry Point:  20008000
## Booting kernel from Legacy Image at 32000000 ...
   Image Name:   Angstrom/2.6.31+git/mini2440
   Created:      2009-08-01   5:22:26 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2394244 Bytes =  2.3 MB
   Load Address: 20008000
   Entry Point:  20008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

---------------------------------------------------

Boot with normal kernel (kernel git with codesourcery toolchain), mkimage 
at the end:

Loading from NAND 64MiB 3,3V 8-bit, offset 0x60000
   Image Name:
   Created:      2009-07-31   7:57:24 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2059584 Bytes =  2 MB
   Load Address: 30008000
   Entry Point:  30008000
## Booting kernel from Legacy Image at 32000000 ...
   Image Name:
   Created:      2009-07-31   7:57:24 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2059584 Bytes =  2 MB
   Load Address: 30008000
   Entry Point:  30008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing 
Linux.............................................................
...........................
(and loading continues ...)

Original issue reported on code.google.com by [email protected] on 3 Aug 2009 at 8:36

bitbake error from czech repository

I am using the openembedded from the czech mini2440 repository and when I
try to compile a gpe-image I am getting this error


NOTE: Running task 5615 of 6832 (ID: 2025,
/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_unpack)
NOTE: Unpacking ../sources/gpe-mixer-0.42.tar.gz to
tmp/work/armv4t-angstrom-linux-gnueabi/gpe-mixer-0.42-r1/
NOTE: Running task 5616 of 6832 (ID: 2026,
/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_patch)
NOTE: Applying patch 'gpemixer-no-host-includes.patch'
(recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch)
NOTE: Applying patch 'fix-install.patch'
(recipes/gpe-mixer/gpe-mixer/fix-install.patch)
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Build of /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb do_patch
failed
Traceback (most recent call last):
  File "/oeroot/base/bitbake/bin/bitbake", line 143, in <module>
    main()
  File "/oeroot/base/bitbake/bin/bitbake", line 140, in main
    cooker.cook()
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 643, in cook
    return self.buildTargets(pkgs_to_build)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 550, in buildTargets
    failures = rq.execute_runqueue()
  File "/oeroot/base/bitbake/lib/bb/runqueue.py", line 841, in execute_runqueue
    self.execute_runqueue_internal()
  File "/oeroot/base/bitbake/lib/bb/runqueue.py", line 950, in
execute_runqueue_internal
    self.cooker.tryBuild(fn)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 136, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 110, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 278, in exec_task
    exec_func(task, localdata)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "do_patch", line 4, in <module>
  File "do_patch", line 2, in do_patch
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "base_do_patch", line 4, in <module>
  File "base_do_patch", line 2, in base_do_patch
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "patch_do_patch", line 100, in <module>
  File "patch_do_patch", line 98, in patch_do_patch
  File "<bb>", line 347, in Resolve
__builtin__.CmdError: Command Error: exit status: 1  Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Task 2026 (/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb,
do_patch) failed
NOTE: Tasks Summary: Attempted 5615 tasks of which 5117 didn't need to be
rerun and 1 failed.
ERROR: '/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb' failed
mahesh@mahesh-laptop:/oeroot/base$ bitbake gpe-image
NOTE: Handling BitBake files: / (6668/6668) [100 %]
NOTE: Parsing finished. 6372 cached, 0 parsed, 296 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
ERROR: Multiple .bb files are due to be built which each provide bluez-libs
(/oeroot/base/recipes/bluez/bluez4_4.35.bb
/oeroot/base/recipes/bluez/bluez-libs_3.36.bb).
 This usually means one provides something the other doesn't and should.
NOTE: Executing runqueue
NOTE: Running task 5616 of 6832 (ID: 2026,
/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb, do_patch)
NOTE: Applying patch 'gpemixer-no-host-includes.patch'
(recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch)
NOTE: Applying patch 'fix-install.patch'
(recipes/gpe-mixer/gpe-mixer/fix-install.patch)
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing: /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit status: 1 
Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Build of /oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb do_patch
failed
Traceback (most recent call last):
  File "/oeroot/base/bitbake/bin/bitbake", line 143, in <module>
    main()
  File "/oeroot/base/bitbake/bin/bitbake", line 140, in main
    cooker.cook()
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 643, in cook
    return self.buildTargets(pkgs_to_build)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 550, in buildTargets
    failures = rq.execute_runqueue()
  File "/oeroot/base/bitbake/lib/bb/runqueue.py", line 841, in execute_runqueue
    self.execute_runqueue_internal()
  File "/oeroot/base/bitbake/lib/bb/runqueue.py", line 950, in
execute_runqueue_internal
    self.cooker.tryBuild(fn)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 136, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data)
  File "/oeroot/base/bitbake/lib/bb/cooker.py", line 110, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 278, in exec_task
    exec_func(task, localdata)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "do_patch", line 4, in <module>
  File "do_patch", line 2, in do_patch
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "base_do_patch", line 4, in <module>
  File "base_do_patch", line 2, in base_do_patch
  File "/oeroot/base/bitbake/lib/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/oeroot/base/bitbake/lib/bb/build.py", line 136, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/oeroot/base/bitbake/lib/bb/utils.py", line 171, in better_exec
    exec code in context
  File "patch_do_patch", line 100, in <module>
  File "patch_do_patch", line 98, in patch_do_patch
  File "<bb>", line 347, in Resolve
__builtin__.CmdError: Command Error: exit status: 1  Output:
Applying patch fix-install.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.old   2009-05-09 21:11:12.000000000 +0200
|+++ Makefile   2009-05-09 21:11:39.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch fix-install.patch does not apply (enforce with -f)
ERROR: Task 2026 (/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb,
do_patch) failed
NOTE: Tasks Summary: Attempted 5615 tasks of which 5615 didn't need to be
rerun and 1 failed.
ERROR: '/oeroot/base/recipes/gpe-mixer/gpe-mixer_0.42.bb' failed
mahesh@mahesh-laptop:/oeroot/base$ (nautilus:5054): Eel-WARNING **:
"nautilus-metafile.c: metafiles" hash table still has 3 elements at quit
time (keys above)
bash: syntax error near unexpected token `:'

Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 3:43

ARM MINI2440 Boot Failure

What steps will reproduce the problem?
1. we press the Reset button. Now i connect to hyper terminal.It doesn't show 
booting option.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jan 2011 at 5:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.