You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to follow the instructions, but something seems to not be working properly. Has anyone gotten this to work recently?
My main control board is the same as same as the original guide "Control Board 230-0030 Rev-10.7-PRD"
After completing the setup, my pod ends with a blinking white light. The device is not connected to wifi (checking router logs).
If I restore the original rootfs.tar.gz, the device is able to be setup like new after reset. (blinking blue light -> prompted to connect to Wifi through app, etc)
Steps:
0. open pod3 + remove sd card that was on the main board (hidden underneath the pop-up daughter board).
copy file from SD card to linux machine -> macos computer (connect to linux to read the ext3 format): /opt/images/Yocto/rootfs.tar.gz
Could the permissions and ownership of files in the tar have gotten mangled when repacking it? I followed a combination of the instructions at: #5 and https://blopker.com/writing/04-zerosleep-1 to put my rootfs.tar.gz file together.
One more thing I did in addition to the zerosleep blog instructions was to explicitly set --group=0 and --owner=0 for files copied into the tarball:
tar --group=0 --owner=0 --numeric-owner -rf ../rootfs.tar ./etc/shadow
This carried the group/owner numbers into the tar file on inspection with tar -tvf rootfs.tar.
Hello @nota-nota-nota, I just managed to get it working but I needed to make some changes in the customer-wifi.nmconnection file. Here is what it looks like:
Hi, I am trying to follow the instructions, but something seems to not be working properly. Has anyone gotten this to work recently?
My main control board is the same as same as the original guide "Control Board 230-0030 Rev-10.7-PRD"
After completing the setup, my pod ends with a blinking white light. The device is not connected to wifi (checking router logs).
If I restore the original rootfs.tar.gz, the device is able to be setup like new after reset. (blinking blue light -> prompted to connect to Wifi through app, etc)
Steps:
0. open pod3 + remove sd card that was on the main board (hidden underneath the pop-up daughter board).
/opt/images/Yocto/rootfs.tar.gz
/etc/shadow
and 'chmod 400' fileopenssl passwd -1 -salt root insert_password_here
/etc/NetworkManager/system-connections/customer-wifi.nmconnection
file with the network name and password and 'chmod 600' file/etc/ssh/authorized_keys
andchmod 644
file (ssh-keygen
andpbcopy < ~/.ssh/id_rsa.pub
)tar file, then copy back to sd card
sudo tar -czvf rootfs.tar.gz -C ./rootfs
reinstall SD card - hold small button while powering on device.
Light blinks green, then light starts slowly breathing white. (device never connects to network (checking router logs))
restore the original rootfs.tar.gz file
reset the machine using small button + power cord again. Machine blinks blue and I can pair normally using the app.
The text was updated successfully, but these errors were encountered: