Index: README.md =================================================================== diff -u -rbc0dee44b5cc4f15c8a0f765058c07911965d4e3 -r440c83380ea21a53caaf997b93d5e9823df9eede --- README.md (.../README.md) (revision bc0dee44b5cc4f15c8a0f765058c07911965d4e3) +++ README.md (.../README.md) (revision 440c83380ea21a53caaf997b93d5e9823df9eede) @@ -97,7 +97,35 @@ ``` ./ely-build-image.sh BETA ``` +The BETA Build Variant can be different in case there is another folder in the UI folder. + +Flashing the SoM with Diality's Embedded Leahi Yocto (ELY) +------------------------------------------ +1. Copy the images to the Windows folder. +``` +./copy_wsl.sh +``` +2. This will copy the images into the Windows folder: +``` +explorer C:\Users\Administrator\ely\images +``` +4. Open git-bash here +5. Open putty on the device COMx +6. Reset the board, or run reboot. +7. Stop the boot up in the U-Boot console +8. type the following: +``` +fastboot 0 +``` +9. Wait for the setup to complete and boot device to the serial debug console. +10. Reset the board, or run reboot once more. + + * Comments + - Next time boot up into the device, you can log in and CANBus, SD-Card, and WiFi should be working fine + - The default connected WiFi SSID is **[DilaityIot]**, therefore any PC which need to connect to the device should be on the same SSID. + + Update Diality's Embedded Leahi Yocto (ELY) ------------------------------------------- On any changes has been made to the manifest tun the following to get the ELY update. @@ -106,7 +134,7 @@ repo sync -j8 ``` -Creat Update Package for Diality's Embedded Leahi Yocto (ELY) +Create Update Package for Diality's Embedded Leahi Yocto (ELY) ------------------------------------------------------------- to build an update package run the following ```