-
Notifications
You must be signed in to change notification settings - Fork 5
Getting started with the GOOSE Embedded Platform Version3
Muhammad Saad edited this page Jan 30, 2020
·
15 revisions
This page explains a step wise procedure to setup the GOOSE embedded platform V3 for initial tests. Note: The same steps applies for GOOSE embedded platform V1 and V2 also, the only difference is the interface connections.
- GOOSE embedded platform V3
- Power supply 12 Volts, 2 Ampere
- USB 2.0 cable (Serial control interface)
- Take care of red dots
- Use the picocom command in Linux to connect with the serial control interface as:
picocom -b 115200 /dev/ttyUSB0
- In this example port ttyUSB0 is detected by the kernel. Here is a quick method to check which port detected by kernel. After plugging in USB cable, you just issue:
dmesg | grep tty
This will output the tty devices detected by kernel, in the order that they were detected and with a time stamp.
-
Kernel booting starts as:
-
Kernel booting completes as:
- goose login: root
- password: root
- After logged in:
- Print the HW/SW version of the platform by typing:
print_version
- Test if GNSS satellites can be acquired by typing:
acquire_os -9.58e6 L1 lsb f
type acquire_os --help
for details
- Acquisition results for GPS L1 with roof antenna, using the above command:
- type
shutdown -h now
as:
- Kernal pannic at the end (current problem)