pali
|
2011-10-14
, 17:30
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#151
|
|
2011-10-14
, 22:04
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#152
|
|
2011-10-14
, 22:26
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#153
|
|
2011-10-15
, 17:08
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#154
|
|
2011-10-16
, 21:48
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#155
|
my u-boot now allows to copy the initial atags and append cmdline and ramdisk images to it.
Nitdroid now comes up without panics, completely ignoring the maemo rootfs.
Only thing still is the firmware. I'll probably just copy the firmware files tot hte nitdroid partition. Will test later tonight.
The Following 7 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2011-10-17
, 07:39
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#156
|
The Following 3 Users Say Thank You to mirakels For This Useful Post: | ||
|
2011-10-17
, 09:47
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#157
|
|
2011-11-01
, 11:25
|
Posts: 20 |
Thanked: 14 times |
Joined on Oct 2011
|
#158
|
|
2011-11-01
, 11:40
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#159
|
u-boot is a nice piece of software.
I just stuck with
1. loading initramfs. Could you please show a command for that?
2. I've seen fatload working (once). How can I do the same for ext2. Example?
3. Most recent u-boot+PR1.3 kernel -? At http://al.robotfuzz.com/~al/maemo/u-boot/ ?
|
2011-11-11
, 17:16
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#160
|
relocaddr: .word .
adr r0, relocaddr @real address of section ldr r1, relocaddr @correct address of section after relocation sub r0, r0, r1 @calculate offset