|
2011-09-18
, 03:14
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#62
|
|
2011-09-18
, 06:53
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#63
|
sudo flasher flasher-3.5 -k image.bin -l -b
The Following 5 Users Say Thank You to pali For This Useful Post: | ||
|
2011-09-18
, 09:13
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#64
|
|
2011-09-18
, 09:28
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#65
|
The Following User Says Thank You to pali For This Useful Post: | ||
|
2011-09-18
, 11:41
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#66
|
|
2011-09-18
, 11:50
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#67
|
|
2011-09-18
, 12:41
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#68
|
|
2011-09-19
, 19:29
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#69
|
|
2011-09-21
, 11:15
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#70
|
Source code are on gitorious: https://gitorious.org/u-boot-shr/u-b...ts/pali-master
@mirakels:
mmcnum for SD card was in ali's patch 0 and for eMMC 2. I used ali's patch, so ask ali if it is correct, I'm not sure.
Booting from SD or eMMC is done in this order:
1. try to load boot script /boot.scr from first FAT partition
2. try to load kernel image /uImage from fisrt FAT partition
3. try to load boot script /boot.scr from second FAT partition
4. try to load kernel image /uImage from second FAT partition
5. same for 3. and 4. FAT partition
... same as 1-5 but try partition type Ext
boot script is U-Boot language Hush text script converted by mkimage
uImage is kernel image generated from zImage/uImage by mkimage
@Radicalz38:
maybe it is really problem with different HW revisions. First try to only load image, not flashing!!! This prevent infinite reboot loop.
If you have a problem with booting glued kernel image, choose "U-Boot console" in menu and write "run noloboot". Then if you can write output.Code:wget http://atrey.karlin.mff.cuni.cz/~pali/u-boot+pr1.3+fb.bin -O image.bin sudo flasher flasher-3.5 -k image.bin -l -b
Also use pr1.3 kernel image with framebuffer support (u-boot+pr1.3+fb.bin), maybe you will see some more errors in console.
I noticed the bootmenu allows to boot from Internal eMMC or SDcard.
For eMMC it chooses mmcnum 2and for SDcard mmcnum 0. Is this correct?
Looking on the n900 I see eMMC on mmcblk0 and SDcard on mmcblk1.
So I would expect mmcnum 0 for eMMC boot and mmcnum 1 for SDcard.
Or am i Missing something?
I like to setup a sdcard with nitdroid and start it using u-boot SDcard...
Do you know how the nitdroid kernel should be 'formatted' te bea ble to boot it roperly. I expect I need to pass some kernel perms to select rootfs etc, but
I am a bit confused on how to do that...
Thanks for any help!