UBOOT
git clone  https://github.com/jwrdegoede/u-boot-sunxi.git -b sunxi-devel

Kernel
git clone https://github.com/jwrdegoede/linux-sunxi.git -b sunxi-devel 
sunxi-devel-jwr

CONFIG
http://pastebin.com/vUEp0zce

BOOT.CMD

setenv bootargs console=tty0 console=ttyS0,115200 hdmi.audio=EDID:0 
disp.screen0_output_mode=EDID:1280x800p60 root=/dev/mmcblk0p1 
rootfstype=ext4 rootwait panic=10
ext4load mmc 0 0x43000000 boot/script.bin
ext4load mmc 0 0x46000000 boot/uImage
ext4load mmc 0 0x49000000 boot/cubie2.dtb
env set fdt_high ffffffff
bootm 0x46000000 - 0x49000000






Em domingo, 23 de fevereiro de 2014 22h40min34s UTC-3, Kenny MacDermid 
escreveu:
>
> On Sunday, 23 February 2014 08:32:34 UTC-4, Hans de Goede wrote:
>>
>> Hi All, 
>>
>> I've just updated: 
>> https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel 
>> to 3.14-rc3. 
>>
>
> Just gave this a try on my SDXC card and I can't get it past:
>
> Waiting for root device /dev/mmcblk0p3...
>
> I have /boot on mmcblk0p1 and / on mmcblkp3.
>
> It boots fine with:
>
> Linux Cubian 3.14.0-rc2-64776-g6500a8b-dirty #7 SMP Sat Feb 22 03:20:57 
> UTC 2014 armv7l GNU/Linux
>
> I built the newest tree with the same config plus one extra option it 
> asked me about. The kernel version is:
>
> Linux-3.14.0-rc3-64784-g5c5ac3f  (config: http://pastebin.com/P6ya1Gx2)
>
> Any ideas?
>

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to