The Following 7 Users Say Thank You to pali For This Useful Post: | ||
|
2012-05-28
, 17:11
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#3
|
The Following 6 Users Say Thank You to pali For This Useful Post: | ||
|
2012-05-28
, 17:29
|
|
Posts: 676 |
Thanked: 1,067 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: | ||
|
2012-05-28
, 17:37
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#5
|
The Following 6 Users Say Thank You to pali For This Useful Post: | ||
|
2012-05-28
, 18:32
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#6
|
|
2012-05-28
, 18:45
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#7
|
|
2012-05-28
, 19:36
|
Community Council |
Posts: 686 |
Thanked: 1,237 times |
Joined on Sep 2010
@ Mbabane
|
#8
|
|
2012-05-28
, 19:50
|
|
Posts: 676 |
Thanked: 1,067 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
|
2012-05-28
, 19:56
|
Posts: 2,154 |
Thanked: 8,464 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: | ||
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!