Set of files and scripts for Embedded Lab 1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
580 B

  1. setup_script = /ztank/prog/board_script;
  2. classes {
  3. cora-z7s = { arch = arm-armv7; }
  4. pine64-a64-lts = { arch = arm64-aarch64; }
  5. }
  6. boards [
  7. {
  8. name = cora-1;
  9. brdclass = cora-z7s;
  10. options = [
  11. { cls = snmppower, host = poe, port = 2 },
  12. ]
  13. },
  14. {
  15. name = a64lts-1;
  16. brdclass = pine64-a64-lts;
  17. options = [
  18. { cls = etheriface, val = awg0.103 },
  19. { cls = serialconsole, val = /dev/ttyU0 },
  20. { cls = snmppower, host = poe, port = 3 },
  21. ]
  22. },
  23. ]