... | ... | @@ -6,7 +6,7 @@ |
|
|
|
|
|
Mechanical design [FreeCAD files etc.](https://gitlab.com/pikron/projects/mz_apo/microzed_apo).
|
|
|
|
|
|
The remotelly accesible target MZ_APO board on the address `147.32.86.sto` is connected to the control computer `147.32.86.stosedumnact`. The target board boots diskless way from the NFS exported directory `147.32.86.stosedmnact:/srv/nfs4/debian-armhf` of the control computer. The root filesystem is exported read only and overlaid by `tmpfs` at the target by [init-overlay](https://github.com/ppisa/rpi-utils/blob/master/init-overlay/sbin/init-overlay) script which is part of [rpi-utils](https://github.com/ppisa/rpi-utils).
|
|
|
The remotelly accesible target MZ_APO board on the address `147.32.86.sto` is connected to the control computer `147.32.86.stosedmnact`. The target board boots diskless way from the NFS exported directory `147.32.86.stosedmnact:/srv/nfs4/debian-armhf` of the control computer. The root filesystem is exported read only and overlaid by `tmpfs` at the target by [init-overlay](https://github.com/ppisa/rpi-utils/blob/master/init-overlay/sbin/init-overlay) script which is part of [rpi-utils](https://github.com/ppisa/rpi-utils).
|
|
|
|
|
|
The directory `147.32.86.stosedmnact:/srv/nfs4/debian-armhf-devel` of control computer is mounted into `/devel` directory of the target system filesystem namespace snadwich. This directory is mouted/share read write so it is place to easy deliver drivers and design build on the control computer into target filesystem and grab log files created by target from the control syetm account.
|
|
|
|
... | ... | @@ -15,7 +15,7 @@ Linux kernel and U-boot modified for MZ_APO board repository [https://github.com |
|
|
Reset and monitor console of target MZ_APO board from the control computers.
|
|
|
|
|
|
```
|
|
|
ssh -e none login@147.32.86.stosedumnact
|
|
|
ssh -e none login@147.32.86.stosedmnact
|
|
|
|
|
|
ttysendbreak /dev/ttyUSB0 5000 ; cu -s 115200 -l /dev/ttyUSB0
|
|
|
|
... | ... | |