HigherA Posted June 24, 2022 Posted June 24, 2022 Hello, i buy a Shark Jack cable, and read all the Doc, i tried to connect to my pc via usb c, but doesn't work. I tried to use the sharkjack.sh to connect to but doesn't recognize it.
dark_pyrro Posted June 24, 2022 Posted June 24, 2022 You have to connect to it using serial. Use minicom or screen.
HigherA Posted June 24, 2022 Author Posted June 24, 2022 i set up minicom like this, set the Baud Rate at 57600, but still just blinking a dull green
HigherA Posted June 24, 2022 Author Posted June 24, 2022 https://www.cyberciti.biz/tips/connect-soekris-single-board-computer-using-minicom.html
dark_pyrro Posted June 24, 2022 Posted June 24, 2022 You're doing something wrong then, I always use minicom when connecting to the SJC using serial and it never fails. Is the SJC in arming mode?
dark_pyrro Posted June 24, 2022 Posted June 24, 2022 As you didn't have any daily posts left (and used DM instead), I'm posting my answer here anyway for others that might want some answers to this. My guess is that it's yellow (what you refer to as "dull green") blinking going on. This is probably because of the fact that the SJC has "inherited" the functionality from the battery based "1st gen" Shark. The yellow blink is an indication for the battery handling of the Shark (in the "enter_idle_mode" function in the /usr/bin/shark_framework file). But, since the SJC hasn't got any battery, this is where the framework "gets stuck" in arming mode (but it's not really stuck, it's working). LED Y SLOW is also possible to spot if running the ps command to show running processes. So, the "enter_idle_mode" checks the mode and if it's arming mode then it checks BATTERY_STATE, if BATTERY_STATE is anything else than "full" or "charging" it starts blinking yellow. This is completely useless for the SJC, but (as said) it's a "heritage" from the battery based Shark. It won't affect anything though, so it's just to continue in life with a happy face.....
jimmy.buffer Posted August 18, 2022 Posted August 18, 2022 I have what seems to be the same issue with connecting to the shark jack cable. I am on fedora linux, installed minicom and configured it for 57600 baud, with the appropriate device on my machine configured. When I turn on the shark jack to arming mode and connect using minicom, I can see the boot process (here the led light is flashing green), then it just stalls out - the final line in the console is: Shark Jack Status: ARMING MODEr fs does not support tmpfile. Press Enter to activate console (The led is now slow flashing yellow) of course it is also overwriting parts of the boot screen, so I'm not sure if the part about seeding with /etc/urandom.seed is part of the final message or part of the boot process. I have waited for several minutes, and have tried changing back and forth between terminal settings of VT102, and ANSI. At this point the process is stuck - nothing happens, and I cannot enter any text or interact with the Jack in any way. The previous comment about something not affecting anything is not helpful, and doesn't tell me how to fix the problem.
dark_pyrro Posted August 19, 2022 Posted August 19, 2022 I'd suggest trying the serial connection on some other device/OS just to make sure nothing is wrong on the Fedora based box you are using. The /etc/urandom.seed line is not the final line of the boot process.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.