cubieplayer / Cubian

Debian for Cubieboard
http://cubian.org
271 stars 49 forks source link

Booting only from NAND #330

Closed ronysk closed 9 years ago

ronysk commented 10 years ago

Hi, How do I set the cubieboard2 to boot entirely from NAND, even if I have inserted bootable SD card in slot. Thank you for help Rony

michalliu commented 10 years ago

Just remove th bootloader on nand will do the trick. dd if=/dev/zero of=/dev/sd bs=1M count=1

then repartition your sd card

ronysk commented 10 years ago

Hi,

I probably badly expressed. I want to boot from NAND only, not from SD, although the bootable image is on inserted SD

Thank you

Rony

2014-07-08 22:00 odosielateľ napísal:

Just remove th bootloader on nand will do the trick. dd if=/dev/zero of=/dev/sd bs=1M count=1

then repartition your sd card

Reply to this email directly or view it on GitHub [1].

Links:

[1] https://github.com/cubieplayer/Cubian/issues/330#issuecomment-48392422

michalliu commented 10 years ago

I think it's not possible, because the BROM will boot take higher priority on SD-card than NAND

mzapa commented 10 years ago

I believe michalliu is correct. Refer to http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf section 1.6.2 on page 96.

ronysk commented 9 years ago

Hi,

Thank you for navigation.

Rony

2014-07-16 12:56 odosielateľ napísal:

I believe michalliu is correct. Refer to http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf [1] section 1.6.2 on page 96.

Reply to this email directly or view it on GitHub [2].

Links:

[1] http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf [2] https://github.com/cubieplayer/Cubian/issues/330#issuecomment-49150041