Jump to content

Recommended Posts

Posted
Good afternoon dear gurus. help to transfer please system with sdcard to sata hdd in OrangePI +2. Debian jessy and additional software is established. what needs to be made? if it is possible, then on steps. the point is that I want to refuse completely loading with sdcard and emmc. To be loaded only with sata hdd.

Thanks in advance.

Posted

No go. At minimum you need to load u-boot from emmc / sd.

Posted

if now the system is installed on sdcard, then having chosen option boot from SD, system on SATA/USB, the same sdcard for storage of the loader will be used? I will be able to transfer then the loader to sdcard of the smaller size? if I am able, then how then to transfer the loader?

Posted

Image 1MB of the old SDcard to the new SDcard. This contains the loader.

 

On Linux as root :

 

stick in old SDcard, check device with lsblk ( e.g. /dev/sdb )

 

dd if=/dev/sdb of=loader.img bs=1M count=1

 

eject sdcard, stick in new SDcard, check device with lsblk ( e.g. /dev/sdb )

 

dd if=loader.img of=/dev/sdb

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines