odroid/m1: testing latest version
symgryph opened this issue · 10 comments
I managed to get everything working at the compile step, but its on a remote machine without a sd card reader. What is the command to compile to an .img format I can then write on a different computer?
Hi @symgryph it depends on which target you're using. For raspberry pi it's make cmd/pi/common/buildimage
- you can run "make help" and check at the end of the output for the available commands. There's usually also a readme under configs/pi/common (or whatever target you're using) that has that reference too. Let me know if you found it!
Odroid m1? I assume you mean you attached a device to your virtual (build) machine and then used format and then install? I have a m1 here, will test.
@symgryph Working on testing this when I have a moment. My current system, I built and did "format" then "install" directly to a sd card, then booted that. The system is somewhat old though, so I am working on building and testing the latest version.
Built the image, will try to test w/ serial debug monitor today.
It seems to work:
- export SKIFF_CONFIG=odroid/m1,core/debian
- make configure compile
- sudo bash
- export ODROID_SD=/dev/sde
- make cmd/odroid/common/format
- make cmd/odroid/common/install

I connected via SSH (not HDMI), so I am not sure if the HDMI output is working. Would it be possible for you to connect an ethernet connection and check your router to see if it appears & has an ip address? It is configured to use dhcp on default.
Or could you check the SD card under skiff/journal - check if there are any journal files there.
You can read those journal dirs with journalctl -D ./path/to/journal/dir
If you see those journal files there and/or if the ethernet connects but you still don't see anything on hdmi I will go ahead and test the hdmi as well.
Otherwise I could try sending you a prebuilt image if you would prefer, to see if the issue is something with how the image was built.
I see you mentioned petitboot, we use u-boot with SkiffOS. So you would need to boot directly to the SD card, try without the other drive connected. I can have a look at what would be needed to make it work with petitboot as well, if you confirm that's the issue. But it probably needs some additional config files for petitboot to start it properly.