Reply
Lubuntu
rebuild U-Boot problem
看全部
6
#
ivan_ucherdjiev
2015-6-12 04:08:58
ah my bad from it is made to boot from flash and cannot find boot there
7
#
ivan_ucherdjiev
2015-6-12 04:23:39
If I am right here
"boot_normal=sunxi_flash read 40007800 boot;boota 40007800\0" \
"boot_recovery=sunxi_flash read 40007800 recovery;boota 40007800\0" \
sunxi_flash sould be changed to mmc but the the numbers, i do not know for what are they and should they be changed
8
#
fritz
2015-6-12 05:01:00
CORRECT!
Now what should be in
boot_normal=
What should u-boot boot and from where (filesystem,partition) it should boot
little help maybe:
http://linux-sunxi.org/U-boot
http://linux-sunxi.org/UEnv.txt
The numbers let them be as they are
9
#
ivan_ucherdjiev
2015-6-12 05:23:34
so maybe it should be
"boot_normal=mmc read 40007800 uImage; boota 40007800\0" \
or
"boot_normal=mmc read 40007800 dev/sdc1/uImage; boota 40007800\0" \
Am i right?
10
#
ivan_ucherdjiev
2015-6-12 05:27:00
Edited by ivan_ucherdjiev at 2015-6-12 05:42
hmm or
"boot_normal=fatload mmc 0 40007800 uImage; bootm 40007800\0" \
am i right?
by the way thank you very much for your support I am new in linux but i want to learn
Reply
PrevPage
1
2
3
4
.. 5
/ 5 pages
NextPage