Copying to msata hdd
|
1st Jan, 2015, 05:16 AM
Post: #2
|
|||
|
|||
RE: Copying to msata hdd
@zarboz
actually RPI doesn't differ that much at all - RPI is still avoiding the .dtb (as required since 3.14) and Popcornmix still maintains all the device infos as includes with configs (as imx6 at the times of 3.0.35. (but if you check raspi kernel development RPI is moving towards that already). also RPI is hiding all the stuff (for instance boot process) behind binary blobs and hidden fw. but at the end, only what matters is THE ONE command line editable by you. booting via boot script is no deviation, on the contrary - uboot by default prefers script.scr over uEnv.txt. if you prefer uEnv.txt, create it and remove script.scr. XBian will boot with no issue. btw: directly on /boot there is "mks" script which will do the mkimage for you. also, it is called during RUNLEVEL[06] and compiles the boot.scr.txt into uboot format automatically (if needed). what you call deviation allows us since first img released in Jan 2014: - resize partitions automatically - create swap partitions automatically - it provides recovery console for you for ROOT maintenance or similar accessible via network and telnet. - it supports booting from rootfs on ANY device seen by kernel in any raid / or partition type configuration (including NFS, ZFS, ...) - it takes care of SPL and uboot updates automatically (also since day 1). so XBian user was never confronted with this never ending frustrations. all that the same way as it provided for RPI. just by setting root= and rootflags= and rootfstype= (and still your uEnv.txt will work after you remove script.scr) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Copying to msata hdd - zarboz - 25th Dec, 2014, 02:48 AM
RE: Copying to msata hdd - mk01 - 1st Jan, 2015 05:16 AM
|