|
2010-11-05
, 15:30
|
Posts: 277 |
Thanked: 46 times |
Joined on Jan 2010
|
#62
|
|
2010-11-05
, 21:04
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#63
|
Ooh, shiny! Need to find some time to try this out.
|
2010-11-05
, 22:05
|
Posts: 116 |
Thanked: 40 times |
Joined on Mar 2010
|
#64
|
setenv atags fatload mmc 1:3 0x80008000 uImage bootm 0x80008000 setenv bootargs root=/dev/mmcblk1p1 rootfstype=ext2 ro boot
|
2010-11-05
, 22:28
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#65
|
I've been sucessful in booting another kernel with boot.scr and another uImage.I want to know how to override the hardcoding of rootfs and rootfstype to ubi0 and mmcblk1p1. Here is what I have slepped together so far in boot.cmd for boot.scr generation.
exactly like that. Kernel loads then reboots. Any suggestions?Code:setenv atags fatload mmc 1:3 0x80008000 uImage bootm 0x80008000 setenv bootargs root=/dev/mmcblk1p1 rootfstype=ext2 ro boot
The Following User Says Thank You to lunat For This Useful Post: | ||
|
2010-11-05
, 22:32
|
Posts: 116 |
Thanked: 40 times |
Joined on Mar 2010
|
#66
|
|
2010-11-05
, 22:36
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#67
|
The Following User Says Thank You to lunat For This Useful Post: | ||
|
2010-11-05
, 22:47
|
Posts: 116 |
Thanked: 40 times |
Joined on Mar 2010
|
#68
|
|
2010-11-05
, 22:51
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#69
|
|
2010-11-05
, 22:53
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#70
|
The Following User Says Thank You to Matan For This Useful Post: | ||
Tags |
power kernel, uboot |
|
1- is there a command to extend uboot timer ?
2- is there a way to copy files for mmc (µSD) to Nand rootfs ?
(like /media/mmc1/lib/* to /lib/ )
3- is there a command in uboot to put the N900 into fllash mode ?
like a watchdog reset with flash mode parameter (dfu mode)?
BR,
Nerfiaux