Skip to content

Instantly share code, notes, and snippets.

at+copn
+COPN: "20201","GR COSMOTE"
+COPN: "20205","vodafone GR"
+COPN: "20209","WIND GR"
+COPN: "20210","WIND GR"
+COPN: "20404","vodafone NL"
+COPN: "20408","NL KPN"
+COPN: "20412","NL Telfort"
+COPN: "20416","T-Mobile NL"
+COPN: "20420","Orange NL"
at+copn
+COPN: "20201","GR COSMOTE"
+COPN: "20205","vodafone GR"
+COPN: "20209","WIND GR"
+COPN: "20210","WIND GR"
+COPN: "20404","vodafone NL"
+COPN: "20408","NL KPN"
+COPN: "20412","NL Telfort"
+COPN: "20416","T-Mobile NL"
+COPN: "20420","Orange NL"
alan@pc:~/nuttxspace/nuttx$ sudo esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 nuttx.bin
esptool.py v2.2
Connecting....
Chip is ESP32D0WDQ6 (revision 0)
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
alan@pc:~/nuttxspace/nuttx$ sudo esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 nuttx.bin
esptool.py v2.2
Connecting....
Chip is ESP32D0WDQ6 (revision 0)
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
This file has been truncated, but you can view the full file.
Script started on Sex 29 Dez 2017 09:05:32 -02
alan@pc:~$ adb logcat
--------- beginning of system
01-01 16:21:03.683 455 455 I vold : Vold 3.0 (the awakening) firing up
01-01 16:21:03.683 455 455 V vold : Detected support for: exfat ext4 f2fs ntfs vfat
01-01 16:21:03.689 455 455 I vold : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
01-01 16:21:03.697 455 462 D vold : e4crypt_init_user0
01-01 16:21:03.697 455 462 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
01-01 16:21:03.697 455 462 D vold : Preparing: /data/system/users/0
01-01 16:21:03.698 455 462 D vold : Preparing: /data/misc/profiles/cur/0
xmc4_spibus_initialize: channel: 0
spi_lock: lock=1
spi_select: selected=1
xmc4_spi0select: devid: 1 CS: assert
spi_exchange: txbuffer=200040f6 rxbuffer=200040f7 nwords=1
spi_send: Sent 21 received 00
spi_exchange: txbuffer=200040f6 rxbuffer=200040f7 nwords=1
spi_send: Sent 14 received 00
spi_exchange: txbuffer=200040f6 rxbuffer=200040f7 nwords=1
spi_send: Sent 20 received 00
$ make
gcc -Wall -O3 -I./ -c main.c -o main.o
gcc -Wall -O3 -I./ -c lvgl/lv_draw/lv_draw_vbasic.c -o lvgl/lv_draw/lv_draw_vbasic.o
gcc -Wall -O3 -I./ -c lvgl/lv_draw/lv_draw.c -o lvgl/lv_draw/lv_draw.o
gcc -Wall -O3 -I./ -c lvgl/lv_draw/lv_draw_rbasic.c -o lvgl/lv_draw/lv_draw_rbasic.o
gcc -Wall -O3 -I./ -c lvgl/lv_misc/lv_font.c -o lvgl/lv_misc/lv_font.o
gcc -Wall -O3 -I./ -c lvgl/lv_misc/lv_circ.c -o lvgl/lv_misc/lv_circ.o
gcc -Wall -O3 -I./ -c lvgl/lv_misc/lv_area.c -o lvgl/lv_misc/lv_area.o
gcc -Wall -O3 -I./ -c lvgl/lv_misc/lv_task.c -o lvgl/lv_misc/lv_task.o
gcc -Wall -O3 -I./ -c lvgl/lv_misc/lv_fs.c -o lvgl/lv_misc/lv_fs.o
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by kconfig-frontends configure 3.12.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
/****************************************************************************
* arch/arm/src/xmc4/xmc4_lowputc.c
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
nsh> nxhello
nx_start: Starting server task
pcd8544_initialize: Initializing
pcd8544_setpower: power: ON powered: OFF
pcd8544_setcontrast: contrast: 60
pcd8544_setpower: power: ON powered: ON
pcd8544_getvideoinfo: fmt: 0 xres: 84 yres: 48 nplanes: 1
pcd8544_getplaneinfo: planeno: 0 bpp: 1
nx_runinstance: Received opcode=3 nbytes=20
nx_runinstance: Re-draw background rect={(0,0),(83,47)}