pali
|
2012-03-11
, 12:43
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#61
|
The Following User Says Thank You to pali For This Useful Post: | ||
|
2012-03-11
, 12:54
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#62
|
pali - when i type "run noloboot" it boots maemo on stock kernel
what is nolo tags ? :/
i copy config and kernel v49 from archive from new u-boot thread and maemo is working on stock and power kernel v49.
|
2012-03-12
, 17:29
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#63
|
setenv atagaddr ${init_atagaddr} run sdboot
|
2012-03-12
, 17:40
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#64
|
|
2012-03-12
, 18:06
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#65
|
|
2012-03-12
, 19:03
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#67
|
$ grep ERRATA config-2.6.35-1-n900 # CONFIG_ARM_ERRATA_430973 is not set # CONFIG_ARM_ERRATA_458693 is not set # CONFIG_ARM_ERRATA_460075 is not set # CONFIG_ARM_ERRATA_743622 is not set $ grep ERRATA config-3.2.0-18-omap CONFIG_ARM_ERRATA_430973=y # CONFIG_ARM_ERRATA_458693 is not set # CONFIG_ARM_ERRATA_460075 is not set # CONFIG_ARM_ERRATA_720789 is not set CONFIG_ARM_ERRATA_743622=y # CONFIG_ARM_ERRATA_751472 is not set CONFIG_ARM_ERRATA_754322=y
The Following 3 Users Say Thank You to int_ua For This Useful Post: | ||
|
2012-03-12
, 20:02
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#68
|
Code:$ grep ERRATA config-2.6.35-1-n900 # CONFIG_ARM_ERRATA_430973 is not set # CONFIG_ARM_ERRATA_458693 is not set # CONFIG_ARM_ERRATA_460075 is not set # CONFIG_ARM_ERRATA_743622 is not set $ grep ERRATA config-3.2.0-18-omap CONFIG_ARM_ERRATA_430973=y # CONFIG_ARM_ERRATA_458693 is not set # CONFIG_ARM_ERRATA_460075 is not set # CONFIG_ARM_ERRATA_720789 is not set CONFIG_ARM_ERRATA_743622=y # CONFIG_ARM_ERRATA_751472 is not set CONFIG_ARM_ERRATA_754322=y
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2012-03-12
, 20:13
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#69
|
$ grep THUMB config-* config-2.6.35-1-n900:CONFIG_ARM_THUMB=y config-2.6.35-1-n900:# CONFIG_ARM_THUMBEE is not set config-2.6.35-1-n900:# CONFIG_THUMB2_KERNEL is not set config-3.2.0-18-omap:CONFIG_ARM_THUMB=y config-3.2.0-18-omap:# CONFIG_ARM_THUMBEE is not set config-3.2.0-18-omap:# CONFIG_THUMB2_KERNEL is not set config-3.2.0-18-omap:CONFIG_XZ_DEC_ARMTHUMB=y
The Following 4 Users Say Thank You to int_ua For This Useful Post: | ||
|
2012-03-12
, 20:31
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#70
|
Surprisingly, it's not (at least the kernel):
Code:$ grep THUMB config-* config-2.6.35-1-n900:CONFIG_ARM_THUMB=y config-2.6.35-1-n900:# CONFIG_ARM_THUMBEE is not set config-2.6.35-1-n900:# CONFIG_THUMB2_KERNEL is not set config-3.2.0-18-omap:CONFIG_ARM_THUMB=y config-3.2.0-18-omap:# CONFIG_ARM_THUMBEE is not set config-3.2.0-18-omap:# CONFIG_THUMB2_KERNEL is not set config-3.2.0-18-omap:CONFIG_XZ_DEC_ARMTHUMB=y
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||