dCore Import Debian Packages to Mountable SCE extensions > Allwinner A10
CubieBoard, Install to NAND
MapHtH:
Is it possible to install this on NAND in some way?
I've tried the livesuit but it doesn't work.
roberts:
AFAIK livesuit is a Windows program. I don't have or use Windows.
Installing to nand should be possible with proper changes to the appropriate boot files.
There is nothing inherit in the system that should prevent such.
MapHtH:
Yeah, I know that this is ancient, but can anyone help?
What scripts I would need to edit?
I followed this: http://www.cubieforums.com/index.php/topic,73.msg235.html#msg235
and this: http://linux-sunxi.org/Cubieboard/Installing_on_NAND
but it won't work.
bin file you can download here because it is gone from cubieboard forums.
MapHtH:
Do I need to compile my own uboot files?
MapHtH:
Now, I know that I need to modify boot.scr.
The problem is that if I use the following settings:
--- Code: ---setenv bootargs console=${console} init=/init rootwait panic=${panic} loglevel=${loglevel} ${extraargs}
ext4load nand 0:2 0x43000000 boot/script.bin
ext4load nand 0:2 0x48000000 boot/uImage
ext4load nand 0:2 0x43100000 boot/uCore
bootm 0x48000000 0x43100000
--- End code ---
and the image is set so that u-boot and other nand bootable files are on the fat partition 1 (nanda) and the kernel uImage, uCore, script.bin, uEnv.txt and boot.scr are on an ext4 partition (nandb)
However, whenever I use the posted boot.scr, it says something like wrong partition and it can't load any of the files, so it loads the kernel instead (and loads it from ext4 partition which means that it can read it), but nothing else which leads to a constant reboot.
Now, a question, does ext4load load partitions which need to be named linux way (nand1, nand2...) or can it read the android partition names (nanda, nandb...)?
How could I make this work? Do I need to use a different command to load the files?
Thanks
Navigation
[0] Message Index
[#] Next page
Go to full version