Re: [U-Boot] [PATCH 6/6] cmd: Add "boot_android" command.

2018-04-26 Thread Stanislas BERTRAND
Hi Sam, > Can I ask you some questions about this code? > 1. Do I understand correctly that this is just some old patch hanging > in mailing list [1]? Yes, it is from an old post to the mailing list. > 2. What is the motivation of adding this command? We already have > Android boot image

[U-Boot] [Feature] Android Fastboot over Ethernet

2018-04-03 Thread Stanislas BERTRAND
Has there been any development to support Android Fastboot Ethernet feature in U-Boot ? https://android.googlesource.com/platform/system/core/+/android-7.1.2_r36/fastboot/fastboot_protocol.txt The target board has not USB device port available to flash the on-board eMMC. Flashing the eMMC via

[U-Boot] [PATCH 0/6] Android A/B Bootloader support

2018-04-12 Thread Stanislas BERTRAND
Hi Alex, The Android A/B bootloader patch series looks good. How far along are you to have this work integrated ? Regards, Stan On 04/02/2017 04:49 PM, Alex Deymo wrote: > An "Android Bootloader" has a lot of requirements about how it should > behave which Android partners must implement. In

Re: [U-Boot] [Feature] Android Fastboot over Ethernet

2018-04-16 Thread Stanislas BERTRAND
Hi Alex, Thanks for the links, this helps a lot. Stan ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 6/6] cmd: Add "boot_android" command.

2018-04-19 Thread Stanislas BERTRAND
Hi Alex, I used work available in https://android.googlesource.com/platform/external/u-boot/+/android-o-mr1-iot-preview-7. I selected the n-iot-preview-4 because it is U-Boot version 2017.01 which is compatible with TI U-Boot work. One quick feedback about the boot_android : > The new