| The Following 7 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-28-2012
, 01:09 PM
|
|
|
Posts: 573 |
Thanked: 847 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#2
|
| The Following User Says Thank You to int_ua For This Useful Post: | ||
|
|
05-28-2012
, 01:11 PM
|
|
Posts: 1,590 |
Thanked: 6,087 times |
Joined on May 2010
|
#3
|
| The Following 6 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-28-2012
, 01:29 PM
|
|
|
Posts: 573 |
Thanked: 847 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#4
|
you can use flasher-3.5 to boot directly zImage kernel (then u-boot will not be started)
| The Following User Says Thank You to int_ua For This Useful Post: | ||
|
|
05-28-2012
, 01:37 PM
|
|
Posts: 1,590 |
Thanked: 6,087 times |
Joined on May 2010
|
#5
|
| The Following 6 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-28-2012
, 02:32 PM
|
|
|
Posts: 573 |
Thanked: 847 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#6
|
|
|
05-28-2012
, 02:45 PM
|
|
Posts: 1,590 |
Thanked: 6,087 times |
Joined on May 2010
|
#7
|
But since the tool opens any file it's not necessary for anyone to compile and run it, you can just collect
# cat /proc/atags > /home/user/MyDocs/atags
results, right? Is it really necessary to dump them with this tool?
|
|
05-28-2012
, 03:36 PM
|
|
Posts: 103 |
Thanked: 52 times |
Joined on Sep 2010
@ Mbabane
|
#8
|
|
|
05-28-2012
, 03:50 PM
|
|
|
Posts: 573 |
Thanked: 847 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#9
|
that tool will read atags from file and convert it to readable form. So you can convert is also on your desktop. But I really do not want to see that atags binary file

sudo cat /proc/atags | gzip -9 > /home/user/MyDocs/atags_$(cat /proc/cpuinfo | grep Revision | grep -o "[0-9]\+")_$(osso-product-info | grep REGION | sed 's/.*=//' | grep -o "[a-zA-Z]\+").gz
|
|
05-28-2012
, 03:56 PM
|
|
Posts: 1,590 |
Thanked: 6,087 times |
Joined on May 2010
|
#10
|
Pali, how about you compile this for those of us who have no compilers close by? I'm sure many of us are willing to help you here
Ok, I will convert them for you
I think it would be easier for anyone just to use something like
without additional actions. Can we get the device region automatically? Any other additions to the name?Code:$ sudo cat /proc/atags | gzip -9 > /home/user/MyDocs/atags_$(cat /proc/cpuinfo | grep Revision | grep -o "[0-9]\{4\}").gz
| The Following 5 Users Say Thank You to pali For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
Marcel Mol written tool dumpatag which parse atags (also omap atags) to human readable form. His tool is on http://www.mesa.nl/~marcel/
Please run this tool on regular Maemo system WITHOUT INSTALLED U-BOOT
I need as many as possible atags dumps to see differences between them. Thanks!