Lines Matching +refs:flash +refs:boot
22 The EV3 boots from an EEPROM. This loads whatever is on the built-in 16MB flash
24 mainline U-Boot will attempt to boot a Linux kernel from the external µSD card.
25 It will try to load a uImage (and optional boot.scr) from the first µSD card
27 it does not contain a uImage file, then the EV3 will boot the uImage from the
28 built-in 16MB flash.
36 The lego_ev3_defconfig configuration provides basic support to boot on the Lego
55 ├── boot.vfat
56 ├── flash.bin
61 ├── u-boot.bin
68 You can use either flash.bin or the sdcard.img. To load flash.bin, use the
73 NOTE: The sdcard.img created by lego_ev3_defconfig won't boot if the official
76 option to append the device tree to the kernel or you can create a boot.scr
77 that chainloads a newer U-Boot or you can install a newer U-Boot in the flash
78 memory (just flashing u-boot.bin is enough).