Re: BeagleBone Green Wireless - serial debug port hangs after sending u-boot-spl.bin (since v2021.01)

2021-05-11 Thread Darren Ng
On Sat, May 8, 2021 at 1:40 AM Tom Rini wrote: > On Sat, May 08, 2021 at 12:02:21AM +0800, Darren Ng wrote: > > > (Hello, from a U-Boot NOOB.) > > > > Issue > > - > > After sending u-boot-spl.bin with xmodem, the serial debug port seems to > > hang.

BeagleBone Green Wireless - serial debug port hangs after sending u-boot-spl.bin (since v2021.01)

2021-05-07 Thread Darren Ng
(Hello, from a U-Boot NOOB.) Issue - After sending u-boot-spl.bin with xmodem, the serial debug port seems to hang. Neither "...U-Boot SPL...\n...\nTrying to boot from UART..." nor "CCC..." shows up in minicom. Always 0% if I try sending u-boot.img with xmodem anyway. Target Device --

Seeed BeagleBone Green Wireless: U-boot cli not shown

2020-03-24 Thread Darren Ng
I cannot get the u-boot cli. Device: BeagleBone Green Wireless Connection: BBGW -> Serial -> PL2303 -> PC Build: --- cd u-boot-v2020.01/ export CROSS_COMPILE='arm-linux-gnueabihf-' export KBUILD_OUTPUT='O' make -j3 am335x_evm_defconfig make -j3 all