![]() |
RockPro64 Official Kernel Support - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: RockPro64 Official Kernel Support (/showthread.php?tid=6726) |
RE: RockPro64 Official Kernel Support - rocksa - 08-22-2019 no i have not generated new scr file i don't have uENV.txt can you help me how to do that ? RE: RockPro64 Official Kernel Support - tuxd3v - 08-22-2019 (08-22-2019, 07:36 PM)rocksa Wrote: no i have not generated new scr file i don't have uENV.txt what is in boot.cmd file? Code: cat /boot/boot.cmd RE: RockPro64 Official Kernel Support - rocksa - 08-23-2019 I remember that file boot.cmd has a comment to not edit it manually Code: # DO NOT EDIT THIS FILE armbianEnv.txt Code: verbosity=1 RE: RockPro64 Official Kernel Support - tuxd3v - 08-29-2019 (08-23-2019, 02:28 AM)rocksa Wrote: I remember that file boot.cmd has a comment to not edit it manually Hello rocksa, Does you checked if '/dev/mmcblk0p1' its your root partition, and if its UUID is 'e6f2ace3-a9fd-4cb6-a5f5-c69dec4583d4' ? Code: blkid -l --match-token UUID=e6f2ace3-a9fd-4cb6-a5f5-c69dec4583d4 I think 'armbianEnv.txt' acts, as uENV.txt ![]() |