Search found 352 matches: PARTUUID

Return to advanced search

[SOLVED] /boot/cmdline.txt on RPi3 running aarch64 image

... exist, I created it with the following: cat /proc/cmdline > /boot/cmdline.txt My modified /boot/cmdline.txt console=ttyS1,115200 console=tty0 root=PARTUUID=d2175aeb-02 rw rootwait smsc95xx.macaddr=b8:27:eb:ff:e0:73 usb-storage.quirks=0x0bc2:0xa013:u My /proc/cmdline after booting with the above ...
by wolt
Mon Jan 28, 2019 1:11 pm
 
Forum: ARMv8
Topic: [SOLVED] /boot/cmdline.txt on RPi3 running aarch64 image
Replies: 3
Views: 6279

Re: uBoot 2016 upgrade on NSA325—but no uEnv.txt file create

... fi; if run loadimage; then if env exists root; then echo root has been defined by user; els e part uuid ${devtype} ${bootpart} uuid; setenv root PARTUUID=${uuid}; fi; run mainargs; if run loadfdt; then if run loadrd; then bootz ${loadaddr} ${rdaddr} :${filesize} ${fdtaddr}; else bootz ${loadaddr} ...
by wpault
Thu Dec 10, 2020 12:31 am
 
Forum: Marvell Kirkwood
Topic: uBoot 2016 upgrade on NSA325—but no uEnv.txt file created
Replies: 12
Views: 31574

Re: uBoot 2016 upgrade on NSA325—but no uEnv.txt file create

... mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),-(rootfs) root=PARTUUID=00f2f78e-a137-4081-b90d-8d8453c03e4b rw rootwait [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash ...
by wpault
Thu Dec 10, 2020 1:55 pm
 
Forum: Marvell Kirkwood
Topic: uBoot 2016 upgrade on NSA325—but no uEnv.txt file created
Replies: 12
Views: 31574

Re: [solved] uEnv.txt empty

... are ignored. I boot now from the SD. So now: [root@alarm boot]# dmesg | grep root [ 0.000000] Kernel command line: console=ttyS0,115200 root=PARTUUID=76e8d7a4-01 rw rootwait [ 3.286944] Waiting for root device PARTUUID=76e8d7a4-01... [ 5.040598] VFS: Mounted root (ext4 filesystem) on device ...
by xanb
Fri Jan 23, 2015 11:54 am
 
Forum: Allwinner
Topic: [solved] uEnv.txt empty
Replies: 35
Views: 30416

Re: [solved] uEnv.txt empty

The original boot.txt is: part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /boot/dtbs/${fdtfile}; ...
by xanb
Sat Jan 24, 2015 4:27 pm
 
Forum: Allwinner
Topic: [solved] uEnv.txt empty
Replies: 35
Views: 30416

Re: [solved] uEnv.txt empty

how can I achieve it?
how can I put here:
$this->bbcode_second_pass_code('', '
part uuid ${devtype} ${devnum}:${bootpart} uuid
setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait
')
that ${uuid} is the UUID of /dev/sda1. Please, write specific code.
by xanb
Sun Jan 25, 2015 11:38 am
 
Forum: Allwinner
Topic: [solved] uEnv.txt empty
Replies: 35
Views: 30416

Re: [solved] uEnv.txt empty

PartUUID vs UUID? NOT THE SAME THING. I Am Not Your Manual I do not pretend to. There is no documentation about that. The developers change the uboot and then some user asks because it broke the previous functionality. In ...
by xanb
Tue Jan 27, 2015 4:00 pm
 
Forum: Allwinner
Topic: [solved] uEnv.txt empty
Replies: 35
Views: 30416

Re: 4G RAM on C100P

... order, mobility grouping on. Total pages: 522560 Jun 07 10:29:37 alarm kernel: Kernel command line: cros_secure console=tty0 init=/sbin/init root=PARTUUID=5c500120-17cb-6145-bd8c-dc975a4f5fd8/PARTNROFF=1 rootwait rw noinitrd Jun 07 10:29:37 alarm kernel: PID hash table entries: 4096 (order: 2, ...
by yaroze
Wed Jun 07, 2017 10:17 am
 
Forum: ARMv7h
Topic: 4G RAM on C100P
Replies: 35
Views: 27511

[Solved] Uboot 2016 failing on ext4 (Pogoplug mobile)

... fi; if run loadimage; then if env exists root; then echo root has been defined by user; else part uuid ${devtype} ${bootpart} uuid; setenv root PARTUUID=${uuid}; fi; run mainargs; if run loadfdt; then if run loadrd; then bootz ${loadaddr} ${rdaddr}:${filesize} ${fdtaddr}; else bootz ${loadaddr} ...
by yeehaa
Sun Feb 18, 2018 4:12 pm
 
Forum: Marvell Kirkwood
Topic: [Solved] Uboot 2016 failing on ext4 (Pogoplug mobile)
Replies: 2
Views: 5335

[BBB] fails to load RoboticsCape-00A0 device tree at boot.

... else setenv bootpart 1; fi part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs "console=tty0 console=${console} root=PARTUUID=${uuid} rw rootwait" if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then gpio set 54 echo fdt: ${fdtfile} if ...
by yershov
Thu Oct 22, 2020 8:39 pm
 
Forum: Texas Instruments (TI)
Topic: [BBB] fails to load RoboticsCape-00A0 device tree at boot.
Replies: 1
Views: 12291
PreviousNext

Return to advanced search