Advertisement
Guest User

openwrt dtr partitions

a guest
Aug 19th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. partitions {
  2. compatible="fixed-partitions";
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5.  
  6. partition@0 {
  7. label = "Bootloader";
  8. reg = <0x000000000000-0x0000000e0000>;
  9. };
  10. partition@000000100000 {
  11. label = "ubi"
  12. reg = <0x000000100000-0x000007f00000>;
  13. };
  14. partition@000007f00000 {
  15. label = "caldata"
  16. reg = <0x000007f00000-0x000008000000>;
  17. };
  18.  
  19.  
  20. };
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement