[U-Boot] setting correct count on u-boot
myworktask
myworktask at gmail.com
Thu Dec 4 13:28:34 CET 2014
I defined u-boot parameters so I can get it running
now I get:
reading kernel..device 0 Start 1263, Count 8192
MMC read: dev # 0, block # 1263, count 8192 ... 8192 blocks read: OK
completed
reading RFS..device 0 Start 9455, Count 2048
MMC read: dev # 0, block # 9455, count 2048 ... 2048 blocks read: OK
completed
this fails to load the kernel
however in a working example I have I get :
reading kernel..device 0 Start 1263, Count 10240
MMC read: dev # 0, block # 1263, count 10240 ... 10240 blocks read: OK
completed
reading RFS..device 0 Start 11503, Count 2048
MMC read: dev # 0, block # 11503, count 2048 ... 2048 blocks read: OK
completed
I need to update the count on "reading kernel" from 8192 to 10240
how can I do it?
thank you
--
View this message in context: http://u-boot.10912.n7.nabble.com/setting-correct-count-on-u-boot-tp198152.html
Sent from the U-Boot mailing list archive at Nabble.com.
More information about the U-Boot
mailing list