Erik Posted May 25, 2016 Share Posted May 25, 2016 Hi I have added the serial monitor (because i had some trouble booting up) I can see the booting proces of the U-boot. If i'm looking in the log, i see a few file not found entry's: ** File not found /boot/.verbose **** File not found /boot/.next **** Unrecognized filesystem type **** File not found .next ** I did not see these files in the /boot directory either. Can i change something to get ride of these messages. Thx The complete startup log on OrangePi plus with armbian for orangepiplus: === U-Boot SPL 2016.03-armbian-sun8i (Apr 30 2016 - 23:26:36)DRAM: 1024 MiBTrying to boot from MMCU-Boot 2016.03-armbian-sun8i (Apr 30 2016 - 23:26:36 +0200) Allwinner TechnologyCPU: Allwinner H3 (SUN8I)I2C: readyDRAM: 1 GiBMMC: SUNXI SD/MMC: 0 (SD), SUNXI SD/MMC: 1*** Warning - bad CRC, using default environmentIn: serialOut: serialErr: serialNet: No ethernet found.starting USB...USB0: USB EHCI 1.00USB1: USB EHCI 1.00scanning bus 0 for devices... 4 USB Device(s) foundscanning bus 1 for devices... 1 USB Device(s) foundHit any key to stop autoboot: 0=>=> bootswitch to partitions #0, OKmmc0 is current deviceScanning mmc 0:1...Found U-Boot script /boot/boot.scr2347 bytes read in 172 ms (12.7 KiB/s)## Executing script at 43100000gpio: pin PL10 (gpio 298) value is 1gpio: pin PG11 (gpio 203) value is 1** File not found /boot/.verbose **** File not found /boot/.next **** Unrecognized filesystem type **** File not found .next **37052 bytes read in 517 ms (69.3 KiB/s)3115884 bytes read in 3128 ms (972.7 KiB/s)5116680 bytes read in 5104 ms (978.5 KiB/s)Kernel image @ 0x48000000 [ 0x000000 - 0x4e1308 ]## Loading init Ramdisk from Legacy Image at 42000000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3115820 Bytes = 3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OKUsing machid 0x1029 from environmentStarting kernel ...[sun8i_fixup]: From boot, get meminfo: Start: 0x40000000 Size: 1024MBion_carveout reserve: 160m@0 256m@0 130m@1 200m@1ion_reserve_select: ion chipid [0x2004620!ion_reserve_common: ion reserve: [0x50000000, 0x60000000]! Link to comment Share on other sites More sharing options...
Erik Posted May 25, 2016 Author Share Posted May 25, 2016 In the /boot directory is the file .verbose, but not the file .next The contents of the file .verbose are: 1464173183 sun8i armv7l Orange Pi+ Linux version 3.4.112-sun8i (root@trusty) (gcc version 4.8.4 (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) ) #30 SMP PREEMPT Sat Apr 30 19:49:10 CEST 2016 Link to comment Share on other sites More sharing options...
Igor Posted May 25, 2016 Share Posted May 25, 2016 If you want to see more on serial console, you will need to alter boot scripts. There is nothing wrong. .next is used to boot mainline kernel. If this is set, boot procedure is different. .verbose is used to enable more verbosity in case of troubles . unrecognized fs is because we try to load from other filesystems with one script. Link to comment Share on other sites More sharing options...
Erik Posted May 26, 2016 Author Share Posted May 26, 2016 Thank you. Makes things more clear greetings Erik Link to comment Share on other sites More sharing options...
Recommended Posts