summaryrefslogtreecommitdiff
path: root/it/using-d-i/modules/arm/flash-kernel-installer.xml
blob: 643a332841ea1ed8e4c2992d6f126370871e3ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!-- retain these comments for translator revision tracking -->
<!-- original version: 69778 -->

   <sect3 arch="arm">
   <!-- <title>Making the system bootable with flash-kernel</title> -->
   <title>Impostazione dell'avvio del sistema con flash-kernel</title>
<para>

<!--
As there is no common firmware interface on all ARM platforms, the
steps required to make the system bootable on ARM devices are
highly device-dependent. &debian; uses a tool called
<command>flash-kernel </command> to take care of this.  Flash-kernel
contains a database which describes the particular operations that are
required to make the system bootable on various devices.  It detects
whether the current device is supported, and if yes, performs the
necessary operations.
-->

Poiché non esiste un'interfaccia firmware comune per tutte le architetture
ARM, i passi necessari per rendere il sistema avviabile su dispositivi
ARM sono fortemente dipendenti dal dispositivo. &debian; utilizza uno
strumento chiamato <command>flash-kernel</command> per questa operazione.
Flash-kernel dispone di un database che contiene le specifiche operazioni
da effettuare per rendere avviabile su diversi sistemi. Flash-kernel
rivela se il dispositivo è supportato e, se lo è, esegue le operazioni
necessarie.

</para><para>

<!--
On devices which boot from internal NOR- or NAND-flash memory,
flash-kernel writes the kernel and the initial ramdisk to this internal
memory.  This method is particularly common on older armel devices.
Please note that most of these devices do not allow having multiple
kernels and ramdisks in their internal flash memory, i.e. running
flash-kernel on them usually overwrites the previous contents of the flash
memory!
-->

Su i dispositivi che si avviano dalla memoria flash interna (NOR-flash
oppure NAND-flash), flash-kernel scrive il kernel e il ramdisk iniziale
nella memoria interna. Questo metodo è molto comune su i dispositivi
armel più vecchi. Notare che questi dispositivi non permettono di
avere più kernel né più ramdisk nella memoria interna, quindi flash-kernel
può solo sovrascrive il contenuto della memoria flash!

</para><para>

<!--
For ARM systems that use U-Boot as their system firmware and boot the
kernel and the initial ramdisk from external storage media (such as
MMC/SD-cards, USB mass storage devices or IDE/SATA harddisks),
flash-kernel generates an appropriate boot script to allow autobooting
without user interaction.
-->

Su i sistemi ARM con U-Boot come firmware di sistema è possibile avviare
il kernel e il ramdisk iniziale da supporti esterni (come schedine MMC
o SD, dispositivi di memorizzazione di massa USB oppure dischi IDE/SATA),
flash-kernel crea gli script di avvio che permettono di avere l'avvio
automatico senza interazione dell'utente.

</para>
   </sect3>