phier 0 Posted June 8 Share Posted June 8 hello, what exactly has to be done / how if I want to change a roofs partition for uboot? I can see its written inside these two files... but i cant see how to change that ... if i can directly edit these two files or something has to be executed... armbianEnv.txt boot.scr thanks 0 Quote Link to post Share on other sites More sharing options...
hexdump 66 Posted June 8 Share Posted June 8 @phier - boot.scr is reading and evaluating armbianEnv.txt - so armbianEnv.txt it the proper file to change it good luck and best wishes - hexdump 0 Quote Link to post Share on other sites More sharing options...
phier 0 Posted June 8 Author Share Posted June 8 @hexdump so i do not need to configure / compile anything? all the control of uboot is done via that armbianEnv.txt - ie i only edit that file and thats it? thanks @hexdump it doesnt work at all. can someone advice here? thanks 0 Quote Link to post Share on other sites More sharing options...
hexdump 66 Posted June 9 Share Posted June 9 @phier i it would be good if you would write some more details - otherwise its hard to help - for instance what system and what image you are using and what exactly you want to adjust/change ... 0 Quote Link to post Share on other sites More sharing options...
phier 0 Posted June 9 Author Share Posted June 9 @hexdump i installed latest ubuntu - armbian on sd card; then i shrinked original partition rootfs; created now one; copied data from shrinked to the new one. And i want to boot from that new one. ie if sd card was sdf1 now its sdf1 (old rootfs) sdf2 (new rootfs) And i want make uboot boot from sdf2 thanks i think boot/boot.scr has to be also updated ? setenv devnum "0" setenv rootdev "/dev/mmcblk${devnum}p1" i believe uboot has to be somehow recompiled to point to /dev/mmcblk0p2 instead of /dev/mmcblk0p1 0 Quote Link to post Share on other sites More sharing options...
phier 0 Posted June 10 Author Share Posted June 10 so apparently its some armbian secret. 0 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted June 10 Share Posted June 10 2 hours ago, phier said: armbian secret. Secrets exposed: https://github.com/armbian/build 0 Quote Link to post Share on other sites More sharing options...
phier 0 Posted June 17 Author Share Posted June 17 uboot reads /boot/armbianEnv.txt & kernel images from the first partition marked as bootable (fdisk). Rootfs can be changed by updating armbianEnv.txt (on the first bootable partition) rootdev=UUID to boot from any partition. 0 Quote Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.