paul75 Posted August 20, 2016 Share Posted August 20, 2016 Hello, I am trying to staert the card with empty micro sdcard. The system is into eMMc. But when the micro sd card is in the Orange Pi and branch it it not start it failed with message error no system. Why ? I can't start the Orange Pi with a blank sdcard ? Thanks Link to comment Share on other sites More sharing options...
technik007_cz Posted August 20, 2016 Share Posted August 20, 2016 If you plugged microsd in board is trying load system from it and when system is not present it stopped. Sent from my Redmi Note 2 using Tapatalk Link to comment Share on other sites More sharing options...
technik007_cz Posted August 20, 2016 Share Posted August 20, 2016 If you want use free space on you microsd you need to creta ext4 filesystem on it. Copy boot folder from your emmc, change root= folder in boot.scr in boot folder and compile new boot.cmd (I hope there is same filename convention) with command at the end of first file. And than you need write uboot to microsd. Sent from my Redmi Note 2 using Tapatalk Link to comment Share on other sites More sharing options...
paul75 Posted August 27, 2016 Author Share Posted August 27, 2016 If you want use free space on you microsd you need to creta ext4 filesystem on it. Copy boot folder from your emmc, change root= folder in boot.scr in boot folder and compile new boot.cmd (I hope there is same filename convention) with command at the end of first file. And than you need write uboot to microsd. Sent from my Redmi Note 2 using Tapatalk Thanks But I'm nove can you explain more that ? Compile boot cmd ? when ? Because When I format sdcart into ext4 and insert to orange pi after boot into emmc it not detect it .... Thanks Link to comment Share on other sites More sharing options...
martinayotte Posted August 27, 2016 Share Posted August 27, 2016 The command is mentioned as a comment at the end of boot.cmd : mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr Link to comment Share on other sites More sharing options...
paul75 Posted August 28, 2016 Author Share Posted August 28, 2016 Hello, But is normal that when I insert miscrosd card after launch system it not detect it ? Link to comment Share on other sites More sharing options...
arox Posted August 28, 2016 Share Posted August 28, 2016 It is a bit annoying but on the other hand can you insert/remove microsd cards once the card is enclosed in a case ? Link to comment Share on other sites More sharing options...
zador.blood.stained Posted August 28, 2016 Share Posted August 28, 2016 But is normal that when I insert miscrosd card after launch system it not detect it ? Yes, it's normal for sdc_detmode = 3 for mmc0 in fex file. Please read the following post and the one linked there for more info: http://forum.armbian.com/index.php/topic/1702-orange-pi-plus-2e-where-is-16ghz-and-sd/#entry13163 Link to comment Share on other sites More sharing options...
paul75 Posted August 28, 2016 Author Share Posted August 28, 2016 Yes, it's normal for sdc_detmode = 3 for mmc0 in fex file. Please read the following post and the one linked there for more info: http://forum.armbian.com/index.php/topic/1702-orange-pi-plus-2e-where-is-16ghz-and-sd/#entry13163 Hello, Thanks a lot. It works Link to comment Share on other sites More sharing options...
Recommended Posts