Changes between Version 4 and Version 5 of newport/firmware
- Timestamp:
- 08/01/2018 05:21:59 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v4 v5 263 263 Updates on the root filesystem are very use specific. You can use a package manager, or use multiple rootfs partitions on the FLASH selected by U-Boot when setting up the bootargs passed to the kernel. A common way to to this would be to use U-Boot variables as flags and counters that are altered within Linux via the fw_setenv/fw_printenv tools from the U-Boot {{{u-boot-tools}}} package. You can see example usages in the Newport BSP newport/Makefile. 264 264 265 = =Booting to a kernel/rootfs on the microSD265 = Booting to a kernel/rootfs on the microSD 266 266 This assumes the bootloader will remain on the eMMC, but then we switch to the microSD for the kernel/rootfs. 267 267