Dan D.
03/20/2024, 3:43 AMsetenv boot_targets "<device_list>"
. The environment variable is ephemeral across reboots. Some u-boot implementations include the saveenv
u-boot command to make environment variable changes persistent. It doesn't appear this option is included in the RK1 implementation. Adding the option should be possible via the source. To boot from eMMC, would be "mmc0". To boot NVMe, would be "nvme0". Booting from a SATA/SCSI device should be "scsi0".Spooky
03/20/2024, 1:45 PMDan D.
03/20/2024, 2:14 PMSpooky
03/20/2024, 2:18 PMDan D.
03/20/2024, 2:44 PMSpooky
03/20/2024, 2:50 PMDan D.
03/20/2024, 2:56 PMSpooky
03/20/2024, 3:05 PMDan D.
03/20/2024, 3:16 PMSpooky
03/20/2024, 3:20 PMDan D.
03/20/2024, 8:19 PMsaveenv
command is implemented or it's hidden. Yes, I understand the possibility of temporarily bricking.
I'm going to be testing a couple of Ethernet adapters (2.5Gb mPCIe and 10Gb M.2 B+M) in my RK1 cluster. I don't imagine there will be driver support in the current RK1 u-boot implementation. I particularly like the idea of setting individual RK1 SoMs and entire 4-node clusters up as FRUs.Xatinni
03/22/2024, 8:42 PMDan D.
03/22/2024, 9:03 PMXatinni
03/22/2024, 9:05 PM